paper-with-me

홈 › Papers

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

2025-09-09 · Yi Liu, Xiangrong Zhu, Xiangyu Liu, Wei Wei, Wei Hu arxiv

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.

📄 PDF Abstract BibTeX arXiv:2509.07555

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-hop Question Answeringknowledge editing

Similar Papers 제목 키워드 기반

PokeMQA: Programmable knowledge editing for Multi-hop Question Answering

2023-12-23 · Hengrui Gu, Kaixiong Zhou, Xiaotian Han, Ninghao Liu 외

Multi-hop question answering (MQA) is one of the challenging tasks to evaluate machine's comprehension and reasoning abilities, where large language models (LLMs) have widely achieved the human-comparable performance. Du…

Answer Generationknowledge editingMulti-hop Question AnsweringQuestion Answering+1

Can Knowledge Editing Really Correct Hallucinations?

2024-10-21 · Baixiang Huang, Canyu Chen, Xiongxiao Xu, Ali Payani 외

Large Language Models (LLMs) suffer from hallucinations, referring to the non-factual information in generated content, despite their superior capacities across tasks. Meanwhile, knowledge editing has been developed as a…

Hallucinationknowledge editing

EEdit: Rethinking the Spatial and Temporal Redundancy for Efficient Image Editing

2025-03-13 · Zexuan Yan, Yue Ma, Chang Zou, Wenteng Chen 외

Inversion-based image editing is rapidly gaining momentum while suffering from significant computation overhead, hindering its application in real-time interactive scenarios. In this paper, we rethink that the redundancy…

MQuAKE: Assessing Knowledge Editing in Language Models via Multi-Hop Questions

2023-05-24 · Zexuan Zhong, Zhengxuan Wu, Christopher D. Manning, Christopher Potts 외

The information stored in large language models (LLMs) falls out of date quickly, and retraining from scratch is often not an option. This has recently given rise to a range of techniques for injecting new facts through …

knowledge editingLanguage ModellingMulti-hop Question AnsweringQuestion Answering

MQA-KEAL: Multi-hop Question Answering under Knowledge Editing for Arabic Language

2024-09-18 · Muhammad Asif Ali, Nawal Daftardar, Mutayyaba Waheed, Jianbin Qin 외

Large Language Models (LLMs) have demonstrated significant capabilities across numerous application domains. A key challenge is to keep these models updated with latest available information, which limits the true potent…

knowledge editingMulti-hop Question AnsweringQuestion Answering