English

Consecutive Batch Model Editing with HooK Layers

Computation and Language 2024-10-14 v3

Abstract

As the typical retraining paradigm is unacceptably time- and resource-consuming, researchers are turning to model editing to find an effective way that supports both consecutive and batch scenarios to edit the model behavior directly. Despite all these practical expectations, existing model editing methods fail to realize all of them. Furthermore, the memory demands for such sequential model editing approaches tend to be prohibitive, frequently necessitating an external memory that grows incrementally over time. To cope with these challenges, we propose CoachHooK, a model editing method that simultaneously supports sequential and batch editing. CoachHooK is memory-friendly as it only needs a small amount of it to store several hook layers whose size remains unchanged over time. Experimental results demonstrate the superiority of our method over other batch-supportive model editing methods under both single-round and consecutive batch editing scenarios. Extensive analyses of CoachHooK have been conducted to verify the stability of our method over a number of consecutive steps.

Cite

@article{arxiv.2403.05330,
  title  = {Consecutive Batch Model Editing with HooK Layers},
  author = {Shuaiyi Li and Yang Deng and Deng Cai and Hongyuan Lu and Liang Chen and Wai Lam},
  journal= {arXiv preprint arXiv:2403.05330},
  year   = {2024}
}

Comments

To appear in EMNLP 2024 Main

R2 v1 2026-06-28T15:13:37.569Z