paper-with-me

홈 › Papers

LLM Unlearning using Gradient Ratio-Based Influence Estimation and Noise Injection

2025-08-08 · Ameya Anjarlekar, Sandeep Pombra arxiv

The growing legal and ethical scrutiny of large language models (LLMs) necessitates effective machine unlearning, particularly for sensitive or unauthorized data. Existing empirical methods often yield incomplete forgetting or unintended degradation of unrelated knowledge due to poor localization. In this work, we propose GRIN: a modular and targeted framework for LLM unlearning. GRIN introduces a novel gradient-ratio-based metric to identify parameters most responsible for memorizing forget data. We then perform selective noise injection into these parameters prior to fine-tuning, which improves unlearning performance while maintaining model utility. Finally, we propose new evaluation metrics tailored to the LLM setting and validate our approach on standard benchmarks such as TOFU, WMDP, and SafePKU.

📄 PDF Abstract BibTeX arXiv:2508.06467

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CUFG: Curriculum Unlearning Guided by the Forgetting Gradient

2025-09-18 · Jiaxing Miao, Liang Hu, Qi Zhang, Lai Zhong Yuan 외 arxiv

As privacy and security take center stage in AI, machine unlearning, the ability to erase specific knowledge from models, has garnered increasing attention. However, existing methods overly prioritize efficiency and aggr…

A More Practical Approach to Machine Unlearning

2024-06-13 · David Zagardo

Machine learning models often incorporate vast amounts of data, raising significant privacy concerns. Machine unlearning, the ability to remove the influence of specific data points from a trained model, addresses these …

Machine Unlearning

Gradient Surgery for One-shot Unlearning on Generative Model

2023-07-10 · Seohui Bae, Seoyoon Kim, Hyemin Jung, Woohyung Lim

Recent regulation on right-to-be-forgotten emerges tons of interest in unlearning pre-trained machine learning models. While approximating a straightforward yet expensive approach of retrain-from-scratch, recent machine …

Machine UnlearningMulti-Task Learning

Improving Unlearning with Model Updates Probably Aligned with Gradients

2025-11-04 · Virgile Dine, Teddy Furon, Charly Faure arxiv

We formulate the machine unlearning problem as a general constrained optimization problem. It unifies the first-order methods from the approximate machine unlearning literature. This paper then introduces the concept of …

Graph Unlearning Meets Influence-aware Negative Preference Optimization

2025-10-22 · Qiang Chen, Zhongze Wu, Ang He, Xi Lin 외 arxiv

Recent advancements in graph unlearning models have enhanced model utility by preserving the node representation essentially invariant, while using gradient ascent on the forget set to achieve unlearning. However, this a…