paper-with-me

Papers

Perturbation-Restrained Sequential Model Editing

2024-05-27 · Jun-Yu Ma, Hong Wang, Hao-Xiang Xu, Zhen-Hua Ling, Jia-Chen Gu

Model editing is an emerging field that focuses on updating the knowledge embedded within large language models (LLMs) without extensive retraining. However, current model editing methods significantly compromise the general abilities of LLMs as the number of edits increases, and this trade-off poses a substantial challenge to the continual learning of LLMs. In this paper, we first theoretically analyze that the factor affecting the general abilities in sequential model editing lies in the condition number of the edited matrix. The condition number of a matrix represents its numerical sensitivity, and therefore can be used to indicate the extent to which the original knowledge associations stored in LLMs are perturbed after editing. Subsequently, statistical findings demonstrate that the value of this factor becomes larger as the number of edits increases, thereby exacerbating the deterioration of general abilities. To this end, a framework termed Perturbation Restraint on Upper bouNd for Editing (PRUNE) is proposed, which applies the condition number restraints in sequential editing. These restraints can lower the upper bound on perturbation to edited models, thus preserving the general abilities. Systematically, we conduct experiments employing three popular editing methods on three LLMs across four representative downstream tasks. Evaluation results show that PRUNE can preserve considerable general abilities while maintaining the editing performance effectively in sequential model editing. The code and data are available at https://github.com/mjy1111/PRUNE.

📄 PDF Abstract BibTeX arXiv:2405.16821

Code (1)

mjy1111/prune 공식 구현 pytorch

Tasks

Continual LearningmodelModel Editing

Similar Papers 제목 키워드 기반

Spectral Characterization and Mitigation of Sequential Knowledge Editing Collapse

2026-01-16 · Chi Zhang, Mengqi Zhang, Xiaotian Ye, Runxi Cheng 외 arxiv

Sequential knowledge editing in large language models often causes catastrophic collapse of the model's general abilities, especially for parameter-modifying methods. Existing approaches mitigate this issue through heuri…

knowledge editing

A PDE-based Explanation of Extreme Numerical Sensitivities and Edge of Stability in Training Neural Networks

2022-06-04 · Yuxin Sun, Dong Lao, Ganesh Sundaramoorthi, Anthony Yezzi

We discover restrained numerical instabilities in current training practices of deep networks with stochastic gradient descent (SGD), and its variants. We show numerical error (on the order of the smallest floating point…

AlphaEdit: Null-Space Constrained Knowledge Editing for Language Models

2024-10-03 · Junfeng Fang, Houcheng Jiang, Kun Wang, Yunshan Ma 외

Large language models (LLMs) often exhibit hallucinations due to incorrect or outdated knowledge. Hence, model editing methods have emerged to enable targeted knowledge updates. To achieve this, a prevailing paradigm is …

knowledge editingModel Editing

Energy-Regularized Sequential Model Editing on Hyperspheres

2025-10-01 · Qingyuan Liu, Jia-Chen Gu, Yunzhi Yao, Hong Wang 외 arxiv

Large language models (LLMs) require constant updates to remain aligned with evolving real-world knowledge. Model editing offers a lightweight alternative to retraining, but sequential editing often destabilizes represen…

knowledge editing

EvoEdit: Lifelong Free-Text Knowledge Editing through Latent Perturbation Augmentation and Knowledge-driven Parameter Fusion

2025-12-04 · Pengfei Cao, Zeao Ji, Daojian Zeng, Jun Zhao 외 arxiv

Adjusting the outdated knowledge of large language models (LLMs) after deployment remains a major challenge. This difficulty has spurred the development of knowledge editing, which seeks to accurately and efficiently mod…

knowledge editing