Robust LLM Unlearning with MUDMAN: Meta-Unlearning with Disruption Masking And Normalization
Filip Sondej, Yushi Yang, Mikołaj Kniejski, Marcel Windys
TL;DR
The paper tackles the problem of robust, irreversible unlearning in language models by introducing MUDMAN, a pipeline that leverages meta-learning, Disruption Masking, and gradient normalization to prevent the re-emergence of dangerous capabilities. Through extensive experiments across multiple models and datasets, MUDMAN demonstrates substantial improvements over the TAR baseline and emphasizes selective intervention on model components to preserve retention. The work combines rigorous ablations with practical considerations, showing that targeted, masked, and normalized updates can yield more durable unlearning with modest overhead. These findings move toward safer deployment of LLMs by reducing the likelihood that harmful capabilities can be recovered via subsequent learning or adversarial prompts.
Abstract
Language models can retain dangerous knowledge and skills even after extensive safety fine-tuning, posing both misuse and misalignment risks. Recent studies show that even specialized unlearning methods can be easily reversed. To address this, we systematically evaluate many existing and novel components of unlearning methods and identify ones crucial for irreversible unlearning. We introduce Disruption Masking, a technique in which we only allow updating weights, where the signs of the unlearning gradient and the retaining gradient are the same. This ensures all updates are non-disruptive. Additionally, we identify the need for normalizing the unlearning gradients, and also confirm the usefulness of meta-learning. We combine these insights into MUDMAN (Meta-Unlearning with Disruption Masking and Normalization) and validate its effectiveness at preventing the recovery of dangerous capabilities. MUDMAN outperforms the prior TAR method by 40%, setting a new state-of-the-art for robust unlearning.
