CLAILGFeb 3, 2025

Lifelong Knowledge Editing requires Better Regularization

arXiv:2502.01636v25 citationsh-index: 25EMNLP
AI Analysis

This work addresses the challenge of maintaining model performance during lifelong knowledge editing, which is incremental but improves efficiency for AI systems requiring frequent updates.

The paper tackled the problem of model degradation during sequential knowledge editing in large language models by identifying over-optimization and norm-growth as root causes, and introduced regularization techniques that enabled scaling to 10,000 edits while reducing editing time by 42-61%.

Knowledge editing is a promising way to improve factuality in large language models, but recent studies have shown significant model degradation during sequential editing. In this paper, we formalize the popular locate-then-edit methods as a two-step fine-tuning process, allowing us to precisely identify the root cause of this degradation. We show that model degradation occurs due to (1) over-optimization of internal activations and (2) continuous norm-growth of edited matrices. To mitigate these issues, we introduce two regularization techniques: (1) Most-Probable Early Stopping (MPES) and (2) explicit Frobenius norm-constraint. We demonstrate that applying these simple yet effective regularization techniques at key points in the editing process can substantially mitigate model degradation. Combining these regularization methods enables scaling locate-then-edit methods to 10,000 edits while reducing editing time by 42-61%. These results show that targeted regularization is essential for lifelong knowledge editing.

Code Implementations1 repo
Foundations

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

Your Notes