Tracking the Limits of Knowledge Propagation: How LLMs Fail at Multi-Step Reasoning with Conflicting Knowledge
Yiyang Feng, Zeming Chen, Haotian Wu, Jiawei Zhou, Antoine Bosselut
TL;DR
TRACK introduces a two-stage evaluation framework (knowledge probing and knowledge injection) to study how LLMs propagate updated facts through multi-step reasoning when conflicts arise with internal parametric knowledge. It instantiates three realistic scenarios (WIKI, CODE, MATH) and proposes novel metrics—Full Knowledge Entailment (FKE) and Holistic Pass (HP)—to separately assess faithfulness of reasoning and final answer correctness. Across a diverse set of models, findings show that providing updated facts can yield limited or even negative gains, with performance often degrading as more conflicting facts are supplied, due to both integration failures and flawed downstream reasoning. The benchmark provides a rigorous, real-world evaluation tool to guide future development of knowledge-aware reasoning in LLMs, including considerations for continual updates and multi-domain reasoning.
Abstract
A common solution for mitigating outdated or incorrect information in Large Language Models (LLMs) is to provide updated facts in-context or through knowledge editing. However, these methods introduce knowledge conflicts when the knowledge update fails to overwrite the model's parametric knowledge, which propagate to faulty reasoning. Current benchmarks for this problem, however, largely focus only on single knowledge updates and fact recall without evaluating how these updates affect downstream reasoning. In this work, we introduce TRACK (Testing Reasoning Amid Conflicting Knowledge), a new benchmark for studying how LLMs propagate new knowledge through multi-step reasoning when it conflicts with the model's initial parametric knowledge. Spanning three reasoning-intensive scenarios (WIKI, CODE, and MATH), TRACK introduces multiple, realistic conflicts to mirror real-world complexity. Our results on TRACK reveal that providing updated facts to models for reasoning can worsen performance compared to providing no updated facts to a model, and that this performance degradation exacerbates as more updated facts are provided. We show this failure stems from both inability to faithfully integrate updated facts, but also flawed reasoning even when knowledge is integrated. TRACK provides a rigorous new benchmark to measure and guide future progress on propagating conflicting knowledge in multi-step reasoning.
