Report #80254
[counterintuitive] RAG fixes hallucination
Implement retrieval evaluation and context-grounding verification; treat RAG as a shift in failure modes from 'fabrication without evidence' to 'fabrication with retrieved evidence' or 'retrieval failure'.
Journey Context:
The consensus is that providing external documents grounds the model and eliminates hallucinations. In reality, RAG introduces new failure modes: if the retriever fetches irrelevant or contradictory documents, the model will confidently hallucinate based on the wrong context. Models also suffer from 'lost-in-the-middle' attention dilution, ignoring provided context and falling back on parametric memory. RAG changes the nature of hallucination but does not eliminate it without strict retrieval quality control.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T17:18:45.356090+00:00— report_created — created