paper-with-me

홈 › Papers

MEOW: MEMOry Supervised LLM Unlearning Via Inverted Facts

2024-09-18 · Tianle Gu, Kexin Huang, Ruilin Luo, Yuanqi Yao, Yujiu Yang, Yan Teng, Yingchun Wang

Large Language Models (LLMs) can memorize sensitive information, raising concerns about potential misuse. LLM Unlearning, a post-hoc approach to remove this information from trained LLMs, offers a promising solution to mitigate these risks. However, previous practices face three key challenges: 1. Utility: successful unlearning often causes catastrophic collapse on unrelated tasks. 2. Efficiency: many methods either involve adding similarly sized models, which slows down unlearning or inference, or require retain data that are difficult to obtain. 3. Robustness: even effective methods may still leak data via extraction techniques. To address these challenges, we propose MEOW, a simple yet effective gradient descent-based unlearning method. Specifically, we use an offline LLM to generate a set of inverted facts. Then, we design a new metric, MEMO, to quantify memorization in LLMs. Finally, based on the signals provided by MEMO, we select the most appropriate set of inverted facts and finetune the model based on them. We evaluate MEOW on the commonly used unlearn benchmark, ToFU, with Llama2-7B-Chat and Phi-1.5B, and test it on both NLU and NLG tasks. Results demonstrate significant improvement of MEOW in forget quality without substantial loss in model utility. Meanwhile, MEOW does not exhibit significant degradation in NLU or NLG capabilities, and there is even a slight improvement in NLU performance.

📄 PDF Abstract BibTeX arXiv:2409.11844

Code (1)

carol-gutianle/meow 공식 구현 pytorch

Tasks

Memorization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

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…

Machine Unlearning using a Multi-GAN based Model

2024-07-26 · Amartya Hatua, Trung T. Nguyen, Andrew H. Sung

This article presents a new machine unlearning approach that utilizes multiple Generative Adversarial Network (GAN) based models. The proposed method comprises two phases: i) data reorganization in which synthetic data u…

Generative Adversarial NetworkMachine Unlearningmodel

Evaluating Deep Unlearning in Large Language Models

2024-10-19 · Ruihan Wu, Chhavi Yadav, Russ Salakhutdinov, Kamalika Chaudhuri

Machine unlearning is a key requirement of many data protection regulations such as GDPR. Prior work on unlearning has mostly considered superficial unlearning tasks where a single or a few related pieces of information …

Machine Unlearning

Anatomy of Unlearning: The Dual Impact of Fact Salience and Model Fine-Tuning

2026-02-23 · Anna Borisiuk, Andrey Savchenko, Alexander Panchenko, Elena Tutubalina arxiv

Machine Unlearning (MU) enables Large Language Models (LLMs) to remove unsafe or outdated information. However, existing work assumes that all facts are equally forgettable and largely ignores whether the forgotten knowl…

Do Unlearning Methods Remove Information from Language Model Weights?

2024-10-11 · Aghyad Deeb, Fabien Roger

Large Language Models' knowledge of how to perform cyber-security attacks, create bioweapons, and manipulate humans poses risks of misuse. Previous work has proposed methods to unlearn this knowledge. Historically, it ha…

Language ModelingLanguage Modelling