Large Language Models Struggle to Learn Long-Tail Knowledge
Nikhil Kandpal, Haikang Deng, Adam Roberts, Eric Wallace, Colin Raffel

TL;DR
Large language models' ability to learn rare, long-tail knowledge heavily depends on the amount of related information seen during pre-training, and retrieval-augmentation offers a promising solution to improve performance on such knowledge.
Contribution
This paper establishes a strong correlation between pre-training data support and model accuracy on long-tail knowledge, and demonstrates retrieval-augmentation as an effective method to mitigate data sparsity issues.
Findings
Model accuracy correlates with relevant document count in pre-training data.
Larger models perform better on long-tail knowledge but still require massive scaling.
Retrieval-augmentation reduces dependence on pre-training data for rare facts.
Abstract
The Internet contains a wealth of knowledge -- from the birthdays of historical figures to tutorials on how to code -- all of which may be learned by language models. However, while certain pieces of information are ubiquitous on the web, others appear extremely rarely. In this paper, we study the relationship between the knowledge memorized by large language models and the information in pre-training datasets scraped from the web. In particular, we show that a language model's ability to answer a fact-based question relates to how many documents associated with that question were seen during pre-training. We identify these relevant documents by entity linking pre-training datasets and counting documents that contain the same entities as a given question-answer pair. Our results demonstrate strong correlational and causal relationships between accuracy and relevant document count for…
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
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Expert finding and Q&A systems
