Reversible Lifelong Model Editing via Semantic Routing-Based LoRA
Haihua Luo, Xuming Ran, Tommi K\"arkk\"ainen, Zhonghua Chen, Jiangrong Shen, Qi Xu, Fengyu Cong

TL;DR
This paper introduces SoLA, a novel framework for lifelong model editing in large language models that enables precise, reversible, and efficient updates through semantic routing and independent LoRA modules.
Contribution
The paper presents a reversible lifelong model editing method using semantic routing-based LoRA, addressing semantic drift and knowledge forgetting, with the ability to revoke specific edits.
Findings
Effective learning and retention of edited knowledge.
Achieves accurate, efficient, and reversible model updates.
First to enable reversible rollback in lifelong model editing.
Abstract
The dynamic evolution of real-world necessitates model editing within Large Language Models. While existing methods explore modular isolation or parameter-efficient strategies, they still suffer from semantic drift or knowledge forgetting due to continual updating. To address these challenges, we propose SoLA, a Semantic routing-based LoRA framework for lifelong model editing. In SoLA, each edit is encapsulated as an independent LoRA module, which is frozen after training and mapped to input by semantic routing, allowing dynamic activation of LoRA modules via semantic matching. This mechanism avoids semantic drift caused by cluster updating and mitigates catastrophic forgetting from parameter sharing. More importantly, SoLA supports precise revocation of specific edits by removing key from semantic routing, which restores model's original behavior. To our knowledge, this reversible…
Peer Reviews
Decision·ICLR 2026 Conference Withdrawn Submission
The paper is well written and easy to understand. The proposed method is clear and straightforward to implement. Experimental results look promising and demonstrate the effectiveness of the approach.
* The main concern for me lies in the novelty of the proposed method, for the following reasons: **Many similar ideas have already been explored in the fields of continual learning and multi-task learning**. For example, a classic continual learning baseline, O-LoRA [1], also trains separate LoRA adapters for different tasks and uses a routing mechanism during inference to activate one or multiple adapters. In your method, routing based on distance is a common practice, and other variants (e.
1. The reversible editing capability is a fantastic and novel contribution. The ability to "undo" a specific edit by just removing a key is a highly practical feature for managing model knowledge. 2. The core mechanism of freezing both the LoRA module and its semantic key after training is a simple and effective solution to the semantic drift problem that plagues methods relying on dynamic clustering. 3. The method is very parameter-efficient in terms of trainable parameters. As shown in
1. The "one LoRA per edit" approach raises major scalability concerns. Total storage seems to grow linearly with every new edit, which feels unsustainable for a true "lifelong" system, regardless of low trainable parameter counts. 2. The semantic key matching, using just the last token's embedding, seems fragile. The paper doesn't really investigate the risk of key collisions as the number of edits scales up. 3. A key ablation seems missing. It's unclear if the performance benefit comes from t
- The method proposed in this paper allows more controllable addition and removal of knowledge during model editing. - The paper is well-organized and structured.
- The proposed method requires adding a key and a separate LoRA for each sample to be edited, and these parameters are frozen and stored together with the model. Therefore, as the number of samples to be edited increases, the total number of model parameters will grow significantly. - This paper only compares the number of parameters involved during editing, but lacks a comparison of the total model parameters for each method. - It does not discuss and compare important methods in the field, suc
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Model-Driven Software Engineering Techniques
