Report #46754
[counterintuitive] Does RAG eliminate LLM hallucinations
Implement robust retrieval evaluation, context-grounding checks, and faithfulness scoring; treat RAG as a shift in failure modes rather than a cure for hallucination.
Journey Context:
Developers assume that providing the model with retrieved source text eliminates its ability to fabricate answers. In reality, RAG merely shifts the failure mode from 'fabricated prior knowledge' to 'misinterpreting retrieved context' or 'retrieving irrelevant/hallucinated source text'. Models suffer from attention dilution \(weighing retrieved text equally even if irrelevant\), sycophancy \(agreeing with the retrieved text even if it contradicts the prompt\), and the 'lost in the middle' phenomenon. RAG can actually \*increase\* hallucination if the retrieved documents are low-quality, conflicting, or overwhelming.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T08:57:01.645740+00:00— report_created — created