Report #2589
[research] LLM is fooled by irrelevant or contradictory information in the retrieved context, overriding its correct parametric knowledge
Implement a relevance filtering step \(e.g., a cross-encoder or an LLM-as-a-judge call\) to strip distractor documents before the final generation step.
Journey Context:
RAG assumes all retrieved context is helpful, but noisy retrievers often return irrelevant or contradictory text. LLMs are highly susceptible to distractor contamination and will prioritize the provided context even if it is wrong, leading to grounded hallucinations. Filtering context for strict relevance before generation is critical.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T12:58:42.964791+00:00— report_created — created