An Information-Theoretic Framework for Robust Large Language Model Editing
Qizhou Chen, Chengyu Wang, Taolin Zhang, Xiaofeng He
TL;DR
This work tackles the challenge of updating large language models with targeted edits without full retraining. By framing model editing through an information bottleneck lens, the authors derive ITM, SG, and IL constraints and implement them in the Information Bottleneck Knowledge Editor (IBKE). IBKE uses gradient-based latent encoding via hypernetworks to produce compact representations that guide selective, generalizable updates, achieving superior generality while preserving locality across multiple backbones and benchmarks. The approach is validated on four editing datasets and four LLM architectures, demonstrating robust, open-domain knowledge editing with principled trade-offs and avenues for future improvements such as low-rank updates and lifelong editing.
Abstract
Large Language Models (LLMs) have become indispensable tools in science, technology, and society, enabling transformative advances across diverse fields. However, errors or outdated information within these models can undermine their accuracy and restrict their safe deployment. Developing efficient strategies for updating model knowledge without the expense and disruption of full retraining remains a critical challenge. Current model editing techniques frequently struggle to generalize corrections beyond narrow domains, leading to unintended consequences and limiting their practical impact. Here, we introduce a novel framework for editing LLMs, grounded in information bottleneck theory. This approach precisely compresses and isolates the essential information required for generalizable knowledge correction while minimizing disruption to unrelated model behaviors. Building upon this foundation, we present the Information Bottleneck Knowledge Editor (IBKE), which leverages compact latent representations to guide gradient-based updates, enabling robust and broadly applicable model editing. We validate IBKE's effectiveness across multiple LLM architectures and standard benchmark tasks, demonstrating state-of-the-art accuracy and improved generality and specificity of edits. These findings establish a theoretically principled and practical paradigm for open-domain knowledge editing, advancing the utility and trustworthiness of LLMs in real-world applications.
