paper-with-me

Papers

More Edits, More Stable: Understanding the Lifelong Normalization in Sequential Model Editing

2026-05-12 · Xin Ma, Wei Chen, Qi Liu, Derong Xu, Zhi Zheng, Tong Xu, Enhong Chen arxiv

Lifelong Model Editing aims to continuously update evolving facts in Large Language Models while preserving unrelated knowledge and general capabilities, yet it remains plagued by catastrophic forgetting and model collapse. Empirically, we find that recent editors resilient over long horizons share the same core strategy: Lifelong Normalization (LN), which normalizes value gradients using running statistics. Removing LN causes immediate performance collapse, and we observe a counter-intuitive positive cumulative effect where early edits can promote the success of future edits. Yet the mechanism of LN remains a "black box", leaving its precise role in lifelong stability poorly understood. In this work, we provide the first theoretical account of LN in the lifelong regime. Our analysis reveals a self-reinforcing stability loop and proves that, when combined with ridge-regularized regression, LN yields parameter updates with asymptotic orthogonality and bounded norms, directly mitigating forgetting and systemic collapse. Based on these insights, we derive StableEdit, which strengthens this stability loop via an explicit warm-up stage and full whitening, improving long-horizon stability at minimal overhead. Extensive experiments validate our theory and demonstrate competitive performance. Our code is available at https://github.com/MINE-USTC/StableEdit.

📄 PDF Abstract BibTeX arXiv:2605.11836

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Understanding the Limits of Lifelong Knowledge Editing in LLMs

2025-03-07 · Lukas Thede, Karsten Roth, Matthias Bethge, Zeynep Akata 외

Keeping large language models factually up-to-date is crucial for deployment, yet costly retraining remains a challenge. Knowledge editing offers a promising alternative, but methods are only tested on small-scale or syn…

Benchmarkingknowledge editing

HoReN: Normalized Hopfield Retrieval for Large-Scale Sequential Model Editing

2026-05-02 · Yuan Fang, Yi Xie, Xuming Ran arxiv

Large language models encode vast factual knowledge that can become outdated or incorrect after deployment, yet retraining is prohibitively costly. This motivates lifelong model editing, which updates targeted behavior w…

Towards Scalable Lifelong Knowledge Editing with Selective Knowledge Suppression

2026-04-21 · Dahyun Jung, Jaewook Lee, Heuiseok Lim arxiv

Large language models (LLMs) require frequent knowledge updates to reflect changing facts and mitigate hallucinations. To meet this demand, lifelong knowledge editing has emerged as a continual approach to modify specifi…

knowledge editing

Aging with GRACE: Lifelong Model Editing with Discrete Key-Value Adaptors

2022-11-20 · NeurIPS 2023 11 · Thomas Hartvigsen, Swami Sankaranarayanan, Hamid Palangi, Yoon Kim 외

Deployed language models decay over time due to shifting inputs, changing user needs, or emergent world-knowledge gaps. When such problems are identified, we want to make targeted edits while avoiding expensive retrainin…

Model EditingWorld Knowledge

ELDER: Enhancing Lifelong Model Editing with Mixture-of-LoRA

2024-08-19 · Jiaang Li, Quan Wang, Zhongnan Wang, Yongdong Zhang 외

Large language models (LLMs) require model editing to efficiently update specific knowledge within them and avoid factual errors. Most model editing methods are solely designed for single-time use and result in a signifi…

Model Editing