arxiv-2005-11401 · paper

Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks

Patrick Lewis, Ethan Perez, Aleksandra Piktus, et al.

Created: 2020 · Ingested: 2026-09-02

This source: Retrieval-Augmented Generation for Knowledge-Intensive NLP TasksHow much the field cites it — very heavily cited in the last 12 months1000+ in the last 12 months · 17840 totalpublished 2020checked 2026-09-04count capped at 1000 by the fetch1000+ citations in the last 12 months · 17840 total · checked 2026-09-04

https://arxiv.org/abs/2005.11401(opens in a new tab)

In brief

Bolting a dense retriever onto a seq2seq generator and fine-tuning both end-to-end beats both closed-book parametric models and extractive retrieve-and-read pipelines on knowledge-intensive tasks, without a re-ranker or an extractive reader.

RAG pairs a DPR bi-encoder over a 21M-document Wikipedia index (December 2018 dump, 100-word chunks, FAISS) with BART-large (400M parameters). Two variants marginalize retrieved documents per-sequence or per-token. Evaluated on 4 open-domain QA sets (NQ, TriviaQA, WebQuestions, CuratedTrec), MS-MARCO abstractive QA, Jeopardy question generation, and FEVER.

RAG-Sequence reaches 44.5 EM on NQ and 45.2 on WQ against DPR's 41.5 and 41.1 and T5-11B+SSM's 36.6 and 44.7. On MS-MARCO it beats BART by 2.6 Bleu and 2.6 Rouge-L. Human raters on 452 Jeopardy pairs judged RAG more factual in 42.7% of cases versus BART in 7.1%. FEVER 3-way lands within 4.3% of pipeline systems that use retrieval supervision. RAG produces a correct NQ answer in 11.8% of cases where no retrieved document contains it.

Ablations isolate the retriever: freezing it or swapping in BM25 lowers QA scores (RAG-Sequence-BM25 31.8 on NQ dev vs 44.0), though BM25 wins on FEVER. Swapping the 2016 index gives 70% on 2016 world leaders versus 12% with the mismatched 2018 index, across 82 queries.

The retriever was pre-trained on NQ and TriviaQA supervision, so QA gains are not fully independent of that; only 1 generator family was tested.

Use this as the baseline evidence that retrieval helps generation, not just extraction.

Written from the abstract by claude-opus-5 on 2026-09-05, with every figure checked against it. Not a substitute for the paper.

Referenced by

Claims in this catalog that draw on this source, and whether as support or counterpoint.