When transformers learn “impossible” languages, what do they learn?
Summary
Recent research investigates why transformer language models exhibit a bias towards human languages over "impossible" languages, which are considered unacquirable by humans. Previous studies primarily focused on sample efficiency and test-set perplexity, but this work directly evaluates underlying linguistic capacities. Using GPT-2 style models trained on perturbed "impossible" English variants, researchers measured grammatical sensitivity via BLiMP minimal pairs and assessed generative production. They found that grammatical sensitivity degraded only gradually, influenced by the language's information locality. However, these models displayed significant failures in generation, producing substantially fewer high-quality sentences at longer lengths. These findings suggest that generative deficiency and transmission failures are plausible explanations for the non-attestation of "impossible" languages in human linguistic systems.
Key takeaway
For NLP Engineers developing language models, if you are aiming for human-like language acquisition or robustness across diverse linguistic structures, you should prioritize evaluating generative production capabilities, especially at longer sequence lengths. This research indicates that models like GPT-2 struggle significantly with generating high-quality sentences in "impossible" language variants, even when grammatical sensitivity is only mildly affected. Focus your efforts on improving generative consistency and quality to overcome these fundamental limitations.
Key insights
Transformers struggle with generative production, not just grammatical sensitivity, when learning "impossible" languages.
Principles
- Information locality mediates grammatical sensitivity degradation.
- Generative production failures are pronounced at longer lengths.
- Human language bias may stem from generative limits.
Method
Train GPT-2 style models on perturbed "impossible" English variants. Evaluate grammatical sensitivity using BLiMP minimal pairs and assess generative production quality at varying lengths.
In practice
- Test model generation quality at longer sequence lengths.
- Consider information locality when designing synthetic languages.
- Focus on generative capacity for human-like language acquisition.
Topics
- Transformers
- GPT-2
- Grammaticality
- Generative Models
- Language Acquisition
- Linguistic Bias
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.