English

Avoiding Knowledge Edit Skipping in Multi-hop Question Answering with Guided Decomposition

Computation and Language 2025-09-10 v1 Artificial Intelligence

Abstract

In a rapidly evolving world where information updates swiftly, knowledge in large language models (LLMs) becomes outdated quickly. Retraining LLMs is not a cost-effective option, making knowledge editing (KE) without modifying parameters particularly necessary. We find that although existing retrieval-augmented generation (RAG)-based KE methods excel at editing simple knowledge, they struggle with KE in multi-hop question answering due to the issue of "edit skipping", which refers to skipping the relevant edited fact in inference. In addition to the diversity of natural language expressions of knowledge, edit skipping also arises from the mismatch between the granularity of LLMs in problem-solving and the facts in the edited memory. To address this issue, we propose a novel Iterative Retrieval-Augmented Knowledge Editing method with guided decomposition (IRAKE) through the guidance from single edited facts and entire edited cases. Experimental results demonstrate that IRAKE mitigates the failure of editing caused by edit skipping and outperforms state-of-the-art methods for KE in multi-hop question answering.

Keywords

Cite

@article{arxiv.2509.07555,
  title  = {Avoiding Knowledge Edit Skipping in Multi-hop Question Answering with Guided Decomposition},
  author = {Yi Liu and Xiangrong Zhu and Xiangyu Liu and Wei Wei and Wei Hu},
  journal= {arXiv preprint arXiv:2509.07555},
  year   = {2025}
}

Comments

Accepted in EMNLP Findings 2025

R2 v1 2026-07-01T05:28:05.229Z