Perturbation-Restrained Sequential Model Editing
Jun-Yu Ma, Hong Wang, Hao-Xiang Xu, Zhen-Hua Ling, Jia-Chen Gu
TL;DR
This work addresses the challenge of updating knowledge in large language models through sequential edits without extensive retraining. It theorizes that the deteriorating general abilities during sequential editing are governed by the growing condition number $\kappa$ of the edited matrix, and then introduces PRUNE, a plug-and-play framework that restrains large singular values in the cumulative edit update to bound perturbations. The authors provide matrix-perturbation analysis and empirical evidence across three editing methods (MEND, ROME, MEMIT) and three LLMs, showing that PRUNE preserves general abilities while maintaining editing efficacy on factual and conceptual knowledge. The approach enables more scalable continual learning in LLMs with reduced forgetting and resource demands, though it currently focuses on single-fact edits and calls for extending to batch-edit scenarios and larger models.
Abstract
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 editing methods on three LLMs across four downstream tasks. The results show that PRUNE can preserve general abilities while maintaining the editing performance effectively in sequential model editing. The code are available at https://github.com/mjy1111/PRUNE.
