paper-with-me

홈 › Papers

Selective Forgetting: Advancing Machine Unlearning Techniques and Evaluation in Language Models

2024-02-08 · Lingzhi Wang, Xingshan Zeng, Jinsong Guo, Kam-Fai Wong, Georg Gottlob

This paper explores Machine Unlearning (MU), an emerging field that is gaining increased attention due to concerns about neural models unintentionally remembering personal or sensitive information. We present SeUL, a novel method that enables selective and fine-grained unlearning for language models. Unlike previous work that employs a fully reversed training objective in unlearning, SeUL minimizes the negative impact on the capability of language models, particularly in terms of generation. Furthermore, we introduce two innovative evaluation metrics, sensitive extraction likelihood (S-EL) and sensitive memorization accuracy (S-MA), specifically designed to assess the effectiveness of forgetting sensitive information. In support of the unlearning framework, we propose efficient automatic online and offline sensitive span annotation methods. The online selection method, based on language probability scores, ensures computational efficiency, while the offline annotation involves a two-stage LLM-based process for robust verification. In summary, this paper contributes a novel selective unlearning method (SeUL), introduces specialized evaluation metrics (S-EL and S-MA) for assessing sensitive information forgetting, and proposes automatic online and offline sensitive span annotation methods to support the overall unlearning framework and evaluation process.

📄 PDF Abstract BibTeX arXiv:2402.05813

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyLanguage ModellingMachine UnlearningMemorization

Similar Papers 제목 키워드 기반

The Frontier of Data Erasure: Machine Unlearning for Large Language Models

2024-03-23 · Youyang Qu, Ming Ding, Nan Sun, Kanchana Thilakarathna 외

Large Language Models (LLMs) are foundational to AI advancements, facilitating applications like predictive text generation. Nonetheless, they pose risks by potentially memorizing and disseminating sensitive, biased, or …

Machine UnlearningText Generation

Towards Benchmarking Privacy Vulnerabilities in Selective Forgetting with Large Language Models

2025-12-19 · Wei Qian, Chenxu Zhao, Yangyi Li, Mengdi Huai arxiv

The rapid advancements in artificial intelligence (AI) have primarily focused on the process of learning from data to acquire knowledgeable learning systems. As these systems are increasingly deployed in critical areas, …

Static and Sequential Malicious Attacks in the Context of Selective Forgetting

2023-09-21 · NeurIPS 2023 11

With the growing demand for the right to be forgotten, there is an increasing need for machine learning models to forget sensitive data and its impact. To address this, the paradigm of selective forgetting (a.k.a machine…

Exploring Fairness in Educational Data Mining in the Context of the Right to be Forgotten

2024-05-27 · Wei Qian, Aobo Chen, Chenxu Zhao, Yangyi Li 외

In education data mining (EDM) communities, machine learning has achieved remarkable success in discovering patterns and structures to tackle educational challenges. Notably, fairness and algorithmic bias have gained att…

FairnessMachine Unlearning

ForgetMe: Evaluating Selective Forgetting in Generative Models

2025-04-17 · Zhenyu Yu, Mohd Yamani Inda Idris, Pei Wang

The widespread adoption of diffusion models in image generation has increased the demand for privacy-compliant unlearning. However, due to the high-dimensional nature and complex feature representations of diffusion mode…

Image GenerationPrivacy Preserving