paper-with-me

홈 › Papers

CE-U: Cross Entropy Unlearning

2025-03-03 · Bo Yang

Large language models (LLMs) inadvertently memorize sensitive data from their massive pretraining corpora \cite{jang2022knowledge}. In this work, we propose CE-U (Cross Entropy Unlearning), a novel loss function designed specifically for unlearning tasks. CE-U addresses fundamental limitations of gradient ascent approaches which suffer from instability due to vanishing gradients when model confidence is high and gradient exploding when confidence is low. We also unify standard cross entropy supervision and cross entropy unlearning into a single framework. Notably, on the TOFU benchmark for unlearning \cite{maini2024tofu}, CE-U achieves state-of-the-art results on LLaMA2-7B with 1\% and 5\% forgetting, even without the use of any extra reference model or additional positive samples. Our theoretical analysis further reveals that the gradient instability issues also exist in popular reinforcement learning algorithms like DPO and GRPO, as they include a gradient ascent component. This suggests that applying CE-U principles to reinforcement learning could be a promising direction for improving stability and convergence.

📄 PDF Abstract BibTeX arXiv:2503.01224

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

DPO 설명 없음
Tofu 설명 없음

Similar Papers 제목 키워드 기반

ALTER: Asymmetric LoRA for Token-Entropy-Guided Unlearning of LLMs

2026-03-02 · Xunlei Chen, Jinyu Guo, Yuang Li, Zhaokun Wang 외 arxiv

Large language models (LLMs) have advanced to encompass extensive knowledge across diverse domains. Yet controlling what a LLMs should not know is important for ensuring alignment and thus safe use. However, effective un…

Agentic Unlearning: When LLM Agent Meets Machine Unlearning

2026-02-06 · Bin Wang, Fan Wang, Pingping Wang, Jinyu Cong 외 arxiv

In this paper, we introduce \textbf{agentic unlearning} which removes specified information from both model parameters and persistent memory in agents with closed-loop interaction. Existing unlearning methods target para…

A Closer Look at Machine Unlearning for Large Language Models

2024-10-10 · Xiaojian Yuan, Tianyu Pang, Chao Du, Kejiang Chen 외

Large language models (LLMs) may memorize sensitive or copyrighted content, raising privacy and legal concerns. Due to the high cost of retraining from scratch, researchers attempt to employ machine unlearning to remove …

DiversityMachine UnlearningSentence

Forget What Matters, Keep the Rest: Selective Unlearning of Informative Tokens

2026-04-20 · Seunghee Koh, Sunghyun Baek, Youngdong Kim, Junmo Kim arxiv

Unlearning in large language models (LLMs) has emerged as a promising safeguard against adversarial behaviors. When the forgetting loss is applied uniformly without considering token-level semantic importance, model util…

Machine Unlearning via Information Theoretic Regularization

2025-02-08 · Shizhou Xu, Thomas Strohmer

How can we effectively remove or "unlearn" undesirable information, such as specific features or individual data points, from a learning outcome while minimizing utility loss and ensuring rigorous guarantees? We introduc…

Machine Unlearning