# Retrieval-Augmented Generation

> Published by **Knowledge Company** (knowledgecompany.ai).
> Canonical source: https://knowledgecompany.ai/dictionary/retrieval-augmented-generation
> Markdown mirror, generated 2026-09-02. Cite the canonical URL.

An architecture that searches a document set for relevant passages and gives them to a language model as the basis for its answer.

AI Readiness

OWNER — AI Systems

LAST REVIEWED — 2026-09-02 07:11 UTC

[SOURCE — Lewis et al. — Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks ↗](https://arxiv.org/abs/2005.11401)

## What it is

Retrieval-augmented generation searches a document set for relevant passages and gives them to a language model as the basis for its answer. Introduced by Lewis and colleagues in 2020, it separates what a system knows from what it was trained on, which is why it became the default pattern for company-specific answers.

## Why it matters

RAG relocates the accuracy problem rather than solving it. The model is now only as reliable as the passages retrieved, and those are only as reliable as the corpus they came from — so an unreconciled document set produces an unreliable system no matter how good the retrieval or the model. Teams routinely tune chunking and rerankers for months while the underlying corpus still contains three different answers to the same question. Knowledge Company works on the corpus, because it sets the ceiling the other two cannot pass.

---

## Related documents in this mirror

- [Dictionary](https://llms.knowledgecompany.ai/dictionary.md)
- [Approved Claim](https://llms.knowledgecompany.ai/dictionary/approved-claim.md)
- [Source of Truth](https://llms.knowledgecompany.ai/dictionary/source-of-truth.md)
- [Knowledge Drift](https://llms.knowledgecompany.ai/dictionary/knowledge-drift.md)
- [Retrieval Boundary](https://llms.knowledgecompany.ai/dictionary/retrieval-boundary.md)
- [Claim Registry](https://llms.knowledgecompany.ai/dictionary/claim-registry.md)
- [Substantiation](https://llms.knowledgecompany.ai/dictionary/substantiation.md)
- [Claim Owner](https://llms.knowledgecompany.ai/dictionary/claim-owner.md)

*This document is the markdown mirror of https://knowledgecompany.ai/dictionary/retrieval-augmented-generation, published by Knowledge Company -
a knowledge freshness platform that detects, verifies and updates outdated claims in company content.*

*Mirror index: https://llms.knowledgecompany.ai/index.md - Generated 2026-09-02*
