Improving language models by retrieving from trillions of tokens
We enhance auto-regressive language models by conditioning on document chunks retrieved from a large corpus, based on local similarity with preceding tokens. With a $2$ trillion token database, our Retrieval-Enhanced Transformer (RETRO) obtains comparable performance to GPT-3 and Jurassic-1 on the Pile, despite using 25$\times$ fewer parameters. After fine-tuning, RETRO performance translates to downstream knowledge-intensive tasks such as question answering. RETRO combines a frozen Bert retriever, a differentiable encoder and a chunked cross-attention mechanism to predict tokens based on an order of magnitude more data than what is typically consumed during training. We typically train RETRO from scratch, yet can also rapidly RETROfit pre-trained transformers with retrieval and still achieve good performance. Our work opens up new avenues for improving language models through explicit memory at unprecedented scale.
Improving language models by retrieving from trillions of tokens Sebastian Borgeaud† , Arthur Mensch† , Jordan Hoffmann† , Trevor Cai, Eliza Rutherford, Katie Millican, George van den Driessche, Jean-Baptiste Lespiau, Bogdan Damoc, Aidan Clark, Diego de Las Casas, Aurelia Guy, Jacob Menick, Roman Ring, Tom Hennigan, Saffron Huang, Loren Maggiore, Chris Jones, Albin Cassirer, Andy Brock, Michela…
related reading
- 2112.04426arxiv.org
- [2005.11401] Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasksarxiv.org
- Patterns for Building LLM-based Systems & Productseugeneyan.com
- Recursive Language Models | Alex L. Zhangalexzhang13.github.io
- [2002.08909] REALM: Retrieval-Augmented Language Model Pre-Trainingarxiv.org
- Getting Caught Up to Modern LLM Research | Samarth Goeldev.samarthgoel.com
- [2005.14165] Language Models are Few-Shot Learnersarxiv.org
- Retrieval Augmented Generation: Streamlining the creation of intelligent natural language processing modelsai.facebook.com
- 2025.findings-emnlp.313.pdfaclanthology.org
- [2605.15156] MeMo: Memory as a Modelarxiv.org
- Retrieval-Augmented Generation for Large Language Models: A Surveyarxiv.org
- Generalized Language Models | Lil'Loglilianweng.github.io