Coloring the Blank Slate: Pre-training Imparts a Hierarchical Inductive Bias to Sequence-to-sequence Models
Aaron Mueller, Robert Frank, Tal Linzen, Luheng Wang, Sebastian, Schuster

TL;DR
Pre-trained seq2seq models like T5 and BART inherently learn hierarchical syntactic structures, enabling them to generalize better on syntactic transformations compared to models trained from scratch.
Contribution
This study demonstrates that pre-training induces hierarchical inductive biases in seq2seq models, improving their syntactic generalization capabilities in multiple languages.
Findings
Pre-trained models generalize hierarchically on syntactic tasks.
Models trained from scratch lack hierarchical generalization.
Pre-training induces hierarchical syntactic biases.
Abstract
Relations between words are governed by hierarchical structure rather than linear ordering. Sequence-to-sequence (seq2seq) models, despite their success in downstream NLP applications, often fail to generalize in a hierarchy-sensitive manner when performing syntactic transformations - for example, transforming declarative sentences into questions. However, syntactic evaluations of seq2seq models have only observed models that were not pre-trained on natural language data before being trained to perform syntactic transformations, in spite of the fact that pre-training has been found to induce hierarchical linguistic generalizations in language models; in other words, the syntactic capabilities of seq2seq models may have been greatly understated. We address this gap using the pre-trained seq2seq models T5 and BART, as well as their multilingual variants mT5 and mBART. We evaluate whether…
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
TopicsNatural Language Processing Techniques · Topic Modeling · Text Readability and Simplification
MethodsGated Linear Unit · Multi-Head Attention · Attention Is All You Need · Linear Layer · Sigmoid Activation · Attention Dropout · Tanh Activation · Refunds@Expedia|||How do I get a full refund from Expedia? · Dropout · Layer Normalization
