LGAIJan 29

DUET: Distilled LLM Unlearning from an Efficiently Contextualized Teacher

arXiv:2601.21283v2h-index: 4
Originality Incremental advance
AI Analysis

This addresses the need for trustworthy AI by enabling precise and efficient unlearning in LLMs, though it is an incremental improvement over existing methods.

The paper tackles the problem of efficiently removing undesirable knowledge from large language models (LLMs) without retraining, proposing DUET, a distillation-based method that achieves higher performance in forgetting and utility preservation while being orders of magnitude more data-efficient than state-of-the-art methods.

LLM unlearning is a technique to remove the impacts of undesirable knowledge from the model without retraining from scratch, which is indispensable towards trustworthy AI. Existing unlearning methods face significant limitations: conventional tuning-based unlearning is computationally heavy and prone to catastrophic forgetting. In contrast, in-contextualized unlearning is lightweight for precise unlearning but vulnerable to prompt removal or reverse engineering attacks. In response, we propose Distilled Unlearning from an Efficient Teacher (DUET), a novel distillation-based unlearning method that combines the merits of these two lines of work. It learns a student model to imitate the behavior of a prompt-steered teacher that effectively refuses undesirable knowledge generation while preserving general domain knowledge. Extensive evaluations on existing benchmarks with our enriched evaluation protocols demonstrate that DUET achieves higher performance in both forgetting and utility preservation, while being orders of magnitude more data-efficient than state-of-the-art unlearning methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes