Report #78836
[counterintuitive] Does retrieval-augmented generation stop LLM hallucinations
Implement robust citation verification and self-correction loops. RAG shifts the failure mode from 'hallucination from lack of knowledge' to 'hallucination from conflicting context' or 'ignoring retrieved context'.
Journey Context:
Developers think injecting ground-truth context forces the model to be factual. However, models can still ignore the context \(faithfulness issues\) or hallucinate by blending retrieved text with parametric memory, especially if the retrieved chunks are contradictory or irrelevant. RAG actually increases the surface area for context-based hallucinations if retrieval is noisy.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T14:55:09.408874+00:00— report_created — created