Structural Optimization Ambiguity and Simplicity Bias in Unsupervised Neural Grammar Induction
About
Neural parameterization has significantly advanced unsupervised grammar induction. However, training these models with a traditional likelihood loss for all possible parses exacerbates two issues: 1) $\textit{structural optimization ambiguity}$ that arbitrarily selects one among structurally ambiguous optimal grammars despite the specific preference of gold parses, and 2) $\textit{structural simplicity bias}$ that leads a model to underutilize rules to compose parse trees. These challenges subject unsupervised neural grammar induction (UNGI) to inevitable prediction errors, high variance, and the necessity for extensive grammars to achieve accurate predictions. This paper tackles these issues, offering a comprehensive analysis of their origins. As a solution, we introduce $\textit{sentence-wise parse-focusing}$ to reduce the parse pool per sentence for loss evaluation, using the structural bias from pre-trained parsers on the same dataset. In unsupervised parsing benchmark tests, our method significantly improves performance while effectively reducing variance and bias toward overly simplistic parses. Our research promotes learning more compact, accurate, and consistent explicit grammars, facilitating better interpretability.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Unsupervised Constituency Parsing | Chinese Treebank (CTB) (test) | Unlabeled Sentence F1 (Mean)46.1 | 36 | |
| Unsupervised Constituency Parsing | Penn TreeBank English (test) | Mean S-F169.6 | 16 | |
| Unsupervised Constituency Parsing | English SPMRL (test) | S-F169.7 | 15 | |
| Unsupervised Constituency Parsing | German SPMRL (test) | S-F149.1 | 11 | |
| Unsupervised Constituency Parsing | SPMRL French (test) | S-F150.5 | 11 | |
| Unsupervised Constituency Parsing | Basque SPMRL (test) | S-F145.9 | 5 | |
| Unsupervised Constituency Parsing | Hebrew SPMRL (test) | S-F149.5 | 5 | |
| Unsupervised Constituency Parsing | SPMRL Korean (test) | S-F142.1 | 5 | |
| Unsupervised Constituency Parsing | Hungarian SPMRL (test) | S-F1 Score43.7 | 5 | |
| Unsupervised Constituency Parsing | Polish SPMRL (test) | S-F147.9 | 5 |