paper-with-me

Papers

The Erasure Illusion: Stress-Testing the Generalization of LLM Forgetting Evaluation

2025-12-22 · Hengrui Jia, Taoran Li, Jonas Guan, Varun Chandrasekaran arxiv

Machine unlearning aims to remove specific data influences from trained models, a capability essential for adhering to copyright laws and ensuring AI safety. Current unlearning metrics typically measure success by monitoring the model's performance degradation on the specific unlearning dataset ($D_u$). We argue that for Large Language Models (LLMs), this evaluation paradigm is insufficient and potentially misleading. Many real-world uses of unlearning--motivated by copyright or safety--implicitly target not only verbatim content in $D_u$, but also behaviors influenced by the broader generalizations the model derived from it. We demonstrate that LLMs can pass standard unlearning evaluation and appear to have "forgotten" the target knowledge, while simultaneously retaining strong capabilities on content that is semantically adjacent to $D_u$. This phenomenon indicates that erasing exact sentences does not necessarily equate to removing the underlying knowledge. To address this gap, we propose Proximal Surrogate Generation (PSG), an automated stress-testing framework that generates a surrogate dataset, $\tilde{D}_u$. This surrogate set is constructed to be semantically derived from $D_u$ yet sufficiently distinct in embedding space. By comparing unlearning metric scores between $D_u$ and $\tilde{D}_u$, we can stress-test the reliability of the metric itself. Our extensive evaluation across three LLM families (Llama-3-8B, Qwen2.5-7B, and Zephyr-7B-$β$), three distinct datasets, and seven standard metrics reveals widespread inconsistencies. We find that current metrics frequently overestimate unlearning success, failing to detect retained knowledge exposed by our stress-test datasets.

📄 PDF Abstract BibTeX arXiv:2512.19025

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Stress Testing Concept Erasure with Large Language Model Agents

2026-07-20 · Yuyang Xue, Feng Chen, Zhihua Liu, Edward Moroshko 외 arxiv

Concept erasure aims to remove semantic concepts from a trained generative model and is increasingly important for responsible AI deployment. However, verifying whether a model has robustly removed targeted concepts rema…

Revoking Amnesia: RL-based Trajectory Optimization to Resurrect Erased Concepts in Diffusion Models

2025-09-30 · Daiheng Gao, Nanxiang Jiang, Andi Zhang, Shilin Lu 외 arxiv

Concept erasure techniques have been widely deployed in T2I diffusion models to prevent inappropriate content generation for safety and copyright considerations. However, as models evolve to next-generation architectures…

The Illusion of Forgetting: Attack Unlearned Diffusion via Initial Latent Variable Optimization

2026-01-30 · Manyi Li, Yufan Liu, Lai Jiang, Bing Li 외 arxiv

Text-to-image diffusion models (DMs) are frequently abused to produce harmful or copyrighted content, violating public interests. Concept erasure (unlearning) is a promising paradigm to alleviate this issue. However, the…

Decoding-Level Taboo: A Diagnostic Stress Test for LLM Robustness

2026-08-10 · Tadanobu Chuyo Kamijo, Ori Rottenstreich, Javier Conde, Gonzalo Martínez 외 hf

Large language model evaluations typically focus on performance under nominal conditions, creating an illusion of capability where models comfortably walk a narrow, highly optimized generation corridor. In real-world dep…

Modeling reverse thinking for machine learning

2018-03-01 · Li Huihui, Wen Guihua

Human inertial thinking schemes can be formed through learning, which are then applied to quickly solve similar problems later. However, when problems are significantly different, inertial thinking generally presents the…

BIG-bench Machine Learning