paper-with-me

Papers

CodeUnlearn: Amortized Zero-Shot Machine Unlearning in Language Models Using Discrete Concept

2024-10-08 · Yuxuan Wu, Bonaventure F. P. Dossou, Dianbo Liu

Large Language Models (LLMs) offer extensive knowledge across various domains, but they may inadvertently memorize sensitive, unauthorized, or malicious data, such as personal information in the medical and financial sectors. Machine unlearning methods aim to remove specific information from models after training to address this. However, current approaches require additional model training or struggle to effectively erase particular data points and their associated context due to LLMs' complex, dense, and continuous nature. In this study, we propose a novel amortized unlearning approach using codebook features and Sparse Autoencoders (SAEs). By leveraging a bottleneck to decompose the activation space and regulate information flow, our method efficiently unlearns targeted information while preserving the model's performance on unrelated data. To the best of our knowledge, this is the first work that successfully enables unlearning specific topics with contextual relevance in an LLM, marking a significant step towards real-world applications of machine unlearning.

📄 PDF Abstract BibTeX arXiv:2410.10866

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Unlearning

Similar Papers 제목 키워드 기반

Zero-Shot Machine Unlearning

2022-01-14 · Vikram S Chundawat, Ayush K Tarun, Murari Mandal, Mohan Kankanhalli

Modern privacy regulations grant citizens the right to be forgotten by products, services and companies. In case of machine learning (ML) applications, this necessitates deletion of data not only from storage archives bu…

Machine UnlearningTransfer Learning

Zero-shot Class Unlearning via Layer-wise Relevance Analysis and Neuronal Path Perturbation

2024-10-31 · Wenhan Chang, Tianqing Zhu, Ping Xiong, Yufeng Wu 외

In the rapid advancement of artificial intelligence, privacy protection has become crucial, giving rise to machine unlearning. Machine unlearning is a technique that removes specific data influences from trained models w…

Machine UnlearningPrivacy Preserving

Zero-Shot Machine Unlearning with Proxy Adversarial Data Generation

2025-07-29 · Huiqiang Chen, Tianqing Zhu, Xin Yu, Wanlei Zhou arxiv

Machine unlearning aims to remove the influence of specific samples from a trained model. A key challenge in this process is over-unlearning, where the model's performance on the remaining data significantly drops due to…

ZeroUnlearn: Few-Shot Knowledge Unlearning in Large Language Models

2026-05-16 · Yujie Lin, Chengyi Yang, Zhishang Xiang, Yiping Song 외 arxiv

Large language models inevitably retain sensitive information, defined as inputs that may induce harmful generations, due to training on massive web corpora, raising concerns for privacy and safety. Existing machine unle…

An Information Theoretic Approach to Machine Unlearning

2024-02-02 · Jack Foster, Kyle Fogarty, Stefan Schoepf, Zack Dugue 외

To comply with AI and data regulations, the need to forget private or copyrighted information from trained machine learning models is increasingly important. The key challenge in unlearning is forgetting the necessary da…

Machine Unlearning