Source failure
The indexed document is stale, wrong, incomplete or unauthorized.
RAG is a technical architecture used inside AI applications. It is not a publishing tactic and it does not automatically make an answer correct.
The original RAG paper described a system combining a pretrained sequence-to-sequence model with a dense vector index of documents. The generator used retrieved passages alongside model parameters to answer knowledge-intensive questions.
The research addressed limits in accessing and updating knowledge stored only in model parameters. It also made retrieved text human-readable and updateable through changes to the document index.
The indexed document is stale, wrong, incomplete or unauthorized.
The correct evidence exists but the query or ranking selects a weaker passage.
The passage loses an important exception or exceeds the context budget.
The model misreads, combines or overstates the retrieved material.
A link is shown even though it does not fully support the sentence.
Prompt injection, weak permissions or exposed private content changes the behaviour.
A website can make accurate information crawlable, structured and easy to retrieve. The website owner does not select the external product’s vector model, chunk size, reranker, context window or prompt.
This is why REG and RAG must remain separate: REG prepares identity and facts; RAG is the architecture that an AI-product team implements.
The original RAG paper combining parametric generation with retrieved non-parametric memory.
Cross-sector guidance for governing, mapping, measuring and managing generative-AI risk.
Open the original source at National Institute of Standards and Technology →
A close explanation of the original Retrieval-Augmented Generation paper, parametric and non-parametric memory, retrievers, generators and modern extensions.
A practical guide to lexical, semantic, hybrid, graph and structured retrieval, failure modes, passage design and evaluation.
A standalone analysis of the REG framework, its recognition and retrieval pillars, origin at IRefer Club and difference from RAG.
A framework for source quality, retrieval quality, generation fidelity, citations, freshness, conflicts and lifecycle risk management.