paper-with-me

홈 › Papers

Not All Data Are Unlearned Equally

2025-04-07 · Aravind Krishnan, Siva Reddy, Marius Mosbach

Machine unlearning is concerned with the task of removing knowledge learned from particular data points from a trained model. In the context of large language models (LLMs), unlearning has recently received increased attention, particularly for removing knowledge about named entities from models for privacy purposes. While various approaches have been proposed to address the unlearning problem, most existing approaches treat all data points to be unlearned equally, i.e., unlearning that Montreal is a city in Canada is treated exactly the same as unlearning the phone number of the first author of this paper. In this work, we show that this all data is equal assumption does not hold for LLM unlearning. We study how the success of unlearning depends on the frequency of the knowledge we want to unlearn in the pre-training data of a model and find that frequency strongly affects unlearning, i.e., more frequent knowledge is harder to unlearn. Additionally, we uncover a misalignment between probability and generation-based evaluations of unlearning and show that this problem worsens as models become larger. Overall, our experiments highlight the need for better evaluation practices and novel methods for LLM unlearning that take the training data of models into account.

📄 PDF Abstract BibTeX arXiv:2504.05058

Code (1)

McGill-NLP/unequal-unlearning 공식 구현 pytorch

Tasks

AllMachine Unlearning

Similar Papers 제목 키워드 기반

Efficiently Forgetting What You Have Learned in Graph Representation Learning via Projection

2023-02-17 · Weilin Cong, Mehrdad Mahdavi

As privacy protection receives much attention, unlearning the effect of a specific node from a pre-trained graph learning model has become equally important. However, due to the node dependency in the graph-structured da…

Graph LearningGraph Representation LearningRepresentation Learning

Inexact Unlearning Needs More Careful Evaluations to Avoid a False Sense of Privacy

2024-03-02 · Jamie Hayes, Ilia Shumailov, Eleni Triantafillou, Amr Khalifa 외

The high cost of model training makes it increasingly desirable to develop techniques for unlearning. These techniques seek to remove the influence of a training example without having to retrain the model from scratch. …

Machine Unlearning

Meta-Unlearning on Diffusion Models: Preventing Relearning Unlearned Concepts

2024-10-16 · Hongcheng Gao, Tianyu Pang, Chao Du, Taihang Hu 외

With the rapid progress of diffusion-based content generation, significant efforts are being made to unlearn harmful or copyrighted concepts from pretrained diffusion models (DMs) to prevent potential model misuse. Howev…

Towards Robust Knowledge Unlearning: An Adversarial Framework for Assessing and Improving Unlearning Robustness in Large Language Models

2024-08-20 · Hongbang Yuan, Zhuoran Jin, Pengfei Cao, Yubo Chen 외

LLM have achieved success in many fields but still troubled by problematic content in the training corpora. LLM unlearning aims at reducing their influence and avoid undesirable behaviours. However, existing unlearning m…

Apollo: A Posteriori Label-Only Membership Inference Attack Towards Machine Unlearning

2025-06-11 · Liou Tang, James Joshi, Ashish Kundu

Machine Unlearning (MU) aims to update Machine Learning (ML) models following requests to remove training samples and their influences on a trained model efficiently without retraining the original ML model from scratch.…

Inference AttackMachine UnlearningMembership Inference Attack