Can LLMs Reconcile Knowledge Conflicts in Counterfactual Reasoning
Khurram Yamin, Gaurav Ghosal, Bryan Wilder
TL;DR
The paper investigates whether LLMs can reconcile parametric world knowledge with in-context counterfactual premises in multi-hop reasoning. It introduces counterfactual QA benchmarks and toy experiments to isolate scenarios where context reinforces, adds, contradicts, or is irrelevant to prior knowledge. Empirical results show two main failure modes: context-ignoring and context-overfitting, with simple finetuning often degrading stored knowledge and pretraining counterfactual data yielding trade-offs between reasoning ability and factual accuracy. The findings highlight fundamental limits in current LLMs' ability to adapt internal knowledge on demand, motivating new training and architectural approaches for dynamic knowledge integration.
Abstract
Large Language Models have been shown to contain extensive world knowledge in their parameters, enabling impressive performance on many knowledge intensive tasks. However, when deployed in novel settings, LLMs often encounter situations where they must integrate parametric knowledge with new or unfamiliar information. In this work, we explore whether LLMs can combine knowledge in-context with their parametric knowledge through the lens of counterfactual reasoning. Through synthetic and real experiments in multi-hop reasoning problems, we show that LLMs generally struggle with counterfactual reasoning, often resorting to exclusively using their parametric knowledge. Moreover, we show that simple post-hoc finetuning can struggle to instill counterfactual reasoning ability -- often leading to degradation in stored parametric knowledge. Ultimately, our work reveals important limitations of current LLM's abilities to re-purpose parametric knowledge in novel settings.
