Report #79340
[counterintuitive] Does RAG eliminate LLM hallucinations
Implement robust retrieval evaluation, chunking strategies, and citation verification. RAG shifts the failure mode from 'hallucination from pre-training' to 'hallucination from irrelevant/contradictory retrieved context'.
Journey Context:
Developers assume giving the model context forces it to tell the truth. In reality, models can ignore context, hallucinate based on a single misleading retrieved chunk, or blend retrieved facts with parametric knowledge. RAG without retrieval quality control and prompt enforcement actually increases hallucination risk if the retrieval is noisy, leading to contextual hallucinations.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T15:46:25.593388+00:00— report_created — created