English

DRAGON: Guard LLM Unlearning in Context via Negative Detection and Reasoning

Computation and Language 2025-11-12 v2 Artificial Intelligence Machine Learning

Abstract

Unlearning in Large Language Models (LLMs) is crucial for protecting private data and removing harmful knowledge. Most existing approaches rely on fine-tuning to balance unlearning efficiency with general language capabilities. However, these methods typically require training or access to retain data, which is often unavailable in real world scenarios. Although these methods can perform well when both forget and retain data are available, few works have demonstrated equivalent capability in more practical, data-limited scenarios. To overcome these limitations, we propose Detect-Reasoning Augmented GeneratiON (DRAGON), a systematic, reasoning-based framework that utilizes in-context chain-of-thought (CoT) instructions to guard deployed LLMs before inference. Instead of modifying the base model, DRAGON leverages the inherent instruction-following ability of LLMs and introduces a lightweight detection module to identify forget-worthy prompts without any retain data. These are then routed through a dedicated CoT guard model to enforce safe and accurate in-context intervention. To robustly evaluate unlearning performance, we introduce novel metrics for unlearning performance and the continual unlearning setting. Extensive experiments across three representative unlearning tasks validate the effectiveness of DRAGON, demonstrating its strong unlearning capability, scalability, and applicability in practical scenarios.

Keywords

Cite

@article{arxiv.2511.05784,
  title  = {DRAGON: Guard LLM Unlearning in Context via Negative Detection and Reasoning},
  author = {Yaxuan Wang and Chris Yuhao Liu and Quan Liu and Jinglong Pang and Wei Wei and Yujia Bao and Yang Liu},
  journal= {arXiv preprint arXiv:2511.05784},
  year   = {2025}
}

Comments

Please refer to the NeurIPS 2025 submission: https://openreview.net/forum?id=FNuul0hlin The paper has been accepted to the ICML 2025 MUGen Workshop: https://openreview.net/forum?id=ET24oKP23c

R2 v1 2026-07-01T07:27:16.774Z