paper-with-me

홈 › Papers

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

2025-05-09 · Stefan Vasilev, Christian Herold, Baohao Liao, Seyyed Hadi Hashemi, Shahram Khadivi, Christof Monz

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 model utility, a critical task in compliance with data privacy regulations like GDPR. Unlike prior methods that rely on static hyperparameters or starting model outputs, Unilogit dynamically adjusts target logits to achieve a uniform probability for the target token, leveraging the current model's outputs for more accurate self-distillation targets. This approach not only eliminates the need for additional hyperparameters but also enhances the model's ability to approximate the golden targets. Extensive experiments on public benchmarks and an in-house e-commerce dataset demonstrate Unilogit's superior performance in balancing forget and retain objectives, outperforming state-of-the-art methods such as NPO and UnDIAL. Our analysis further reveals Unilogit's robustness across various scenarios, highlighting its practical applicability and effectiveness in achieving efficacious machine unlearning.

📄 PDF Abstract BibTeX arXiv:2505.06027

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Unlearning

Similar Papers 제목 키워드 기반

Distribution-Guided and Constrained Quantum Machine Unlearning

2026-01-07 · Nausherwan Malik, Zubair Khalid, Muhammad Faryad arxiv

Machine unlearning aims to remove the influence of specific training data from a learned model without full retraining. While recent work has begun to explore unlearning in quantum machine learning, existing approaches l…

Quantum Machine Learning

A Closer Look at Machine Unlearning for Large Language Models

2024-10-10 · Xiaojian Yuan, Tianyu Pang, Chao Du, Kejiang Chen 외

Large language models (LLMs) may memorize sensitive or copyrighted content, raising privacy and legal concerns. Due to the high cost of retraining from scratch, researchers attempt to employ machine unlearning to remove …

DiversityMachine UnlearningSentence

Visual-Guided Key-Token Regularization for Multimodal Large Language Model Unlearning

2026-01-29 · Chengyi Cai, Zesheng Ye, Peike Li, Bo Han 외 arxiv

Unlearning in Multimodal Large Language Models (MLLMs) prevents the model from revealing private information when queried about target images. Existing MLLM unlearning methods largely adopt approaches developed for LLMs.…

Question Answering

TRU: Targeted Reverse Update for Efficient Multimodal Recommendation Unlearning

2026-04-02 · Zhanting Zhou, KaHou Tam, Ziqiang Zheng, Zeyu Ma 외 arxiv

Multimodal recommendation systems (MRS) jointly model user-item interaction graphs and rich item content, but this tight coupling makes user data difficult to remove once learned. Approximate machine unlearning offers an…

Multimodal Recommendation

Unlearning What Matters: Token-Level Attribution for Precise Language Model Unlearning

2026-05-01 · Jiawei Wu, Doudou Zhou arxiv

Machine unlearning has emerged as a critical capability for addressing privacy, safety, and regulatory concerns in large language models (LLMs). Existing methods operate at the sequence level, applying uniform updates ac…