On Eliciting Syntax from Language Models via Hashing
Yiran Wang, Masao Utiyama
TL;DR
This work investigates unsupervised constituency parsing by eliciting syntactic trees from pre-trained language models through a unified binary representation of lexicon and syntax. It elevates CKY to a first-order formulation and replaces supervised hashing with an unsupervised, span-level contrastive objective, including a novel balanced loss to align substructures across views. Empirical results on PTB and CTB show competitive parsing performance with relatively few bits and low training cost, demonstrating that high-quality syntax can be induced with minimal annotated data. The approach offers a scalable pathway to extract grammatical structure from large language models, with practical implications for syntax-aware NLP applications and analysis of implicit grammar in LMs.
Abstract
Unsupervised parsing, also known as grammar induction, aims to infer syntactic structure from raw text. Recently, binary representation has exhibited remarkable information-preserving capabilities at both lexicon and syntax levels. In this paper, we explore the possibility of leveraging this capability to deduce parsing trees from raw text, relying solely on the implicitly induced grammars within models. To achieve this, we upgrade the bit-level CKY from zero-order to first-order to encode the lexicon and syntax in a unified binary representation space, switch training from supervised to unsupervised under the contrastive hashing framework, and introduce a novel loss function to impose stronger yet balanced alignment signals. Our model shows competitive performance on various datasets, therefore, we claim that our method is effective and efficient enough to acquire high-quality parsing trees from pre-trained language models at a low cost.
