Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

HoReN: Normalized Hopfield Retrieval for Large-Scale Sequential Model Editing

About

Large language models encode vast factual knowledge that can become outdated or incorrect after deployment, yet retraining is prohibitively costly. This motivates lifelong model editing, which updates targeted behavior while preserving the rest of the model. Existing editors, both parameter-modifying and parameter-preserving, degrade severely as edits accumulate and struggle to generalize across paraphrases. We propose HoReN, a codebook-based parameter-preserving editor that wraps a single MLP layer with a discrete key-value memory. HoReN treats each codebook entry as both a knowledge key and a Hopfield stored pattern, retrieves edits by angular similarity on the unit hypersphere, and refines queries through damped Hopfield dynamics so paraphrases converge to the correct memory basin while unrelated inputs remain stable. HoReN achieves strong editing performance with consistent gains across diverse benchmarks spanning standard ZsRE, structured WikiBigEdit, and unstructured UnKE evaluations. Moreover, HoReN scales to 50K sequential edits on ZsRE with stable overall performance above 0.93, while prior editors collapse or degrade severely before reaching 10K. Our code is available at https://github.com/ha11ucin8/HoReN.

Yuan Fang, Yi Xie, Xuming Ran• 2026

Related benchmarks

TaskDatasetResultRank
Model EditingzsRE
Reliability1
72
Model EditingWikiBigEdit--
34
Knowledge EditingZsRE N = 2000
Reliability100
12
Knowledge EditingZsRE N = 5000
Reliability100
12
Knowledge EditingZsRE N = 10000
Reliability1
12
Sequential Knowledge EditingWikiBigEdit
Reliability99.2
6
Unstructured Knowledge EditingUnKE
ROUGE-158
6
Model EditingZsRE N=2000 edits (test)
Reliability99
5
Model EditingZsRE N=5000 edits (test)
Reliability99
5
Model EditingZsRE N=10000 edits (test)
Reliability99
5
Showing 10 of 11 rows

Other info

Follow for update