paper-with-me

홈 › Papers

BLUR: A Bi-Level Optimization Approach for LLM Unlearning

2025-06-09 · Hadi Reisizadeh, Jinghan Jia, Zhiqi Bu, Bhanukiran Vinzamuri, Anil Ramakrishna, Kai-Wei Chang, Volkan Cevher, Sijia Liu, Mingyi Hong

Enabling large language models (LLMs) to unlearn knowledge and capabilities acquired during training has proven vital for ensuring compliance with data regulations and promoting ethical practices in generative AI. Although there are growing interests in developing various unlearning algorithms, it remains unclear how to best formulate the unlearning problem. The most popular formulation uses a weighted sum of forget and retain loss, but it often leads to performance degradation due to the inherent trade-off between forget and retain losses. In this work, we argue that it is important to model the hierarchical structure of the unlearning problem, where the forget problem (which \textit{unlearns} certain knowledge and/or capabilities) takes priority over the retain problem (which preserves model utility). This hierarchical structure naturally leads to a bi-level optimization formulation where the lower-level objective focuses on minimizing the forget loss, while the upper-level objective aims to maintain the model's utility. Based on this new formulation, we propose a novel algorithm, termed Bi-Level UnleaRning (\texttt{BLUR}), which not only possesses strong theoretical guarantees but more importantly, delivers superior performance. In particular, our extensive experiments demonstrate that \texttt{BLUR} consistently outperforms all the state-of-the-art algorithms across various unlearning tasks, models, and metrics. Codes are available at https://github.com/OptimAI-Lab/BLURLLMUnlearning.

📄 PDF Abstract BibTeX arXiv:2506.08164

Code (1)

optimai-lab/blurllmunlearning 공식 구현 pytorch

Similar Papers 제목 키워드 기반

LLM Unlearning via Loss Adjustment with Only Forget Data

2024-10-14 · Yaxuan Wang, Jiaheng Wei, Chris Yuhao Liu, Jinlong Pang 외

Unlearning in Large Language Models (LLMs) is essential for ensuring ethical and responsible AI use, especially in addressing privacy leak, bias, safety, and evolving regulations. Existing approaches to LLM unlearning of…

Challenging Forgets: Unveiling the Worst-Case Forget Sets in Machine Unlearning

2024-03-12 · Chongyu Fan, Jiancheng Liu, Alfred Hero, Sijia Liu

The trustworthy machine learning (ML) community is increasingly recognizing the crucial need for models capable of selectively 'unlearning' data points after training. This leads to the problem of machine unlearning (MU)…

Machine Unlearning

Attention Smoothing Is All You Need For Unlearning

2026-03-01 · Saleh Zare Zade, Xiangyu Zhou, Sijia Liu, Dongxiao Zhu arxiv

Large Language Models are prone to memorizing sensitive, copyrighted, or hazardous content, posing significant privacy and legal concerns. Retraining from scratch is computationally infeasible, whereas current unlearning…

Question Answering

Towards LLM Unlearning Resilient to Relearning Attacks: A Sharpness-Aware Minimization Perspective and Beyond

2025-02-07 · Chongyu Fan, Jinghan Jia, Yihua Zhang, Anil Ramakrishna 외

The LLM unlearning technique has recently been introduced to comply with data regulations and address the safety and ethical concerns of LLMs by removing the undesired data-model influence. However, state-of-the-art unle…

Direct Token Optimization: A Self-contained Approach to Large Language Model Unlearning

2025-09-30 · Hong kyu Lee, Ruixuan Liu, Li Xiong arxiv

Machine unlearning is an emerging technique that removes the influence of a subset of training data (forget set) from a model without full retraining, with applications including privacy protection, content moderation, a…