Reinforced Lifelong Editing for Language Models
Zherui Li, Houcheng Jiang, Hao Chen, Baolong Bi, Zhenhong Zhou, Fei Sun, Junfeng Fang, Xiang Wang

TL;DR
This paper introduces RLEdit, an RL-based method for lifelong editing of large language models that improves accuracy and efficiency in updating model knowledge without retraining.
Contribution
The paper proposes RLEdit, a reinforcement learning approach that aligns with hypernetwork-based model editing, enabling precise and efficient lifelong updates to LLMs.
Findings
RLEdit outperforms existing methods in effectiveness.
RLEdit reduces editing time by 97.89%.
Achieves 59.24% improvement in editing performance.
Abstract
Large language models (LLMs) acquire information from pre-training corpora, but their stored knowledge can become inaccurate or outdated over time. Model editing addresses this challenge by modifying model parameters without retraining, and prevalent approaches leverage hypernetworks to generate these parameter updates. However, they face significant challenges in lifelong editing due to their incompatibility with LLM parameters that dynamically change during the editing process. To address this, we observed that hypernetwork-based lifelong editing aligns with reinforcement learning modeling and proposed RLEdit, an RL-based editing method. By treating editing losses as rewards and optimizing hypernetwork parameters at the full knowledge sequence level, we enable it to precisely capture LLM changes and generate appropriate parameter updates. Our extensive empirical evaluation across…
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
TopicsNatural Language Processing Techniques · Topic Modeling
MethodsHyperNetwork
