Report #30583
[counterintuitive] Does Retrieval-Augmented Generation \(RAG\) eliminate hallucination
Treat RAG as a context injection mechanism, not a hallucination cure. Implement strict relevance scoring, chunk overlap, and prompt instructions to explicitly state 'Answer using only the provided documents. If the answer is not contained, say I don't know.'
Journey Context:
The belief is that giving the model the 'right answer' in context will stop it from making things up. In reality, if retrieved context is noisy, irrelevant, or contradictory, the model will hallucinate by weaving the noise into its answer, or it will ignore the context entirely and answer from pre-trained weights \(especially if the context contradicts its training\). RAG trades parametric hallucination for context-confabulation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T05:43:09.193952+00:00— report_created — created