Edit Knowledge, Not Just Facts via Multi-Step Reasoning over Background Stories
Ya Gao, Kalle Kujanpää, Pekka Marttinen, Harri Valpola, Alexander Ilin
TL;DR
The paper tackles the insufficient integration of updated knowledge in large language models by reframing knowledge updates as a reasoning problem rather than mere memorization. It introduces a reasoning-centric training framework that presents updates as contextual background stories, enforces their use through multi-hop questioning, and distills the resulting reasoning behavior via teacher–student context distillation. The authors construct MQuAKE-Story and MQuAKE-CF benchmarks to evaluate portability, locality, and factual accuracy across Qwen3-32B and Llama 3.1-70B, showing substantial gains in reasoning-enabled use of updated knowledge, especially when using story-based representations and multi-hop questions with answer-only supervision. The work demonstrates that dense, contextually grounded knowledge internalization can be learned without full retraining, with implications for safer, more adaptable knowledge editing in real-world AI systems.
Abstract
Enabling artificial intelligence systems, particularly large language models, to integrate new knowledge and flexibly apply it during reasoning remains a central challenge. Existing knowledge editing approaches emphasize atomic facts, improving factual recall but often failing to integrate new information into a coherent framework usable across contexts. In this work, we argue that knowledge internalization is fundamentally a reasoning problem rather than a memorization problem. Consequently, a model should be trained in situations where the new information is instrumental to solving a task, combined with pre-existing knowledge, and exercised through multi-step reasoning. Based on this insight, we propose a training strategy based on three principles. First, new knowledge is introduced as a coherent background story that contextualizes novel facts and explains their relation to existing knowledge. Second, models are trained using self-generated multi-hop questions that require multi-step reasoning involving the new information. Third, training is done using knowledge distillation, forcing a student model to internalize the teacher's reasoning behavior without access to the novel information. Experiments show that models trained with this strategy effectively leverage newly acquired knowledge during reasoning and achieve remarkable performance on challenging questions that require combining multiple new facts.
