English

HiEdit: Lifelong Model Editing with Hierarchical Reinforcement Learning

Computation and Language 2026-04-14 v1

Abstract

Lifelong model editing (LME) aims to sequentially rectify outdated or inaccurate knowledge in deployed LLMs while minimizing side effects on unrelated inputs. However, existing approaches typically apply parameter perturbations to a static and dense set of LLM layers for all editing instances. This practice is counter-intuitive, as we hypothesize that different pieces of knowledge are stored in distinct layers of the model. Neglecting this layer-wise specificity can impede adaptability in integrating new knowledge and result in catastrophic forgetting for both general and previously edited knowledge. To address this, we propose HiEdit, a hierarchical reinforcement learning framework that adaptively identifies the most knowledge-relevant layers for each editing instance. By enabling dynamic, instance-aware layer selection and incorporating an intrinsic reward for sparsity, HiEdit achieves precise, localized updates. Experiments on various LLMs show that HiEdit boosts the performance of the competitive RLEdit by an average of 8.48% with perturbing only half of the layers per edit. Our code is available at: https://github.com/yangfanww/hiedit.

Keywords

Cite

@article{arxiv.2604.11214,
  title  = {HiEdit: Lifelong Model Editing with Hierarchical Reinforcement Learning},
  author = {Yangfan Wang and Tianyang Sun and Chen Tang and Jie Liu and Wei Cai and Jingchi Jiang},
  journal= {arXiv preprint arXiv:2604.11214},
  year   = {2026}
}

Comments

Accept by ACL 2026

R2 v1 2026-07-01T12:05:57.432Z