CLAILGFeb 25, 2025

Constraining Sequential Model Editing with Editing Anchor Compression

arXiv:2503.00035v112 citationsh-index: 20NAACL
Originality Incremental advance
AI Analysis

This addresses the issue of maintaining LLM performance across tasks during knowledge updates, though it is incremental as it builds on existing editing methods.

The paper tackles the problem of large language models (LLMs) degrading in general abilities during sequential editing by proposing Editing Anchor Compression (EAC), which preserves over 70% of general abilities while retaining editing knowledge better than original methods.

Large language models (LLMs) struggle with hallucinations due to false or outdated knowledge. Given the high resource demands of retraining these models, there is an increasing focus on developing model editing. However, the general abilities of LLMs across downstream tasks are prone to significant degradation during sequential editing. This paper statistically observes that the parameter matrix after editing exhibits a significant deviation compared to its previous state as the number of edits increases. This serious deviation affects the original knowledge associations within LLMs and leads to the degradation of their general abilities. To this end, a framework termed Editing Anchor Compression (EAC) is proposed to constrain the deviation of the parameter matrix during sequential editing. It compresses the editing information by selecting editing anchors that are important in encoding new relations without deviating too much from the original matrix, thereby preserving the general abilities. Experiments of applying EAC to two popular editing methods on three LLMs across four tasks are conducted. Evaluation results show that EAC effectively minimizes unreasonable deviations caused by model editing, preserving over 70% of the general abilities while better retaining the editing knowledge compared to the original counterpart methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes