๐
๐
Old Age
How Abstract Is Linguistic Generalization in Large Language Models? Experiments with Argument Structure
November 08, 2023 ยท Entered Twilight ยท ๐ Transactions of the Association for Computational Linguistics
Repo contents: .gitignore, README.md, check_args.py, cls_emb.py, conf, core, data, datamaker, environment.yaml, eval.py, requirements.txt, scripts, tune.py
Authors
Michael Wilson, Jackson Petty, Robert Frank
arXiv ID
2311.04900
Category
cs.CL: Computation & Language
Citations
23
Venue
Transactions of the Association for Computational Linguistics
Repository
https://github.com/clay-lab/structural-alternations
Last Checked
2 months ago
Abstract
Language models are typically evaluated on their success at predicting the distribution of specific words in specific contexts. Yet linguistic knowledge also encodes relationships between contexts, allowing inferences between word distributions. We investigate the degree to which pre-trained Transformer-based large language models (LLMs) represent such relationships, focusing on the domain of argument structure. We find that LLMs perform well in generalizing the distribution of a novel noun argument between related contexts that were seen during pre-training (e.g., the active object and passive subject of the verb spray), succeeding by making use of the semantically-organized structure of the embedding space for word embeddings. However, LLMs fail at generalizations between related contexts that have not been observed during pre-training, but which instantiate more abstract, but well-attested structural generalizations (e.g., between the active object and passive subject of an arbitrary verb). Instead, in this case, LLMs show a bias to generalize based on linear order. This finding points to a limitation with current models and points to a reason for which their training is data-intensive.s reported here are available at https://github.com/clay-lab/structural-alternations.
Community Contributions
Found the code? Know the venue? Think something is wrong? Let us know!
๐ Similar Papers
In the same crypt โ Computation & Language
๐
๐
Old Age
BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding
R.I.P.
๐ป
Ghosted
Language Models are Few-Shot Learners
R.I.P.
๐ป
Ghosted
RoBERTa: A Robustly Optimized BERT Pretraining Approach
R.I.P.
๐ป
Ghosted
BART: Denoising Sequence-to-Sequence Pre-training for Natural Language Generation, Translation, and Comprehension
R.I.P.
๐ป
Ghosted