Report #60708
[counterintuitive] RAG fixes hallucination
Treat RAG as a context adherence problem, not a hallucination cure. Deduplicate and clean retrieved chunks, and explicitly instruct the model to say 'I don't know' if the context is insufficient or contradictory.
Journey Context:
Developers assume providing external documents grounds the model and eliminates made-up answers. In reality, RAG introduces new failure modes: the model might hallucinate by combining contradictory retrieved chunks, or ignore the context entirely if it conflicts with its pre-trained weights \(context adherence failure\). Noisy or irrelevant retrieval actively increases hallucination rates because the model attempts to force connections between unrelated retrieved documents.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T08:23:00.797418+00:00— report_created — created