paper-with-me

Papers

Soft Token Attacks Cannot Reliably Audit Unlearning in Large Language Models

2025-02-20 · Haokun Chen, Sebastian Szyller, Weilin Xu, Nageen Himayat

Large language models (LLMs) have become increasingly popular. Their emergent capabilities can be attributed to their massive training datasets. However, these datasets often contain undesirable or inappropriate content, e.g., harmful texts, personal information, and copyrighted material. This has promoted research into machine unlearning that aims to remove information from trained models. In particular, approximate unlearning seeks to achieve information removal by strategically editing the model rather than complete model retraining. Recent work has shown that soft token attacks (STA) can successfully extract purportedly unlearned information from LLMs, thereby exposing limitations in current unlearning methodologies. In this work, we reveal that STAs are an inadequate tool for auditing unlearning. Through systematic evaluation on common unlearning benchmarks (Who Is Harry Potter? and TOFU), we demonstrate that such attacks can elicit any information from the LLM, regardless of (1) the deployed unlearning algorithm, and (2) whether the queried content was originally present in the training corpus. Furthermore, we show that STA with just a few soft tokens (1-10) can elicit random strings over 400-characters long. Thus showing that STAs are too powerful, and misrepresent the effectiveness of the unlearning methods. Our work highlights the need for better evaluation baselines, and more appropriate auditing tools for assessing the effectiveness of unlearning in LLMs.

📄 PDF Abstract BibTeX arXiv:2502.15836

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Unlearning

Similar Papers 제목 키워드 기반

On the Discredibility of Membership Inference Attacks

2022-12-06 · Shahbaz Rezaei, Xin Liu

With the wide-spread application of machine learning models, it has become critical to study the potential data leakage of models trained on sensitive data. Recently, various membership inference (MI) attacks are propose…

RouteScan: A Non-Intrusive Approach to Auditing MoE LLMs Safety via Expert Routing Telemetry

2026-05-24 · Bo Lv, Zhiheng Xu, KeDong Xiu, Ruyi Ding 외 arxiv

As Mixture-of-Experts (MoE) architectures are increasingly adopted for scaling Large Language Models (LLMs), safety auditing becomes necessary to verify whether these models produce or facilitate harmful behaviors during…

SWAP: Towards Copyright Auditing of Soft Prompts via Sequential Watermarking

2025-11-05 · Wenyuan Yang, Yichen Sun, Changzheng Chen, Zhixuan Chu 외 arxiv

Large-scale vision-language models, especially CLIP, have demonstrated remarkable performance across diverse downstream tasks. Soft prompts, as carefully crafted modules that efficiently adapt vision-language models to s…

When Behavioral Safety Evaluation Fails: A Representation-Level Perspective

2026-06-06 · Enyi Jiang, Anders Gjølbye, Yibo Jacky Zhang, Sanmi Koyejo arxiv

Safety evaluation of large language models (LLMs) is largely behavioral: a model is certified safe when it refuses harmful requests and answers benign ones. But refusing on the prompts an auditor happens to try does not …

IMMACULATE: A Practical LLM Auditing Framework via Verifiable Computation

2026-02-26 · Yanpei Guo, Wenjie Qu, Linyu Wu, Shengfang Zhai 외 arxiv

Commercial large language models are typically deployed as black-box API services, requiring users to trust providers to execute inference correctly and report token usage honestly. We present IMMACULATE, a practical aud…