Representation Interventions Enable Lifelong Unstructured Knowledge Control
Xuyuan Liu, Zhengzhang Chen, Xinshuai Dong, Yanchi Liu, Xujiang Zhao, Shengyu Chen, Haoyu Wang, Yujun Yan, Haifeng Chen
TL;DR
RILKE reframes lifelong knowledge editing as representation-space interventions rather than weight updates, enabling precise, paraphrase-robust edits with a frozen base model. It introduces a robust training objective, a query-adaptive router, and a cluster-based shared-subspace mechanism to achieve scalable, memory-efficient control over unstructured knowledge. Empirical results on LLaMA and Qwen show high edit success and strong paraphrase generalization while preserving general utility and incurring modest memory overhead. This representation-centric approach offers a practical pathway for continual knowledge updates in large language models with minimal interference across edits.
Abstract
Large language models (LLMs) often produce incorrect or outdated content. Updating their knowledge efficiently and accurately without costly retraining is a major challenge. This problem is especially hard for complex, unstructured knowledge in a lifelong setting, where many edits must coexist without interference. We introduce RILKE (Representation Intervention for Lifelong KnowledgE Control), a robust and scalable method that treats knowledge control as interventions within the model's representation space. Leveraging representation-space expressiveness, we identify two properties enabling RILKE to deliver fine-grained control over complex, unstructured knowledge while maintaining general utility with frozen base weights. During training, RILKE learns paraphrase-robust and edit-localized modules that limit each update to a low-dimensional subspace to minimize cross-edit interference. In inference, a query-adaptive router selects the appropriate module to guide the model's generation. In evaluation on knowledge editing benchmarks with LLaMA and Qwen models, RILKE is scalable to large-scale datasets, demonstrating high edit success, strong paraphrase generalization, and preserving general utility with modest memory overhead. These results show RILKE is an effective and scalable solution for lifelong knowledge control in LLMs.
