Memory-Based Model Editing at Scale
Eric Mitchell, Charles Lin, Antoine Bosselut, Christopher D. Manning,, Chelsea Finn

TL;DR
The paper introduces SERAC, a retrieval-augmented model editing method that explicitly stores and reasons over edits, significantly improving the accuracy and robustness of language model updates across multiple tasks.
Contribution
SERAC is a novel semi-parametric approach that enhances model editing by explicit memory and reasoning, outperforming existing methods on diverse language tasks.
Findings
SERAC achieves high performance across question answering, fact-checking, and dialogue generation.
It outperforms existing model editing approaches by a significant margin.
The approach maintains effectiveness after multiple edits.
Abstract
Even the largest neural networks make errors, and once-correct predictions can become invalid as the world changes. Model editors make local updates to the behavior of base (pre-trained) models to inject updated knowledge or correct undesirable behaviors. Existing model editors have shown promise, but also suffer from insufficient expressiveness: they struggle to accurately model an edit's intended scope (examples affected by the edit), leading to inaccurate predictions for test inputs loosely related to the edit, and they often fail altogether after many edits. As a higher-capacity alternative, we propose Semi-Parametric Editing with a Retrieval-Augmented Counterfactual Model (SERAC), which stores edits in an explicit memory and learns to reason over them to modulate the base model's predictions as needed. To enable more rigorous evaluation of model editors, we introduce three…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Machine Learning in Healthcare
MethodsSemi-Parametric Editing with a Retrieval-Augmented Counterfac- tual Model · Test · Balanced Selection
