English

MEMOIR: Lifelong Model Editing with Minimal Overwrite and Informed Retention for LLMs

Computation and Language 2026-02-03 v4 Machine Learning

Abstract

Language models deployed in real-world systems often require post-hoc updates to incorporate new or corrected knowledge. However, editing such models efficiently and reliably-without retraining or forgetting previous information-remains a major challenge. Existing methods for lifelong model editing either compromise generalization, interfere with past edits, or fail to scale to long editing sequences. We propose MEMOIR, a novel scalable framework that injects knowledge through a residual memory, i.e., a dedicated parameter module, while preserving the core capabilities of the pre-trained model. By sparsifying input activations through sample-dependent masks, MEMOIR confines each edit to a distinct subset of the memory parameters, minimizing interference among edits. At inference, it identifies relevant edits by comparing the sparse activation patterns of new queries to those stored during editing. This enables generalization to rephrased queries by activating only the relevant knowledge while suppressing unnecessary memory activation for unrelated prompts. Experiments on question answering, hallucination correction, and out-of-distribution generalization benchmarks for LLaMA-3 and Mistral backbones demonstrate that MEMOIR achieves state-of-the-art performance across reliability, generalization, and locality metrics, scaling to thousands of sequential edits with minimal forgetting.

Keywords

Cite

@article{arxiv.2506.07899,
  title  = {MEMOIR: Lifelong Model Editing with Minimal Overwrite and Informed Retention for LLMs},
  author = {Ke Wang and Yiming Qin and Nikolaos Dimitriadis and Alessandro Favero and Pascal Frossard},
  journal= {arXiv preprint arXiv:2506.07899},
  year   = {2026}
}

Comments

The first two authors contributed equally to this work; Accepted to NeurIPS 2025