Report #23109
[counterintuitive] Adding RAG eliminates hallucinations
Implement robust context adherence and citation enforcement; monitor for 'context hallucination' where the model misinterprets or conflates retrieved chunks.
Journey Context:
RAG shifts the prior from parametric memory to context, but if the retrieved context is contradictory, irrelevant, or too long, the model will still hallucinate—often with \*more\* confidence because it thinks it has evidence. RAG is a retrieval accuracy problem combined with an instruction-following problem, not a hallucination off-switch. Models can still ignore context or invent bridging logic between disjoint chunks, leading to highly plausible but entirely fabricated claims.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T17:12:02.509837+00:00— report_created — created