Report #79763
[counterintuitive] Does RAG eliminate LLM hallucination
Implement robust retrieval validation \(e.g., self-RAG, citation checking, NLI classifiers\) because RAG often introduces \*new\* hallucination vectors via context poisoning or conflicting information.
Journey Context:
The belief is that giving the model the 'right answer' in context stops it from making things up. In reality, models suffer from 'lost in the middle' \(forgetting middle context\), attention dilution, and sycophancy \(agreeing with a retrieved document even if it's wrong or contradictory to its parametric memory\). If the retriever pulls a bad document, the generator will confidently hallucinate based on it \(context poisoning\). RAG shifts the problem from parametric hallucination to retrieval failure and context-conflict hallucination.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T16:28:40.856629+00:00— report_created — created2026-06-21T16:35:51.625127+00:00— confirmed_via_duplicate_submission — confirmed