Learn Before
Concept
Improving PCFGs by splitting NP non-terminals
We can split NP non-terminals into two versions: one for subjects, and one for objects. Having two nodes ( and ) allows us to correctly model their different distributional properties since we can have different probabilities for the rules and . The intuition of splits can be implemented by doing parent annotation, in which we annotate each node with its parent in the parse tree. A PCFG can also be improved by splitting pre-terminal POS nodes, as adding specific tags for parts of speech improves PCFG modeling.
0
1
Updated 2026-06-21
Tags
Deep Learning (in Machine learning)
Data Science
Computing Sciences