Reason-KE++: Aligning the Process, Not Just the Outcome, for Faithful LLM Knowledge Editing
Yuchen Wu, Liang Ding, Li Shen, Dacheng Tao
TL;DR
The paper tackles the faithfulness gap in knowledge editing for LLMs performing multi-hop reasoning. It introduces Reason-KE++, a two-stage SFT+RL framework with a Stage-aware Reward that supervises intermediate reasoning steps, not just final answers. By decomposing problems into acknowledged updates, decomposed sub-questions, and sequential actions, and by enforcing formatted, stage-wise feedback, the approach achieves state-of-the-art performance on MQUAKE-CF-3k and demonstrates robustness to distractors and leakage. The work provides a practical pathway to trustworthy LLMs in dynamic knowledge settings and broad generalizability across models and domains.
Abstract
Aligning Large Language Models (LLMs) to be faithful to new knowledge in complex, multi-hop reasoning tasks is a critical, yet unsolved, challenge. We find that SFT-based methods, e.g., Reason-KE, while state-of-the-art, suffer from a "faithfulness gap": they optimize for format mimicry rather than sound reasoning. This gap enables the LLM's powerful parametric priors to override new contextual facts, resulting in critical factual hallucinations (e.g., incorrectly reasoning "Houston" from "NASA" despite an explicit edit). To solve this core LLM alignment problem, we propose Reason-KE++, an SFT+RL framework that instills process-level faithfulness. Its core is a Stage-aware Reward mechanism that provides dense supervision for intermediate reasoning steps (e.g., Decomposition, Sub-answer Correctness). Crucially, we identify that naive outcome-only RL is a deceptive trap for LLM alignment: it collapses reasoning integrity (e.g., 19.00% Hop acc) while superficially boosting final accuracy. Our process-aware framework sets a new SOTA of 95.48% on MQUAKE-CF-3k (+5.28%), demonstrating that for complex tasks, aligning the reasoning process is essential for building trustworthy LLMs.
