UNDIAL: Self-Distillation with Adjusted Logits for Robust Unlearning in Large Language Models
Yijiang River Dong, Hongzhou Lin, Mikhail Belkin, Ramon Huerta, Ivan Vulić
TL;DR
UnDIAL addresses privacy-related unlearning in LLMs by replacing loss-maximization with self-distillation using adjusted logits to down-weight forgotten tokens. It introduces a fixed target distribution and a focused variant (FUnDIAL) to emphasize key tokens like entities and nouns, improving trade-offs between forgetting and language usefulness. Experiments on the Extraction Data and MUSE benchmarks show UnDIAL achieving robust, scalable unlearning that outperforms GA, NPO, and auxiliary-model baselines, with stable training dynamics across hyperparameters. This work provides a practical approach to privacy-preserving unlearning for real-world LLM deployment, with noted limitations and avenues for extending to larger models and automatic sensitive-token detection.
Abstract
Mitigating the retention of sensitive or private information in large language models is essential for enhancing privacy and safety. Existing unlearning methods, like Gradient Ascent and Negative Preference Optimization, directly tune models to remove unwanted information. However, these methods often become unstable because they fine-tune by maximizing cross-entropy loss, which is the opposite of traditional loss minimization in learning. This reversal creates instability, especially on larger datasets, as the model struggles to balance unlearning with maintaining language capacity, leading to over-unlearning. In this paper, we introduce UnDIAL (Unlearning via Self-Distillation on Adjusted Logits), a novel and robust unlearning method. Our approach leverages self-distillation to adjust logits and selectively reduce the influence of targeted tokens. This technique ensures smooth convergence and avoids catastrophic forgetting, even in challenging unlearning tasks with large datasets and sequential unlearning requests. Extensive experiments show that UnDIAL can achieve both robustness in unlearning and scalability while maintaining stable training dynamics and resilience to hyperparameter tuning.
