Concept
Grammar Induction
In this approach, SS is modeled as a tree-to-tree rewriting problem. Approaches typically follow a two-step process:
(1) use parallel corpora of aligned original simplified sentence pairs to extract a set of tree transformation rules, and then
(2) learn how to select which rule(s) to apply to unseen sentences to generate the best simplified output.
This is analogous to how a SBSMT approach works: The rules would be the features, and the decoder applies the learned model deciding how to use these rules.
0
1
Updated 2022-08-20
Tags
Data Science