Report #51664
[counterintuitive] RAG fixes hallucination
Implement retrieval evaluation and chunking strategies; treat RAG as a failure-mode shift from 'inventing facts' to 'misinterpreting retrieved context', requiring output grounding checks.
Journey Context:
Developers assume providing external documents stops the model from lying. In reality, RAG introduces new failure points: the retriever fetches the wrong chunk, or the model ignores the provided context and hallucinates anyway \(contextual hallucination\). The model can also misinterpret the retrieved text. RAG does not fix hallucination; it merely shifts the root cause from lack of parametric knowledge to retrieval failure or context-attention failure.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T17:12:51.890041+00:00— report_created — created