paper-with-me

홈 › Papers

UNDIAL: Self-Distillation with Adjusted Logits for Robust Unlearning in Large Language Models

2024-02-15 · Yijiang River Dong, Hongzhou Lin, Mikhail Belkin, Ramon Huerta, Ivan Vulić

Mitigating the retention of sensitive or private information in large language models is essential for enhancing privacy and safety. Existing unlearning methods, like Gradient Ascent and Negative Preference Optimization, directly tune models to remove unwanted information. However, these methods often become unstable because they fine-tune by maximizing cross-entropy loss, which is the opposite of traditional loss minimization in learning. This reversal creates instability, especially on larger datasets, as the model struggles to balance unlearning with maintaining language capacity, leading to over-unlearning. In this paper, we introduce UnDIAL (Unlearning via Self-Distillation on Adjusted Logits), a novel and robust unlearning method. Our approach leverages self-distillation to adjust logits and selectively reduce the influence of targeted tokens. This technique ensures smooth convergence and avoids catastrophic forgetting, even in challenging unlearning tasks with large datasets and sequential unlearning requests. Extensive experiments show that UnDIAL can achieve both robustness in unlearning and scalability while maintaining stable training dynamics and resilience to hyperparameter tuning.

📄 PDF Abstract BibTeX arXiv:2402.10052

Code (1)

dong-river/llm_unlearning 공식 구현 jax

Tasks

Natural Language Understandingparameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Unilogit: Robust Machine Unlearning for LLMs Using Uniform-Target Self-Distillation

2025-05-09 · Stefan Vasilev, Christian Herold, Baohao Liao, Seyyed Hadi Hashemi 외

This paper introduces Unilogit, a novel self-distillation method for machine unlearning in Large Language Models. Unilogit addresses the challenge of selectively forgetting specific information while maintaining overall …

Machine Unlearning

Decoupled Distillation to Erase: A General Unlearning Method for Any Class-centric Tasks

2025-03-31 · CVPR 2025 1 · Yu Zhou, Dian Zheng, Qijie Mo, Renjie Lu 외

In this work, we present DEcoupLEd Distillation To Erase (DELETE), a general and strong unlearning method for any class-centric tasks. To derive this, we first propose a theoretical framework to analyze the general form …

backdoor defenseFace RecognitionSemantic Segmentation

Intrinsic shape analysis in archaeology: A case study on ancient sundials

2023-05-30 · Martin Hanik, Benjamin Ducke, Hans-Christian Hege, Friederike Fless 외

This paper explores a novel mathematical approach to extract archaeological insights from ensembles of similar artifact shapes. We show that by considering all the shape information in a find collection, it is possible t…

regression

Generative Dataset Distillation Based on Self-knowledge Distillation

2025-01-08 · Longzhen Li, Guang Li, Ren Togo, Keisuke Maeda 외

Dataset distillation is an effective technique for reducing the cost and complexity of model training while maintaining performance by compressing large datasets into smaller, more efficient versions. In this paper, we p…

Dataset DistillationKnowledge DistillationSelf-Knowledge Distillation

SPARE: Self-distillation for PARameter-Efficient Removal

2026-02-04 · Natnael Mola, Leonardo S. B. Pereira, Carolina R. Kelsch, Luis H. Arribas 외 arxiv

Machine Unlearning aims to remove the influence of specific data or concepts from trained models while preserving overall performance, a capability increasingly required by data protection regulations and responsible AI …

Image Generation