BalDRO: A Distributionally Robust Optimization based Framework for Large Language Model Unlearning
Pengyang Shao, Naixin Zhai, Lei Chen, Yonghui Yang, Fengbin Zhu, Xun Yang, Meng Wang
TL;DR
BalDRO reframes LLM unlearning as a distributionally robust optimization problem to address sample-wise forgetting imbalance. It introduces two tractable inner-process instantiations, BalDRO-G (discrete group-level) and BalDRO-DV (continuous DV dual), which upweight hard-to-forget samples while updating model parameters to minimize the resulting worst-case loss. Across TOFU and MUSE benchmarks, BalDRO improves forgetting quality while preserving or modestly improving model utility, outperforming existing gradient-based unlearning methods. The framework is lightweight to integrate and offers a principled path toward synchronized forgetting, with broad applicability to real-world web governance and data-privacy requirements.
Abstract
As Large Language Models (LLMs) increasingly shape online content, removing targeted information from well-trained LLMs (also known as LLM unlearning) has become critical for web governance. A key challenge lies in sample-wise imbalance within the forget set: different samples exhibit widely varying unlearning difficulty, leading to asynchronous forgetting where some knowledge remains insufficiently erased while others become over-forgotten. To address this, we propose BalDRO, a novel and efficient framework for balanced LLM unlearning. BalDRO formulates unlearning as a min-sup process: an inner step identifies a worst-case data distribution that emphasizes hard-to-unlearn samples, while an outer step updates model parameters under this distribution. We instantiate BalDRO via two efficient variants: BalDRO-G, a discrete GroupDRO-based approximation focusing on high-loss subsets, and BalDRO-DV, a continuous Donsker-Varadhan dual method enabling smooth adaptive weighting within standard training pipelines. Experiments on TOFU and MUSE show that BalDRO significantly improves both forgetting quality and model utility over existing methods, and we release code for reproducibility.
