Forgetting-MarI: LLM Unlearning via Marginal Information Regularization
Shizhou Xu, Yuan Ni, Stefan Broecker, Thomas Strohmer
TL;DR
The paper tackles unlearning in large language models by introducing Forgetting-MarI, an information-theoretic framework that penalizes marginal information to remove only the unlearned data's unique contributions while preserving retained knowledge. It formalizes marginal information via mutual information between a Marginal Information (MarI) signal and a binary indicator, and proposes an MI-based regularizer with explicit bounds on residual influence to ensure provable undetectability. The approach offers token-wise and pooled MarI estimators, enabling continual unlearning with stable utility preservation. Empirical results on mid-scale models (GPT-2 Large and Llama-3.2-1B) across copyright-like and domain datasets show Forgetting-MarI outperforms full-information baselines in forgetting efficacy and utility maintenance, with detector analyses supporting the theoretical guarantees.
Abstract
As AI models are trained on ever-expanding datasets, the ability to remove the influence of specific data from trained models has become essential for privacy protection and regulatory compliance. Unlearning addresses this challenge by selectively removing parametric knowledge from the trained models without retraining from scratch, which is critical for resource-intensive models such as Large Language Models (LLMs). Existing unlearning methods often degrade model performance by removing more information than necessary when attempting to ''forget'' specific data. We introduce Forgetting-MarI, an LLM unlearning framework that provably removes only the additional (marginal) information contributed by the data to be unlearned, while preserving the information supported by the data to be retained. By penalizing marginal information, our method yields an explicit upper bound on the unlearn dataset's residual influence in the trained models, providing provable undetectability. Extensive experiments confirm that our approach outperforms current state-of-the-art unlearning methods, delivering reliable forgetting and better preserved general model performance across diverse benchmarks. This advancement represents an important step toward making AI systems more controllable and compliant with privacy and copyright regulations without compromising their effectiveness.
