Rendered Source Note

Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks

Generated HTML view. Markdown remains canonical.

Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks

Type: paper Tier: 2 (Foundational Paper) Author(s): Patrick Lewis, Ethan Perez, Aleksandra Piktus, Fabio Petroni, Vladimir Karpukhin, Naman Goyal, Heinrich Küttler, Mike Lewis, Wen-tau Yih, Tim Rocktäschel, Sebastian Riedel, Douwe Kiela Date: 2020 (submitted 2020-05-22; NeurIPS 2020) URL: https://arxiv.org/abs/2005.11401 Accessed: 2026-06-01

Why This Source Matters

This is the paper that named RAG and is the primary source for the architecture behind Project 04. It frames the exact problem the PDF research assistant solves: a language model that "stores factual knowledge in its parameters" cannot precisely access or update that knowledge, and "providing provenance for [its] decisions and updating [its] world knowledge remain open research problems." RAG's answer — couple a generator with a retrieved, non-parametric knowledge store — is the design every production document-QA system still uses. It grounds the lesson's motivation, the parametric-vs-non-parametric mental model, and the "answers must be grounded and attributable" claim.

Key Claims

The problem with parametric-only models

What RAG is

Two formulations

The payoff

Relevant To

Notes