English

Reveal and Release: Iterative LLM Unlearning with Self-generated Data

Computation and Language 2025-09-19 v1 Artificial Intelligence Machine Learning

Abstract

Large language model (LLM) unlearning has demonstrated effectiveness in removing the influence of undesirable data (also known as forget data). Existing approaches typically assume full access to the forget dataset, overlooking two key challenges: (1) Forget data is often privacy-sensitive, rare, or legally regulated, making it expensive or impractical to obtain (2) The distribution of available forget data may not align with how that information is represented within the model. To address these limitations, we propose a ``Reveal-and-Release'' method to unlearn with self-generated data, where we prompt the model to reveal what it knows using optimized instructions. To fully utilize the self-generated forget data, we propose an iterative unlearning framework, where we make incremental adjustments to the model's weight space with parameter-efficient modules trained on the forget data. Experimental results demonstrate that our method balances the tradeoff between forget quality and utility preservation.

Keywords

Cite

@article{arxiv.2509.14624,
  title  = {Reveal and Release: Iterative LLM Unlearning with Self-generated Data},
  author = {Linxi Xie and Xin Teng and Shichang Ke and Hongyi Wen and Shengjie Wang},
  journal= {arXiv preprint arXiv:2509.14624},
  year   = {2025}
}

Comments

Accepted to EMNLP 2025 Findings

R2 v1 2026-07-01T05:43:10.138Z