paper-with-me

홈 › Papers

Unified Parameter-Efficient Unlearning for LLMs

2024-11-30 · Chenlu Ding, Jiancan Wu, Yancheng Yuan, Jinda Lu, Kai Zhang, Alex Su, Xiang Wang, Xiangnan He

The advent of Large Language Models (LLMs) has revolutionized natural language processing, enabling advanced understanding and reasoning capabilities across a variety of tasks. Fine-tuning these models for specific domains, particularly through Parameter-Efficient Fine-Tuning (PEFT) strategies like LoRA, has become a prevalent practice due to its efficiency. However, this raises significant privacy and security concerns, as models may inadvertently retain and disseminate sensitive or undesirable information. To address these issues, we introduce a novel instance-wise unlearning framework, LLMEraser, which systematically categorizes unlearning tasks and applies precise parameter adjustments using influence functions. Unlike traditional unlearning techniques that are often limited in scope and require extensive retraining, LLMEraser is designed to handle a broad spectrum of unlearning tasks without compromising model performance. Extensive experiments on benchmark datasets demonstrate that LLMEraser excels in efficiently managing various unlearning scenarios while maintaining the overall integrity and efficacy of the models.

📄 PDF Abstract BibTeX arXiv:2412.00383

Code (1)

oceanoceanna/LLMEraser 공식 구현 pytorch

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

FROC: A Unified Framework with Risk-Optimized Control for Machine Unlearning in LLMs

2025-12-15 · Si Qi Goh, Yongsen Zheng, Ziyao Liu, Sami Hormi 외 arxiv

Machine unlearning (MU) seeks to eliminate the influence of specific training examples from deployed models. As large language models (LLMs) become widely used, managing risks arising from insufficient forgetting or util…

Unlearning Isn't Deletion: Investigating Reversibility of Machine Unlearning in LLMs

2025-05-22 · Xiaoyu Xu, Xiang Yue, Yang Liu, Qingqing Ye 외

Unlearning in large language models (LLMs) is intended to remove the influence of specific data, yet current evaluations rely heavily on token-level metrics such as accuracy and perplexity. We show that these metrics can…

DiagnosticMachine UnlearningMath

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…

Knowledge Unlearning for LLMs: Tasks, Methods, and Challenges

2023-11-27 · Nianwen Si, Hao Zhang, Heyu Chang, Wenlin Zhang 외

In recent years, large language models (LLMs) have spurred a new research paradigm in natural language processing. Despite their excellent capability in knowledge-based question answering and reasoning, their potential t…

In-Context LearningMachine UnlearningQuestion AnsweringSurvey

Harmonizing Multi-Objective LLM Unlearning via Unified Domain Representation and Bidirectional Logit Distillation

2026-04-16 · Yisheng Zhong, Sijia Liu, Zhuangdi Zhu arxiv

Large Language Models (LLMs) unlearning is crucial for removing hazardous or privacy-leaking information from the model. Practical LLM unlearning demands satisfying multiple challenging objectives simultaneously: removin…