paper-with-me

홈 › Papers

GRAIL: Gradient-Based Adaptive Unlearning for Privacy and Copyright in LLMs

2025-04-17 · Kun-Woo Kim, Ji-Hoon Park, Ju-Min Han, Seong-Whan Lee

Large Language Models (LLMs) trained on extensive datasets often learn sensitive information, which raises significant social and legal concerns under principles such as the "Right to be forgotten." Retraining entire models from scratch to remove undesired information is both costly and impractical. Furthermore, existing single-domain unlearning methods fail to address multi-domain scenarios, where knowledge is interwoven across domains such as privacy and copyright, creating overlapping representations that lead to excessive knowledge removal or degraded performance. To tackle these issues, we propose GRAIL (GRadient-based AdaptIve unLearning), a novel multi-domain unlearning framework. GRAIL leverages gradient information from multiple domains to precisely distinguish the unlearning scope from the retention scope, and applies an adaptive parameter-wise localization strategy to selectively remove targeted knowledge while preserving critical parameters for each domain. Experimental results on unlearning benchmarks show that GRAIL achieves unlearning success on par with the existing approaches, while also demonstrating up to 17% stronger knowledge retention success compared to the previous state-of-art method. Our findings establish a new paradigm for effectively managing and regulating sensitive information in large-scale pre-trained language models.

📄 PDF Abstract BibTeX arXiv:2504.12681

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

To Forget or Not? Towards Practical Knowledge Unlearning for Large Language Models

2024-07-02 · Bozhong Tian, Xiaozhuan Liang, Siyuan Cheng, Qingbin Liu 외

Large Language Models (LLMs) trained on extensive corpora inevitably retain sensitive data, such as personal privacy information and copyrighted material. Recent advancements in knowledge unlearning involve updating LLM …

General Knowledge

Unlearning Targeted Information via Single Layer Unlearning Gradient

2024-07-16 · Zikui Cai, Yaoteng Tan, M. Salman Asif

Unauthorized privacy-related and copyrighted content generation using generative-AI is becoming a significant concern for human society, raising ethical, legal, and privacy issues that demand urgent attention. The EU's G…

Machine Unlearning

Second-Order Information Matters: Revisiting Machine Unlearning for Large Language Models

2024-03-13 · Kang Gu, Md Rafi Ur Rashid, Najrin Sultana, Shagufta Mehnaz

With the rapid development of Large Language Models (LLMs), we have witnessed intense competition among the major LLM products like ChatGPT, LLaMa, and Gemini. However, various issues (e.g. privacy leakage and copyright …

ArticlesMachine Unlearning

Machine Unlearning in Large Language Models

2024-05-24 · Saaketh Koundinya Gundavarapu, Shreya Agarwal, Arushi Arora, Chandana Thimmalapura Jagadeeshaiah

Machine unlearning, a novel area within artificial intelligence, focuses on addressing the challenge of selectively forgetting or reducing undesirable knowledge or behaviors in machine learning models, particularly in th…

Machine UnlearningTruthfulQA

Towards Mitigating Excessive Forgetting in LLM Unlearning via Entanglement-Guidance with Proxy Constraint

2025-08-28 · Zhihao Liu, Jian Lou, Yuke Hu, Xiaochen Li 외 arxiv

Large language models (LLMs) are trained on massive datasets that may include private or copyrighted content. Due to growing privacy and ownership concerns, data owners may request the removal of their data from trained …