Parametric memory
Knowledge encoded in the pretrained sequence-to-sequence model.
The original RAG paper combined a pretrained generator with retrieved non-parametric memory for knowledge-intensive language tasks.
Large pretrained models can store factual patterns in their parameters, but accessing precise knowledge and updating it remain difficult. The RAG paper explored a general-purpose approach that retrieves explicit documents and conditions generation on them.
Knowledge encoded in the pretrained sequence-to-sequence model.
A dense vector index of Wikipedia passages accessed through a neural retriever.
Selects candidate documents conditioned on the input.
Produces the output using the input and retrieved evidence.
Uses the same retrieved document assumptions across the generated sequence.
Allows different retrieved-document influence across generated tokens.
Retrieved documents remain human-readable and can be changed by updating the index rather than retraining the entire language model. The architecture also opened a path toward provenance because a system could expose the documents used during generation.
That potential does not guarantee faithful citation. A product must still preserve the connection between the retrieved passage and the final claim.
The paper’s enduring lesson is that retrieval can extend and update model knowledge. Modern evaluation must still determine whether the source was correct, the best passage was retrieved, the context preserved its limits and the output remained faithful.
The original RAG paper combining parametric generation with retrieved non-parametric memory.
A detailed explanation of RAG, the original architecture, modern pipelines, failure modes and the boundary between publishers and AI-product operators.
A practical guide to lexical, semantic, hybrid, graph and structured retrieval, failure modes, passage design and evaluation.
A framework for source quality, retrieval quality, generation fidelity, citations, freshness, conflicts and lifecycle risk management.
A research hub connecting NIST, Stanford HAI, OECD, Google, OpenAI, Perplexity, Microsoft, IETF, W3C, Schema.org and original GEO, RAG and REG sources.