Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks
Patrick Lewis et al., 2020. NeurIPS 2020.
Copper Sun draws on this as the foundational architecture paper for understanding why external knowledge retrieval — not just parametric model memory — determines output quality for brand-specific tasks. Lewis et al. demonstrated that retrieval-augmented models set state-of-the-art on multiple open-domain question-answering tasks and produced more specific, diverse, and factual language than models relying on learned parameters alone. For brand context — which is too specific, too recent, or too particular to a company to exist reliably in a model's weights — retrieval is the mechanism that makes brand accuracy possible.
- Examines:
- The RAG architecture combining dense retrieval over a corpus with a pre-trained sequence-to-sequence model, tested on knowledge-intensive NLP tasks requiring external factual knowledge.
- Copper Sun draws on:
- The finding that retrieval-augmented models produce more factual and specific language than parametric-only models — the core argument for why brand context must be explicitly loaded, not assumed from training.
- Primary source
- arxiv.org/abs/2005.11401