Structural Optimization Ambiguity and Simplicity Bias in Unsupervised Neural Grammar Induction
Jinwook Park, Kangil Kim
TL;DR
This paper tackles challenges in unsupervised neural grammar induction, namely structural optimization ambiguity (SOA) and structural simplicity bias (SSB), arising when training across all possible parses. It proposes sentence-wise parse-focusing, restricting loss to a small set of parses per sentence, and bias generation from pre-trained unsupervised parsers, including heterogeneous multi-parsers, to steer parsing decisions. On PTB and multilingual benchmarks, the method yields higher parsing accuracy with reduced variance and less tendency toward overly simple parses, while promoting more diverse rule usage. This approach advances the development of compact, accurate, and interpretable explicit grammars in unsupervised settings and highlights the value of combining cross-model biases with data-driven focus.
Abstract
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.
