paper-with-me

Papers

Divergence Decoding: Inference-Time Unlearning via Auxiliary Models

2026-05-29 · Humzah Merchant, Bradford Levy arxiv

Large Language Models (LLMs) frequently memorize sensitive training data thereby creating significant privacy and copyright risks. Addressing these risks, i.e., removing such knowledge from an existing model checkpoint, has proven challenging as many unlearning methods lead to catastrophic utility loss or are ineffective for complex queries. We introduce Divergence Decoding (DD), a mechanism that uses small auxiliary models to steer the logits of the LLM away from specific data during inference. Training these models is straight forward, i.e., we use standard pre-training and fine-tuning setups. We find the method decisively outperforms state-of-the-art (SOTA) baselines on unlearning benchmarks across a variety of model and training dataset scales consistent with DD being an effective and inexpensive solution to unlearning. We then demonstrate that this steered distribution can be trivially distilled back into the base model. Since the method is generally applicable to any probabilistic model, we explore its efficacy outside of text generation and find evidence of generalization to the domain of images.

📄 PDF Abstract BibTeX arXiv:2605.31293

Code (0)

등록된 구현이 없습니다.

Tasks

Text Generation

Similar Papers 제목 키워드 기반

UCD: Unlearning in LLMs via Contrastive Decoding

2025-06-12 · Vinith M. Suriyakumar, Ayush Sekhari, Ashia Wilson

Machine unlearning aims to remove specific information, e.g. sensitive or undesirable content, from large language models (LLMs) while preserving overall performance. We propose an inference-time unlearning algorithm tha…

Machine Unlearning

CBD: API-Only LLM Black-Box Unlearning through Controlled Behavioral Divergence

2026-06-26 · Zhiqiang Xie, Yijing Lin, Zhipeng Gao, Dong In Kim arxiv

Edge devices increasingly invoke large language models (LLMs) through API services for context aware edge intelligence, while edge generated data may be collected to improve LLMs and may introduce sensitive, copyrighted,…

Guided Speculative Inference for Efficient Test-Time Alignment of LLMs

2025-06-04 · Jonathan Geuter, Youssef Mroueh, David Alvarez-Melis

We propose Guided Speculative Inference (GSI), a novel algorithm for efficient reward-guided decoding in large language models. GSI combines soft best-of-$n$ test-time scaling with a reward model $r(x,y)$ and speculative…

Math

Multilingual Unlearning in LLMs: Transfer, Dynamics, and Reversibility

2026-06-02 · Chaoyi Xiang, Olga Ohrimenko, Benjamin I. P. Rubinstein, Lea Frermann arxiv

Large language models (LLMs) can memorize sensitive facts, motivating unlearning methods that remove targeted knowledge without costly retraining. However, unlearning research remains heavily English-centric. We study mu…

A Unified Framework for Diffusion Model Unlearning with f-Divergence

2025-09-25 · Nicola Novello, Federico Fontana, Luigi Cinque, Deniz Gunduz 외 arxiv

Most existing methods for concept unlearning in text-to-image diffusion models minimize a mean squared error (MSE) loss between the denoiser outputs conditioned on a target and an anchor concept, which is implicitly the …