Structural Guidance for Transformer Language Models
Peng Qian, Tahira Naseem, Roger Levy, Ram\'on Fernandez Astudillo

TL;DR
This paper investigates structural guidance methods to improve the linguistic generalization of Transformer language models, demonstrating that structural supervision enhances human-like syntactic understanding without extensive pre-training.
Contribution
It introduces two structural guidance approaches—Generative Parsing and Structural Scaffold—that improve linguistic generalization in Transformer models without large-scale pre-training.
Findings
Structural supervision improves syntactic generalization.
Generative Parsing enhances human-like linguistic behavior.
Models trained with structural guidance outperform baseline on benchmarks.
Abstract
Transformer-based language models pre-trained on large amounts of text data have proven remarkably successful in learning generic transferable linguistic representations. Here we study whether structural guidance leads to more human-like systematic linguistic generalization in Transformer language models without resorting to pre-training on very large amounts of data. We explore two general ideas. The "Generative Parsing" idea jointly models the incremental parse and word sequence as part of the same sequence modeling task. The "Structural Scaffold" idea guides the language model's representation via additional structure loss that separately predicts the incremental constituency parse. We train the proposed models along with a vanilla Transformer language model baseline on a 14 million-token and a 46 million-token subset of the BLLIP dataset, and evaluate models' syntactic…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Speech Recognition and Synthesis
MethodsAttention Is All You Need · Linear Layer · Absolute Position Encodings · Position-Wise Feed-Forward Layer · Dense Connections · Label Smoothing · Residual Connection · Softmax · Adam · Layer Normalization
