English

Offset Unlearning for Large Language Models

Computation and Language 2025-05-29 v2 Artificial Intelligence Machine Learning

Abstract

Despite the strong capabilities of Large Language Models (LLMs) to acquire knowledge from their training corpora, the memorization of sensitive information in the corpora such as copyrighted, biased, and private content has led to ethical and legal concerns. In response to these challenges, unlearning has emerged as a potential remedy for LLMs affected by problematic training data. However, previous unlearning techniques are either not applicable to black-box LLMs due to required access to model internal weights, or violate data protection principles by retaining sensitive data for inference-time correction. We propose {\delta}-Unlearning, an offset unlearning framework for black-box LLMs. Instead of tuning the black-box LLM itself, {\delta}-Unlearning learns the logit offset needed for unlearning by contrasting the logits from a pair of smaller models. Experiments demonstrate that {\delta}- Unlearning can effectively unlearn target data while maintaining similar or even stronger performance on general out-of-forget-scope tasks. {\delta}-Unlearning also effectively incorporates different unlearning algorithms, making our approach a versatile solution to adapting various existing unlearning algorithms to black-box LLMs.

Keywords

Cite

@article{arxiv.2404.11045,
  title  = {Offset Unlearning for Large Language Models},
  author = {James Y. Huang and Wenxuan Zhou and Fei Wang and Fred Morstatter and Sheng Zhang and Hoifung Poon and Muhao Chen},
  journal= {arXiv preprint arXiv:2404.11045},
  year   = {2025}
}

Comments

Published in TMLR. https://openreview.net/pdf?id=A4RLpHPXCu

R2 v1 2026-06-28T15:56:41.485Z