On the Superimposed Noise Accumulation Problem in Sequential Knowledge Editing of Large Language Models
Ding Cao, Yuchen Cai, Yuqing Huang, Xuesong He, Rongxi Guo, Guiquan Liu, Guangzhong Sun
TL;DR
The paper identifies superimposed noise as a key limitation in sequential knowledge editing of large language models and analyzes it through a decomposition of updates into influence and activation components. It introduces DeltaEdit, a method with dynamic orthogonal constraints that project new edits into a null space relative to history updates, coupled with a dynamic threshold to curb interference. Empirical results show DeltaEdit substantially improves editing performance (e.g., 16.8% over AlphaEdit on CounterFact with Llama3-8B) while preserving hidden representations and general capabilities. This work advances robust, long-horizon sequential knowledge editing by reducing noise accumulation and maintaining model reliability.
Abstract
Sequential knowledge editing techniques aim to continuously update knowledge in large language models at low cost, preventing models from generating outdated or incorrect information. However, existing sequential editing methods suffer from a significant decline in editing success rates after long-term editing. Through theoretical analysis and experiments, our findings reveal that as the number of edits increases, the model's output increasingly deviates from the desired target, leading to a drop in editing success rates. We refer to this issue as the superimposed noise accumulation problem. Our further analysis demonstrates that the problem is related to the erroneous activation of irrelevant knowledge and conflicts between activated knowledge. Based on this analysis, a method named DeltaEdit is proposed that reduces conflicts between knowledge through dynamic orthogonal constraint strategies. Experiments show that DeltaEdit significantly reduces superimposed noise, achieving a 16.8% improvement in editing performance over the strongest baseline.
