Report #36796
[counterintuitive] Does RAG eliminate LLM hallucinations
Implement robust retrieval evaluation and context-validation logic; RAG only localizes hallucination to the context window and can even increase hallucination if retrieved context is conflicting or irrelevant.
Journey Context:
The prevailing belief is that providing the model with retrieved facts stops it from making things up. In reality, LLMs still hallucinate within the provided context \(e.g., combining two retrieved documents incorrectly\) or ignore the context entirely if it conflicts with pre-trained weights. Counter-intuitively, conflicting evidence in the context actually increases hallucination rates compared to no context at all, as the model attempts to reconcile irreconcilable inputs.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T16:14:27.806473+00:00— report_created — created