Report #84809
[counterintuitive] Does RAG eliminate LLM hallucinations
Implement robust retrieval evaluation, chunking strategies, and citation verification. RAG shifts the failure mode from 'hallucination from parametric memory' to 'hallucination from ignored or misinterpreted context'.
Journey Context:
Developers assume providing context forces the model to use only that context. In reality, LLMs often ignore retrieved context if it conflicts with pre-training weights, or they hallucinate connections between unrelated retrieved chunks. RAG actually increases the attack surface for hallucination if the retriever fetches irrelevant context, leading to contextual hallucination where the model leverages the provided text to construct a false narrative.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T00:56:14.264126+00:00— report_created — created