Report #5262
[research] Will retrieval-augmented generation \(RAG\) eliminate hallucinations?
No. RAG greatly improves factuality for rare, long-tail facts, but parametric memory remains competitive for popular entities and retrieval itself can return wrong passages. Use adaptive retrieval: retrieve when the model is uncertain or the query concerns low-popularity entities, and verify retrieved claims before emitting them.
Journey Context:
Mallen et al. probe 10 LMs on 14k open-domain QA questions and show that scaling barely helps rare facts, while RAG can beat models orders of magnitude larger. The common mistake is adding retrieval indiscriminately; the right call is to match the memory source to the query's knowledge popularity and always check that the generated answer is entailed by the retrieved evidence.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T20:55:40.646467+00:00— report_created — created