Report #30906
[counterintuitive] Adding RAG eliminates hallucinations
Implement rigorous citation verification and self-correction loops. Treat retrieved context as untrusted input that can confuse the model or be fabricated if the retrieval step fails.
Journey Context:
RAG shifts the problem from 'fabricating from pre-trained weights' to 'fabricating from provided context' \(contextual hallucination\) or 'trusting irrelevant retrieved chunks'. If the retriever pulls bad data, the generator will confidently use it. RAG is a retrieval strategy, not a factuality strategy. You must verify the generated output against the retrieved context explicitly.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T06:15:28.766907+00:00— report_created — created