Knowledge in Superposition: Unveiling the Failures of Lifelong Knowledge Editing for Large Language Models
Chenhui Hu, Pengfei Cao, Yubo Chen, Kang Liu, Jun Zhao
TL;DR
This work tackles lifelong editing of knowledge in large language models by deriving a Lifelong extension of the standard closed-form update $W \leftarrow W + \Lambda(C^{-1} k_e)^T$ for linear associative memory and revealing an interference term that accumulates with edits. The authors show that this interference is governed by knowledge superposition, which corresponds to non-orthogonal representations in whitening space; when representations are perfectly orthogonal in whitening space, lifelong editing becomes lossless. Empirically, they demonstrate that knowledge superposition is universal across model families (GPT2, Pythia, Llama) and layers, characterized by high kurtosis, zero-mean heavy-tailed distributions, and a scaling law where larger models exhibit weaker superposition. These findings connect a theoretical framework with extensive experiments, explaining why current lifelong editing methods struggle and pointing to potential directions such as editing in whitening space or decomposing knowledge to mitigate interference.
Abstract
Knowledge editing aims to update outdated or incorrect knowledge in large language models (LLMs). However, current knowledge editing methods have limited scalability for lifelong editing. This study explores the fundamental reason why knowledge editing fails in lifelong editing. We begin with the closed-form solution derived from linear associative memory, which underpins state-of-the-art knowledge editing methods. We extend the solution from single editing to lifelong editing, and through rigorous mathematical derivation, identify an interference term in the final solution, suggesting that editing knowledge may impact irrelevant knowledge. Further analysis of the interference term reveals a close relationship with superposition between knowledge representations. When knowledge superposition does not exist in language models, the interference term vanishes, allowing for lossless knowledge editing. Experiments across numerous language models reveal that knowledge superposition is universal, exhibiting high kurtosis, zero mean, and heavy-tailed distributions with clear scaling laws. Ultimately, by combining theory and experiments, we demonstrate that knowledge superposition is the fundamental reason for the failure of lifelong editing. Moreover, this is the first study to investigate knowledge editing from the perspective of superposition and provides a comprehensive observation of superposition across numerous real-world language models. Code available at https://github.com/ChenhuiHu/knowledge_in_superposition.
