Edit Less, Achieve More: Dynamic Sparse Neuron Masking for Lifelong Knowledge Editing in LLMs
Jinzhe Liu, Junshu Sun, Shufan Shen, Chenxue Yang, Shuhui Wang
TL;DR
This work tackles lifelong knowledge editing in LLMs by addressing error accumulation from coarse updates. It introduces NMKE, a fine-grained framework that combines neuron-level attribution with entropy-guided dynamic sparse masking to identify and selectively modify knowledge-general and knowledge-specific neurons in the FFN. Empirical results across thousands of edits show NMKE achieves higher edit success while preserving general capabilities and internal parameter stability better than existing methods. The approach enables robust, scalable lifelong editing with minimal parameter changes and practical performance benefits for real-world knowledge maintenance.
Abstract
Lifelong knowledge editing enables continuous, precise updates to outdated knowledge in large language models (LLMs) without computationally expensive full retraining. However, existing methods often accumulate errors throughout the editing process, causing a gradual decline in both editing accuracy and generalization. To tackle this problem, we propose Neuron-Specific Masked Knowledge Editing (NMKE), a novel fine-grained editing framework that combines neuron-level attribution with dynamic sparse masking. Leveraging neuron functional attribution, we identify two key types of knowledge neurons, with knowledge-general neurons activating consistently across prompts and knowledge-specific neurons activating to specific prompts. NMKE further introduces an entropy-guided dynamic sparse mask, locating relevant neurons to the target knowledge. This strategy enables precise neuron-level knowledge editing with fewer parameter modifications. Experimental results from thousands of sequential edits demonstrate that NMKE outperforms existing methods in maintaining high editing success rates and preserving model general capabilities in lifelong editing.
