paper-with-me

Papers

RIPPLECOT: Amplifying Ripple Effect of Knowledge Editing in Language Models via Chain-of-Thought In-Context Learning

2024-10-04 · Zihao Zhao, Yuchen Yang, Yijiang Li, Yinzhi Cao

The ripple effect poses a significant challenge in knowledge editing for large language models. Namely, when a single fact is edited, the model struggles to accurately update the related facts in a sequence, which is evaluated by multi-hop questions linked to a chain of related facts. Recent strategies have moved away from traditional parameter updates to more flexible, less computation-intensive methods, proven to be more effective in addressing the ripple effect. In-context learning (ICL) editing uses a simple demonstration Imagine that + new fact to guide LLMs, but struggles with complex multi-hop questions as the new fact alone fails to specify the chain of facts involved in such scenarios. Besides, memory-based editing maintains additional storage for all edits and related facts, requiring continuous updates to stay effective. As a result of these design limitations, the challenge remains, with the highest accuracy being only 33.8% on the MQuAKE-cf benchmarks for Vicuna-7B. To address this, we propose RippleCOT, a novel ICL editing approach integrating Chain-of-Thought (COT) reasoning. RippleCOT structures demonstrations as newfact, question, thought, answer, incorporating a thought component to identify and decompose the multi-hop logic within questions. This approach effectively guides the model through complex multi-hop questions with chains of related facts. Comprehensive experiments demonstrate that RippleCOT significantly outperforms the state-of-the-art on the ripple effect, achieving accuracy gains ranging from 7.8% to 87.1%.

📄 PDF Abstract BibTeX arXiv:2410.03122

Code (1)

zzhao71/ripplecot 공식 구현 pytorch

Tasks

In-Context Learningknowledge editing

Similar Papers 제목 키워드 기반

Evaluating the Ripple Effects of Knowledge Editing in Language Models

2023-07-24 · Roi Cohen, Eden Biran, Ori Yoran, Amir Globerson 외

Modern language models capture a large body of factual knowledge. However, some facts can be incorrectly induced or become obsolete over time, resulting in factually incorrect generations. This has led to the development…

Diagnosticknowledge editingModel Editing

ChainEdit: Propagating Ripple Effects in LLM Knowledge Editing through Logical Rule-Guided Chains

2025-07-11 · Zilu Dong, Xiangqing Shen, Zinong Yang, Rui Xia arxiv

Current knowledge editing methods for large language models (LLMs) struggle to maintain logical consistency when propagating ripple effects to associated facts. We propose ChainEdit, a framework that synergizes knowledge…

knowledge editingLogical Reasoning

Revisiting Ripple Effects in Knowledge Editing through Pressure-Aware Joint Neighborhood Optimization

2026-06-01 · Haoben Huang, Shuxin Liu, Ou Wu, Di Gao arxiv

Single-edit updates in large language models can trigger ripple effects across local knowledge neighborhoods: desirable propagation to related facts and unintended perturbation of preserved ones. Existing methods address…

knowledge editing

Why Does New Knowledge Create Messy Ripple Effects in LLMs?

2024-07-02 · Jiaxin Qin, Zixuan Zhang, Chi Han, Manling Li 외

Extensive previous research has focused on post-training knowledge editing (KE) for language models (LMs) to ensure that knowledge remains accurate and up-to-date. One desired property and open question in KE is to let e…

knowledge editingNegation

Efficiently Quantifying and Mitigating Ripple Effects in Model Editing

2024-03-12 · Jianchen Wang, Zhouhong Gu, Xiaoxuan Zhu, Lin Zhang 외

Large Language Models have revolutionized numerous tasks with their remarkable efficacy. However, editing these models, crucial for rectifying outdated or erroneous information, often leads to a complex issue known as th…

Model Editing