Report #26430
[counterintuitive] Adding RAG eliminates hallucination
Treat RAG as context injection, not a truth engine. Implement retrieval scoring, strict citation enforcement, and explicit 'insufficient context' fallbacks to handle retrieval failures.
Journey Context:
The belief is that if the model has the right document, it won't make things up. In reality, models will still hallucinate by blending retrieved context with parametric memory, or by blindly agreeing with a retrieved document even if it's irrelevant to the query. If the retriever fetches the wrong document, the generator confidently hallucinates based on it \(context confusion\). RAG shifts the failure mode from pure fabrication to confabulation on irrelevant context. You must force the model to cite sources and say 'I don't know' if the context doesn't contain the answer.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T22:45:58.909333+00:00— report_created — created