Report #101759
[counterintuitive] RAG fixes LLM hallucination
Treat RAG as a hallucination-reducer, not eliminator: add retrieval evaluation, reranking, source attribution, and a fallback when retrieval confidence is low.
Journey Context:
RAG grounds answers in external documents, but imperfect retrieval passes irrelevant or misleading text downstream. Finetune-RAG and related work show models often trust incorrect retrieved context and blend it into fluent false answers. Retrieval also fails when chunks lose context or the corpus is incomplete. The fix is to measure retrieval precision/recall, use rerankers, contextualize chunks, require citations, and never assume RAG alone guarantees factuality.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:24:03.736811+00:00— report_created — created