Search papers, labs, and topics across Lattice.
The paper introduces SCAN, a sparse knowledge editing framework that uses Sparse Transcoders to construct a knowledge circuit, enabling mechanism-aware manipulation of LLMs. This approach addresses catastrophic forgetting and collapse during sequential knowledge editing, common issues in dense editing paradigms. Experiments on Gemma2, Qwen3, and Llama3.1 show that SCAN maintains model integrity on MMLU and GSM8K after 3,000 sequential edits, outperforming existing methods.
LLMs can withstand 3,000 sequential knowledge edits without catastrophic forgetting, thanks to a new sparse editing framework that surgically manipulates knowledge circuits.
Large Language Models (LLMs) often suffer from catastrophic forgetting and collapse during sequential knowledge editing. This vulnerability stems from the prevailing dense editing paradigm, which treats models as black boxes and relies on coarse-grained parameter interventions that inevitably disrupt preserved knowledge. To address this, we propose SCAN (a sparse editing framework based on Sparse Circuit Anchored Neuron) which transforms editing into a mechanism-aware manipulation by constructing a knowledge circuit via Sparse Transcoders. Experiments on Gemma2, Qwen3, and Llama3.1 across CounterFact, ZsRE and WikiFactDiff demonstrate that SCAN achieves a superior performance, maintaining model integrity on benchmarks like MMLU and GSM8K even after 3,000 sequential edits, whereas other existing methods deteriorate progressively as editing accumulates, eventually resulting in model collapse.