RKLD: Reverse KL-Divergence-based Knowledge Distillation for Unlearning Personal Information in Large Language Models
Bichen Wang, Yuzhe Zi, Yixin Sun, Yanyan Zhao, Bing Qin
TL;DR
This work tackles the challenge of removing personal information from large language models to comply with RTBF and GDPR. It introduces RKLD, a reverse KL-divergence-based knowledge distillation framework that constructs an unlearning teacher via continued training on the forget set and uses reverse KL loss to guide forgetting while preserving other token distributions. Experiments on the TOFU benchmark show RKLD achieves strong forget quality with robust model utility, outperforming existing baselines and demonstrating resilience across varying forgetting scales. An ablation confirms the superiority of reverse KL over forward KL for this selective forgetting, and a case study highlights the importance of thorough unlearning to prevent information leakage.
Abstract
With the passage of the Right to Be Forgotten (RTBF) regulations and the scaling up of language model training datasets, research on model unlearning in large language models (LLMs) has become more crucial. Before the era of LLMs, machine unlearning research focused mainly on classification tasks in models with small parameters. In these tasks, the content to be forgotten or retained is clear and straightforward. However, as parameter sizes have grown and tasks have become more complex, balancing forget quality and model utility has become more challenging, especially in scenarios involving personal data instead of classification results. Existing methods based on gradient ascent and its variants often struggle with this balance, leading to unintended information loss or partial forgetting. To address this challenge, we propose RKLD, a novel \textbf{R}everse \textbf{KL}-Divergence-based Knowledge \textbf{D}istillation unlearning algorithm for LLMs targeting the unlearning of personal information. Through RKLD, we achieve significant forget quality and effectively maintain the model utility in our experiments.
