retrieval-harms-popular-entity-accuracy

IN premise — summaries/2026/08/24/mallen-2023-when-not-to-trust-s1-introduction.md

Created 2026-08-25T02:58:10+00:00

In Mallen et al. 2023, retrieval augmentation can degrade accuracy on popular-entity questions for large LMs because retrieved passages may introduce misleading or conflicting context.

Summary

Adding external document context to help an LLM answer a question can actually make it less accurate on well-known topics, because the fetched passages may contain outdated or contradictory information that overrides what the model already knows correctly. This means a system should not assume retrieval is always beneficial; for questions the model can already handle well, pulling in extra context risks doing more harm than good, so the decision to retrieve should depend on the type of question rather than being applied uniformly.