AI Navigate

Reversible Lifelong Model Editing via Semantic Routing-Based LoRA

arXiv cs.AI / 3/13/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • SoLA is a semantic routing-based framework for lifelong model editing that encapsulates each edit as an independent LoRA module, which is frozen after training.
  • The framework activates edits at inference through semantic routing, mapping edits to inputs via semantic matching to mitigate semantic drift and forgetting from parameter sharing.
  • It enables precise revocation of specific edits by removing the corresponding routing key, effectively performing reversible rollback to the model's original behavior.
  • SoLA also integrates the decision-making process into the edited layer, removing the need for auxiliary routing networks and enabling end-to-end editing.
  • Extensive experiments show that SoLA can learn and retain edited knowledge efficiently and reversibly, demonstrating practical viability.

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 rollback editing capability is the first to be achieved in existing literature. Furthermore, SoLA integrates decision-making process into edited layer, eliminating the need for auxiliary routing networks and enabling end-to-end decision-making process. Extensive experiments demonstrate that SoLA effectively learns and retains edited knowledge, achieving accurate, efficient, and reversible lifelong model editing.