Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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.

Jinwook Park, Kangil Kim• 2024

Related benchmarks

TaskDatasetResultRank
Unsupervised Constituency ParsingChinese Treebank (CTB) (test)
Unlabeled Sentence F1 (Mean)46.1
36
Unsupervised Constituency ParsingPenn TreeBank English (test)
Mean S-F169.6
16
Unsupervised Constituency ParsingEnglish SPMRL (test)
S-F169.7
15
Unsupervised Constituency ParsingGerman SPMRL (test)
S-F149.1
11
Unsupervised Constituency ParsingSPMRL French (test)
S-F150.5
11
Unsupervised Constituency ParsingBasque SPMRL (test)
S-F145.9
5
Unsupervised Constituency ParsingHebrew SPMRL (test)
S-F149.5
5
Unsupervised Constituency ParsingSPMRL Korean (test)
S-F142.1
5
Unsupervised Constituency ParsingHungarian SPMRL (test)
S-F1 Score43.7
5
Unsupervised Constituency ParsingPolish SPMRL (test)
S-F147.9
5
Showing 10 of 11 rows

Other info

Code

Follow for update