CLMar 8, 2024

Consecutive Batch Model Editing with HooK Layers

arXiv:2403.05330v327 citationsh-index: 8EMNLP
Originality Incremental advance
AI Analysis

This addresses the need for memory-efficient model editing in machine learning, though it appears incremental as it builds on existing editing methods.

The paper tackles the problem of efficiently editing model behavior in both consecutive and batch scenarios without high memory costs, proposing CoachHooK, which uses hook layers to achieve this with stable performance over multiple steps.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes