paper-with-me

Papers

Locate-then-edit for Multi-hop Factual Recall under Knowledge Editing

2024-10-08 · Zhuoran Zhang, Yongxiang Li, Zijian Kan, Keyuan Cheng, Lijie Hu, Di Wang

The locate-then-edit paradigm has shown significant promise for knowledge editing (KE) in Large Language Models (LLMs). While previous methods perform well on single-hop fact recall tasks, they consistently struggle with multi-hop factual recall tasks involving newly edited knowledge. In this paper, leveraging tools in mechanistic interpretability, we first identify that in multi-hop tasks, LLMs tend to retrieve knowledge with implicit subject information from deeper MLP layers, unlike single-hop tasks, which rely on shallow layers. This distinction explains the poor performance of current methods in multi-hop queries, as they primarily focus on editing shallow layers with single-hop edit prompts, leaving deeper layers unchanged. To address this, we propose IFMET, a novel locate-then-edit KE approach designed to edit both shallow and deep MLP layers. Beyond single-hop editing prompts, IFMET further incorporates multi-hop editing prompts to locate and modify knowledge across different stages of reasoning. Experimental results demonstrate that IFMET significantly improves performance on multi-hop factual recall tasks, overcoming the limitations of previous locate-then-edit methods

📄 PDF Abstract BibTeX arXiv:2410.06331

Code (0)

등록된 구현이 없습니다.

Tasks

knowledge editing

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Relation Also Knows: Rethinking the Recall and Editing of Factual Associations in Auto-Regressive Transformer Language Models

2024-08-27 · Xiyu Liu, Zhengxiao Liu, Naibin Gu, Zheng Lin 외

The storage and recall of factual associations in auto-regressive transformer language models (LMs) have drawn a great deal of attention, inspiring knowledge editing by directly modifying the located model weights. Most …

knowledge editingRelationSpecificity

Propagation and Pitfalls: Reasoning-based Assessment of Knowledge Editing through Counterfactual Tasks

2024-01-31 · Wenyue Hua, Jiang Guo, Mingwen Dong, Henghui Zhu 외

Current approaches of knowledge editing struggle to effectively propagate updates to interconnected facts. In this work, we delve into the barriers that hinder the appropriate propagation of updated knowledge within thes…

counterfactualknowledge editingModel Editing

Joint Knowledge Editing for Information Enrichment and Probability Promotion

2024-12-22 · Wenhang Shi, Yiren Chen, Shuqing Bian, Xinyi Zhang 외

Knowledge stored in large language models requires timely updates to reflect the dynamic nature of real-world information. To update the knowledge, most knowledge editing methods focus on the low layers, since recent pro…

counterfactualknowledge editing

Balancing Knowledge Updates: Toward Unified Modular Editing in LLMs

2025-10-31 · Jiahao Liu, Zijian Wang, Kuo Zhao, Dong Hu arxiv

Knowledge editing has emerged as an efficient approach for updating factual knowledge in large language models (LLMs). It typically locates knowledge storage modules and then modifies their parameters. However, most exis…

knowledge editing

Precise Localization of Memories: A Fine-grained Neuron-level Knowledge Editing Technique for LLMs

2025-03-03 · Haowen Pan, Xiaozhi Wang, Yixin Cao, Zenglin Shi 외

Knowledge editing aims to update outdated information in Large Language Models (LLMs). A representative line of study is locate-then-edit methods, which typically employ causal tracing to identify the modules responsible…

knowledge editing