Report #98915
[research] RAG response drifts from retrieved sources or over-answers from parametric memory
Constrain generation to only use retrieved passages; quote the relevant span before drawing conclusions; reject questions when no retrieved evidence supports the answer.
Journey Context:
RAG was introduced to combine parametric and non-parametric memory, but models often ignore retrieved context or hallucinate beyond it. The canonical RAG paper by Lewis et al. showed retrieval improves factuality on knowledge-intensive tasks. Later work finds instruction-tuned models can be distracted by irrelevant retrievals or revert to memorized answers. The practical pattern is 'ground-then-answer': force citations and ban unsupported claims.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-28T05:00:05.854426+00:00— report_created — created