EMNLP 20250 citations

Not Every Token Needs Forgetting: Selective Unlearning Balancing Forgetting and Utility in Large Language Models

Yixin Wan, Anil Ramakrishna, Kai-Wei Chang, Volkan Cevher, Rahul Gupta

Abstract

Large Language Model (LLM) unlearning has recently gained significant attention, driven by the need to remove unwanted information—such as private, sensitive, or copyrighted content—from trained models. However, conventional unlearning approaches indiscriminately update model parameters to forget all tokens in a target document, including common tokens (e.g., pronouns, prepositions, general nouns) that carry general knowledge. In this paper, we highlight that “not every token needs forgetting”. We propose **Selective Unlearning (SU)**, which identifies a critical subset of tokens within the forgetting set that is relevant to the unwanted information, and unlearns only those tokens. Experiments on two benchmarks and six baseline unlearning algorithms demonstrate that SU not only achieves effective unlearning on the targeted forget data, but also significantly preserves the model’s utility in the retaining set.

BibTeX
@inproceedings{emnlp2025_noteverytokennee,
  title = {Not Every Token Needs Forgetting: Selective Unlearning Balancing Forgetting and Utility in Large Language Models},
  author = {Yixin Wan and Anil Ramakrishna and Kai-Wei Chang and Volkan Cevher and Rahul Gupta},
  booktitle = {EMNLP 2025},
  year = {2025}
}