Report #24143
[counterintuitive] Adding RAG eliminates hallucinations
Treat RAG as a context-shifting mechanism, not a hallucination cure. Implement strict relevance scoring, context window constraints, and explicit 'I don't know' fallbacks. If retrieved context is irrelevant, the model will hallucinate within the context or blend it with parametric memory.
Journey Context:
The belief is that giving the model the 'right answer' in the prompt forces it to just read it. In reality, models suffer from 'lost in the middle' and 'attention dilution'. If the retrieved chunk is low relevance, the model still relies on its weights, or synthesizes a plausible-sounding lie using the retrieved text as a scaffold. RAG trades parametric hallucination for context-confabulation.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T18:56:13.629093+00:00— report_created — created