REVIEW 5 major objections 6 minor 1 cited by
Unlearning Isn't Invisible: Detecting Unlearning Traces in LLMs from Model Outputs
T0 review · 5 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read Machine unlearning leaves persistent, learnable fingerprints in large language models: a simple supervised classifier can tell an unlearned model from its original with over 90% accuracy on held-out prompts, even when the prompts are…
desk verdict Real finding, oversold abstract, and a missing control for generic fine-tuning—still worth refereeing. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing objects are 'unlearning traces'—the measurable behavioral and representational differences between an unlearned model and its original—and the 'spectral fingerprints' used to explain them. Detection is carried by a supervised binary classifier: for text, responses are embedded with LLM2Vec and fed to a two-layer MLP; for activations, pre-logit vectors from each generated token are compressed through a four-layer MLP. The mechanistic explanation is spectral fingerprinting: the paper centers the activation matrix of 3,000 MMLU responses, performs SVD, and projects activations onto the first few right singular vectors, finding that unlearned models shift along these principal directions at the layers targeted by unlearning (for RMU, the down-projection or gate-projection sublayers of modified transformer blocks; for NPO, the final RMS-normalized layer). To explain why final pre-logit activations also classify well even when their SV1 projection looks unchanged, the paper invokes the residual-stream architecture of transformers—the additive pathway through transformer layers—showing that earlier-layer fingerprints contribute nonlinearly to the final representation and that supervised UMAP reveals a separable low-dimensional manifold. This manifold is what the activation-based MLP learns.
What would settle it
Train the same text and activation classifiers on models unlearned with a sweep of hyperparameter strengths (e.g., varying RMU's scaling factor c or NPO's learning rate) while holding forget efficacy fixed on WMDP; if any configuration that still suppresses the target knowledge also drives detection accuracy on forget-irrelevant MMLU prompts down to chance, then the 'persistent fingerprint' claim is falsified.
Extended reading notes
Core claim
The central claim is that unlearning leaves persistent 'fingerprints' in both model behavior and internal representations, detectable from observable outputs even under forget-irrelevant prompts. Concretely, a two-layer MLP trained on a mixture of forget-related (WMDP) and forget-irrelevant (MMLU) responses classifies RMU-unlearned models versus their originals with 90–96% accuracy on text across many settings, while the same classifier on pre-logit activations reaches 98–100%; for NPO-unlearned models, text alone gives 99–100% accuracy. The paper attributes the activation-based success to spectral fingerprints: SVD projection of centered activations onto top right singular vectors reveals distributional shifts at the layers RMU directly modifies (e.g., FFN down-projection sublayers) and, for NPO, at the final normalized layer. Where no linear shift is visible in final activations, supervised UMAP still separates the two classes, suggesting a low-dimensional nonlinear manifold that propagates the fingerprint from intermediate layers to the output through the residual stream. Larger models show stronger and more widespread spectral shifts, consistent with their higher detection accuracy.
Load-bearing premise
The claim that unlearning leaves persistent traces rests on the assumption that the fingerprints are intrinsic to the unlearning task rather than artifacts of the chosen hyperparameters, since the NPO results coincide with visibly degraded output and the paper does not test whether detectability persists across unlearning strengths that preserve output quality.
Editorial extensions
If this is right
- Unlearned models cannot be assumed to be behaviorally indistinguishable from models that never saw the forgotten data, since a lightweight classifier can tell them apart from text alone.
- Detection survives forget-irrelevant prompts: an adversary does not need to know or guess the forget set to learn that a model has been unlearned.
- Access to pre-logit activations makes detection near-perfect across model families and test sets, so open-weight deployments that expose hidden states are substantially more vulnerable than black-box text-only settings.
- Larger models are more, not less, detectable, meaning scale does not hide unlearning traces.
- The traces are robust across training-data mixes, decoding temperatures sampled at test time, and paraphrasing, indicating they are not prompt-specific or sampling artifacts.
Reading between the lines
- Editorial extension: if the spectral fingerprints are as persistent as reported, a natural defense would be to regularize unlearned activations back onto the original model's principal subspace; this paper does not test that countermeasure, but the SVD-based analysis makes it a direct, testable next step.
- Editorial extension: because NPO's near-perfect text detectability coincides with severe output degradation (repeated punctuation, raw token fragments), part of what the detector measures may be a utility collapse rather than a knowledge-removal signal; a detector trained on NPO variants with preserved output quality would separate these two explanations.
- Editorial extension: the same detection pipeline could be repurposed as an auditing tool for unlearning claims—if a supposedly unlearned model still classifies as 'unlearned' versus a retrained-from-scratch baseline, the removal may not meet exact-unlearning standards.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes and studies "unlearning trace detection": given a model that may have undergone LLM unlearning, a supervised classifier is trained to distinguish the unlearned model from its original checkpoint using either generated text (via LLM2Vec embeddings) or pre-logit activations. The unlearning methods are RMU and NPO applied to the WMDP benchmark, evaluated on four instruction-tuned LLMs (Zephyr-7B, Llama-3.1-8B, Qwen2.5-14B, Yi-34B-Chat), with held-out test prompts from WMDP, MMLU, and UltraChat. The main empirical claims are that pre-logit activation classifiers detect RMU unlearning near-perfectly even on forget-irrelevant inputs; that text-based detection is strong for NPO (near 99-100%) and scales with model size for RMU; and that unlearning leaves low-dimensional spectral fingerprints in intermediate and final activations, which UMAP projections make separable. The paper also reports cross-model classifier generalization, training-regime ablations, an 8-way source-model/unlearning classification, forget-data detection, and robustness checks under Pass@K and paraphrasing.
Significance. If the central claim is taken at face value, the paper identifies a practically relevant forensic vulnerability: an adversary with query access could infer that a model was unlearned and then invest in relearning/jailbreaking attacks. The empirical scope is a genuine strength: four LLM families, two representative unlearning paradigms, three test distributions, released code, fixed seeds, and multiple ablations (training regimes, mixing ratios, encoder choices, classifier depths, cross-model transfer, Pass@K/paraphrase robustness). The spectral and UMAP analyses provide an interpretable mechanism for the activation-based results, and the separation between RMU's subtle response-level traces and NPO's strong traces is clearly documented. However, the paper's headline claims go beyond what the experimental design establishes, because every positive result compares an unlearned model only with its own original and no control for generic non-unlearning updates is included; additionally, the NPO results are confounded with severe output collapse.
major comments (5)
- [Sec. 4, Tables A3-A6] Every positive detection result compares an unlearned model only with its own original checkpoint; there is no control condition in which the same pipeline is applied to a model that received a comparable but non-unlearning update (e.g., standard fine-tuning on unrelated text, retain-set-only training, or random parameter perturbation). Since any parameter update can shift activation distributions and output text, the reported separability does not by itself establish that the detected signal is specific to unlearning, which is the paper's central claim. Please add such controls and report their detection accuracies; if benignly updated models are also classified as "unlearned," the conclusion should be reframed as generic update drift rather than unlearning-specific fingerprints.
- [Sec. 4, NPO results; Tables A4, A7-A9] The near-perfect text-based NPO detection is confounded with catastrophic output degradation. Table A9 reports ROUGE-L of 0.0139 (WMDP) and 0.0115 (MMLU) between NPO and original responses; Tables A7-A8 show raw token fragments and repeated punctuation; and Table A1 shows Yi-34B MMLU utility dropping from 72.35% to 41.54%. The paper itself states (Sec. 4) that NPO detection "arises from the degradation of responses in NPO-unlearned models." As presented, the NPO results demonstrate detection of model damage under one hyperparameter setting, not persistence of a subtle residual trace. Please add an NPO run with utility-preserving regularization or early stopping and show whether text-based detection persists; otherwise limit the NPO claims to the collapsed-output regime.
- [Abstract; Sec. 4, Fig. 3, Table A3] The unqualified claim of "over 90% accuracy even under forget-irrelevant inputs" is contradicted by the paper's own numbers: text-based RMU detection on Zephyr-7B is 53.68% on MMLU and 50.14% on UltraChat, and even Llama-3.1-8B reaches only 67.60% on UltraChat. The >90% figures hold for pre-logit activation classifiers, for NPO, or for specific larger RMU models. The abstract and introduction should qualify the claim by output modality and model/method.
- [Abstract; Sec. 4, Fig. 3] The conclusion that "larger LLMs exhibit stronger detectability" is not supported because the four studied models differ simultaneously in family, architecture, pretraining data, and instruction-tuning data (Zephyr-7B, Llama-3.1-8B, Qwen2.5-14B, Yi-34B-Chat). A cross-family comparison confounds scale with these factors; a within-family size sweep would be needed for the stated scaling claim, or the claim should be rephrased as an observation about the specific studied models.
- [Appendices A and B] Only one hyperparameter configuration per unlearning method is used (learning rates, gamma, RMU layers/c, NPO steps, and seed 42), so the paper does not show that detectability persists across unlearning strengths. The word "persistent" in the abstract therefore exceeds the evidence: a weaker RMU scaling factor or a less aggressive NPO schedule could reduce or eliminate the separation. Please either sweep unlearning strength and report detection accuracy versus the forget/utility trade-off, or soften the persistence claim and note the single-configuration limitation.
minor comments (6)
- [Appendix D, after Table A8] The text claims that "even though both unlearned models produce correct answer selections" on the MMLU-style forget-irrelevant prompt, but Table A7 shows the NPO Yi-34B response as a sequence of <|unused|> tokens and Table A8 shows the NPO Zephyr response as garbled punctuation; the claim is inconsistent with the tables.
- [Appendix H, Table A10] For Qwen2.5-14B, the NPO entries for Entropy, JS divergence, Top-k mass, and Max prob are identical to the Original entries (e.g., 4.107->4.565->4.107), which is inconsistent with the near-perfect NPO detection reported in Table A4 and suggests a copying or aggregation error.
- [Appendix A] The model list says "Qwen2.5-7B" while the rest of the paper (Sec. 4, Tables A1, A3, etc.) uses Qwen2.5-14B; please correct the typo.
- [Appendix N.1] The sentence about cross-modal traces ends with an orphaned citation "(Zhang et al., 2025)" followed immediately by "Finally,"; either integrate the citation into a complete sentence or remove it.
- [Appendix B] The description of cross-dimension transfer says dimensionality reduction or zero padding was "attempted" but no details or results are given for which entries of Table 2 used which method; please clarify.
- [Sec. 3, Fig. 2] The statement that the PPL distributions for MMLU are "indistinguishable" is made without a statistical test; a KS test or overlap measure would make the motivating claim precise.
Circularity Check
No significant circularity: unlearning-trace detection is an empirical supervised classification evaluated on held-out prompts, with no load-bearing step that reduces to its own inputs by construction.
full rationale
The paper's central claim is an empirical finding: a supervised classifier can distinguish an unlearned LLM from its original using textual responses or pre-logit activations. This is not a derivation from an assumed conclusion. The training set Sfg is an equal mixture of WMDP and MMLU responses, and the test sets are explicitly disjoint from the training prompts. UltraChat is a fully separate dataset, and the activation-based classifiers additionally transfer across model families, providing independent support. The unlearning methods RMU and NPO are taken from external prior work, not from the authors' own prior results, and the detection pipeline does not fit any parameter to the test labels. The spectral fingerprint analysis in Section 5 is descriptive: it shows distributional shifts in activation projections after unlearning and uses UMAP to illustrate separability. This explains the classifier's success rather than defining the success into existence. The paper also candidly documents that NPO-unlearned models suffer degraded output quality, with ROUGE-L drops to 0.0139 and token-level garbling in Tables A7-A9. That means part of the NPO detection signal may be model collapse rather than a subtle residual trace, but this is a validity or confound concern, not circularity: the detection result is still measured against held-out outputs rather than being guaranteed by construction. The limitations section acknowledges that trace persistence across larger models, modalities, and domain-specialized models is not established. Overall, no prediction in the paper is equivalent to a fitted input, no load-bearing argument rests on a self-citation, and no known result is merely renamed. The appropriate circularity score is 0.
Assumptions & free parameters
assumptions (4)
- domain assumption Pre-logit activations are accessible through standard inference in open-weight LLM deployments
- standard math The SVD and UMAP projections faithfully represent class separation in activation space
- domain assumption LLM2Vec embeddings capture behavior idiosyncrasies sufficient for output classification
- domain assumption WMDP is an appropriate unlearning benchmark and the unlearning implementations are faithful to RMU and NPO
invented entities (1)
-
Unlearning trace / fingerprint
independent evidence
Cite this review
Pith. "Pith review of Unlearning Isn't Invisible: Detecting Unlearning Traces in LLMs from Model Outputs." pith.science (2026). https://pith.science/paper/B2Y57GN4
@misc{pith2026250614003,
author = {Pith},
title = {Pith review of: Unlearning Isn't Invisible: Detecting Unlearning Traces in LLMs from Model Outputs},
year = {2026},
howpublished = {\url{https://pith.science/paper/B2Y57GN4}},
note = {Machine review of arXiv:2506.14003}
}
read the original abstract
Machine unlearning (MU) for large language models (LLMs), commonly referred to as LLM unlearning, seeks to remove specific undesirable data or knowledge from a trained model, while maintaining its performance on standard tasks. While unlearning plays a vital role in protecting data privacy, enforcing copyright, and mitigating sociotechnical harms in LLMs, we identify a new vulnerability post-unlearning: unlearning trace detection. We discover that unlearning leaves behind persistent "fingerprints" in LLMs, detectable traces in both model behavior and internal representations. These traces can be identified from output responses, even when prompted with forget-irrelevant inputs. Specifically, even a simple supervised classifier can determine whether a model has undergone unlearning, using only its prediction logits or even its textual outputs. Further analysis shows that these traces are embedded in intermediate activations and propagate nonlinearly to the final layer, forming low-dimensional, learnable manifolds in activation space. Through extensive experiments, we demonstrate that unlearning traces can be detected with over 90% accuracy even under forget-irrelevant inputs, and that larger LLMs exhibit stronger detectability. These findings reveal that unlearning leaves measurable signatures, introducing a new risk of reverse-engineering forgotten information when a model is identified as unlearned, given an input query.
Figures
Figures from the paper (5 more)
Forward citations
Cited by 1 Pith paper
-
SENTINEL: Failure-Driven Reinforcement Learning for Training Tool-Using Language Model Agents
SENTINEL generates targeted tasks from model failures in a Controller-Proposer-Solver loop, raising Pass^1 from 66.4 to 74.9 on Tau2-Bench Retail and outperforming standard RL.
Reference graph
Works this paper leans on
-
[1]
Open problems in machine unlearning for ai safety
Fazl Barez, Tingchen Fu, Ameya Prabhu, Stephen Casper, Amartya Sanyal, Adel Bibi, Aidan O’Gara, Robert Kirk, Ben Bucknall, Tim Fist, et al. Open problems in machine unlearning for ai safety. arXiv preprint arXiv:2501.04952,
-
[3]
already achieve high accuracy, often above 99% in dis- tinguishing original from NPO-unlearned re- sponses, reflecting the presence of unlearning artifacts in the text. Consequently, activation- based features (orange) have relatively limited headroom for improvement, pushing models to a ceiling of 99–100% across all tasks. This nar- row margin confirms t...
work page 2004
-
[4]
For different models, we use different learning rates and different utility regularization γ in Eq. (3) and present these setups inTable A2. Classification data construction.To generate both forget and forget-irrelevant responses from each model, we first extracted the questions from the WMDP, MMLU, and Ul- traChat datasets. For UltraChat forget-irrelevan...
work page 2026
-
[6]
I DETECTION OFUNLEARNING UNDERDIFFERENTTRAININGREGIMES 23 Published as a conference paper at ICLR 2026 Table A10: Distributional statistics of next-token prediction for forget-irrelevant (MMLU) and forget-relevant (WMDP) inputs. Each cell reports the values forOriginal → RMU → NPO. We evaluate four metrics: (1)Entropy, measuring overall uncertainty of the...
work page 2024
-
[8]
Measuring massive multitask language understanding
11 Published as a conference paper at ICLR 2026 Dan Hendrycks, Collin Burns, Steven Basart, Andy Zou, Mantas Mazeika, Dawn Song, and Jacob Steinhardt. Measuring massive multitask language understanding. InICLR,
work page 2026
-
[10]
Evan Hubinger, Carson Denison, Jesse Mu, Mike Lambert, Meg Tong, Monte MacDiarmid, Tamera Lanham, Daniel M Ziegler, Tim Maxwell, Newton Cheng, et al. Sleeper agents: Training deceptive llms that persist through safety training.arXiv preprint arXiv:2401.05566,
-
[11]
Editing models with task arithmetic.arXiv preprint arXiv:2212.04089,
Gabriel Ilharco, Marco Tulio Ribeiro, Mitchell Wortsman, Suchin Gururangan, Ludwig Schmidt, Hannaneh Hajishirzi, and Ali Farhadi. Editing models with task arithmetic.arXiv preprint arXiv:2212.04089,
-
[13]
W AGLE: Strategic weight attribution for effective and modular unlearning in large language models
Jinghan Jia, Jiancheng Liu, Yihua Zhang, Parikshit Ram, Nathalie Baracaldo, and Sijia Liu. W AGLE: Strategic weight attribution for effective and modular unlearning in large language models. InThe Thirty-eighth Annual Conference on Neural Information Processing Systems, 2024a. Jinghan Jia, Yihua Zhang, Yimeng Zhang, Jiancheng Liu, Bharat Runwal, James Dif...
arXiv 2024
Show all 40 references
-
[14]
An adversarial perspective on machine unlearning for ai safety.arXiv preprint arXiv:2409.18025,
Jakub Łucki, Boyi Wei, Yangsibo Huang, Peter Henderson, Florian Tramèr, and Javier Rando. An adversarial perspective on machine unlearning for ai safety.arXiv preprint arXiv:2409.18025,
-
[15]
Eight methods to evaluate robust unlearning in llms.arXiv preprint arXiv:2402.16835,
12 Published as a conference paper at ICLR 2026 Aengus Lynch, Phillip Guo, Aidan Ewart, Stephen Casper, and Dylan Hadfield-Menell. Eight methods to evaluate robust unlearning in llms.arXiv preprint arXiv:2402.16835,
2026 arXiv
-
[16]
Umap: Uniform manifold approximation and projection for dimension reduction.arXiv preprint arXiv:1802.03426,
Leland McInnes, John Healy, and James Melville. Umap: Uniform manifold approximation and projection for dimension reduction.arXiv preprint arXiv:1802.03426,
-
[17]
Crow: Eliminating backdoors from large language models via internal consistency regularization.arXiv preprint arXiv:2411.12768,
Nay Myat Min, Long H Pham, Yige Li, and Jun Sun. Crow: Eliminating backdoors from large language models via internal consistency regularization.arXiv preprint arXiv:2411.12768,
-
[18]
A survey of machine unlearning.arXiv preprint arXiv:2209.02299,
Thanh Tam Nguyen, Thanh Trung Huynh, Phi Le Nguyen, Alan Wee-Chung Liew, Hongzhi Yin, and Quoc Viet Hung Nguyen. A survey of machine unlearning.arXiv preprint arXiv:2209.02299,
-
[19]
Model provenance testing for large language models.arXiv preprint arXiv:2502.00706,
Ivica Nikolic, Teodora Baluta, and Prateek Saxena. Model provenance testing for large language models.arXiv preprint arXiv:2502.00706,
-
[20]
In-context unlearning: Language models as few shot unlearners.arXiv preprint arXiv:2310.07579,
Martin Pawelczyk, Seth Neel, and Himabindu Lakkaraju. In-context unlearning: Language models as few shot unlearners.arXiv preprint arXiv:2310.07579,
-
[21]
The frontier of data erasure: Machine unlearning for large language models.arXiv preprint arXiv:2403.15779,
Youyang Qu, Ming Ding, Nan Sun, Kanchana Thilakarathna, Tianqing Zhu, and Dusit Niyato. The frontier of data erasure: Machine unlearning for large language models.arXiv preprint arXiv:2403.15779,
-
[24]
Muse: Machine unlearning six-way evaluation for language models.arXiv preprint arXiv:2407.06460,
Weijia Shi, Jaechan Lee, Yangsibo Huang, Sadhika Malladi, Jieyu Zhao, Ari Holtzman, Daogao Liu, Luke Zettlemoyer, Noah A Smith, and Chiyuan Zhang. Muse: Machine unlearning six-way evaluation for language models.arXiv preprint arXiv:2407.06460,
-
[25]
Knowledge unlearning for llms: Tasks, methods, and challenges.arXiv preprint arXiv:2311.15766,
Nianwen Si, Hao Zhang, Heyu Chang, Wenlin Zhang, Dan Qu, and Weiqiang Zhang. Knowledge unlearning for llms: Tasks, methods, and challenges.arXiv preprint arXiv:2311.15766,
-
[26]
Idiosyncrasies in large language models.arXiv preprint arXiv:2502.12150,
Mingjie Sun, Yida Yin, Zhiqiu Xu, J Zico Kolter, and Zhuang Liu. Idiosyncrasies in large language models.arXiv preprint arXiv:2502.12150,
-
[27]
Guardrail baselines for unlearning in llms.arXiv preprint arXiv:2403.03329,
Pratiksha Thaker, Yash Maurya, and Virginia Smith. Guardrail baselines for unlearning in llms.arXiv preprint arXiv:2403.03329,
-
[28]
Unrolling sgd: Under- standing factors influencing machine unlearning
13 Published as a conference paper at ICLR 2026 Anvith Thudi, Gabriel Deza, Varun Chandrasekaran, and Nicolas Papernot. Unrolling sgd: Under- standing factors influencing machine unlearning. InEuropean Symposium on Security and Privacy (EuroS&P), pp. 303–319. IEEE,
2026
-
[29]
Depn: Detecting and editing privacy neurons in pretrained language models.arXiv preprint arXiv:2310.20138,
Xinwei Wu, Junzhuo Li, Minghui Xu, Weilong Dong, Shuangzhi Wu, Chao Bian, and Deyi Xiong. Depn: Detecting and editing privacy neurons in pretrained language models.arXiv preprint arXiv:2310.20138,
-
[30]
A fingerprint for large language models.arXiv preprint arXiv:2407.01235,
Zhiguang Yang and Hanzhou Wu. A fingerprint for large language models.arXiv preprint arXiv:2407.01235,
-
[31]
Large language model unlearning.arXiv preprint arXiv:2310.10683,
Yuanshun Yao, Xiaojun Xu, and Yang Liu. Large language model unlearning.arXiv preprint arXiv:2310.10683,
-
[32]
Negative preference optimization: From catastrophic collapse to effective unlearning.arXiv preprint arXiv:2404.05868, 2024a
Ruiqi Zhang, Licong Lin, Yu Bai, and Song Mei. Negative preference optimization: From catastrophic collapse to effective unlearning.arXiv preprint arXiv:2404.05868, 2024a. Ruiqi Zhang, Licong Lin, Yu Bai, and Song Mei. Negative preference optimization: From catastrophic collap...
1904 arXiv
-
[33]
Unlearncanvas: A stylized image dataset to benchmark machine unlearning for diffusion models
Yihua Zhang, Yimeng Zhang, Yuguang Yao, Jinghan Jia, Jiancheng Liu, Xiaoming Liu, and Sijia Liu. Unlearncanvas: A stylized image dataset to benchmark machine unlearning for diffusion models. arXiv preprint arXiv:2402.11846, 2024c. Yimeng Zhang, Xin Chen, Jinghan Jia, Yihua Zha...
-
[34]
Tamm: Triadapter multi-modal learning for 3d shape understanding
Zhihao Zhang, Shengcao Cao, and Yu-Xiong Wang. Tamm: Triadapter multi-modal learning for 3d shape understanding. InCVPR, 2024g. Zhihao Zhang, Abhinav Kumar, Girish Chandar Ganesan, and Xiaoming Liu. Unleashing the power of chain-of-prediction for monocular 3d object detection....
-
[35]
Independence tests for language models.arXiv preprint arXiv:2502.12292,
14 Published as a conference paper at ICLR 2026 Sally Zhu, Ahmed Ahmed, Rohith Kuditipudi, and Percy Liang. Independence tests for language models.arXiv preprint arXiv:2502.12292,
2026 arXiv
-
[39]
5, we present the supervised UMAP projections of the final activations from different models inFig
G A CLOSERLOOK ATFINALACTIVATIONS Similar to Sec. 5, we present the supervised UMAP projections of the final activations from different models inFig. A4. Consistent with Sec. 5, UMAP always yields clear separation between the original and RMU-unlearned activations. Original RM...
2026
-
[2003]
Both evaluations report the accuracy on four-choice question answering
15 Published as a conference paper at ICLR 2026 APPENDIX A UNLEARNINGCONFIGURATION ANDDATAPREPARATION Table A1:Unlearning effectiveness is measured on WMDP and general utility on MMLU for each LLM after applying RMU and NPO un- learning on WMDP. Both evaluations report the acc...
2026
-
[2015]
Unlearn what you want to forget: Efficient unlearning for llms.arXiv preprint arXiv:2310.20150,
Jiaao Chen and Diyi Yang. Unlearn what you want to forget: Efficient unlearning for llms.arXiv preprint arXiv:2310.20150,
-
[2016]
An approach to technical agi safety and security.arXiv preprint arXiv:2504.01849,
Rohin Shah, Alex Irpan, Alexander Matt Turner, Anna Wang, Arthur Conmy, David Lindner, Jonah Brown-Cohen, Lewis Ho, Neel Nanda, Raluca Ada Popa, et al. An approach to technical agi safety and security.arXiv preprint arXiv:2504.01849,
-
[2018]
Knowledge unlearning for mitigating privacy risks in language models.arXiv preprint arXiv:2210.01504,
Joel Jang, Dongkeun Yoon, Sohee Yang, Sungmin Cha, Moontae Lee, Lajanugen Logeswaran, and Minjoon Seo. Knowledge unlearning for mitigating privacy risks in language models.arXiv preprint arXiv:2210.01504,
-
[2019]
Jogging the memory of unlearned models through targeted relearning attacks
Shengyuan Hu, Yiwei Fu, Steven Wu, and Virginia Smith. Jogging the memory of unlearned models through targeted relearning attacks. InICML 2024 Workshop on Foundation Models in the Wild,
2024
-
[2020]
Regulation (eu) 2016/679 of the european parliament and of the council
Protection Regulation. Regulation (eu) 2016/679 of the european parliament and of the council. Regulation (eu), 679:2016,
2016
-
[2021]
Simplicity prevails: Rethinking negative preference optimization for llm unlearning.arXiv preprint arXiv:2410.07163,
Chongyu Fan, Jiancheng Liu, Licong Lin, Jinghan Jia, Ruiqi Zhang, Song Mei, and Sijia Liu. Simplicity prevails: Rethinking negative preference optimization for llm unlearning.arXiv preprint arXiv:2410.07163,
-
[2022]
Safety mirage: How spurious correlations undermine vlm safety fine-tuning and can be mitigated by machine unlearning.arXiv preprint arXiv:2503.11832,
Yiwei Chen, Yuguang Yao, Yihua Zhang, Bingquan Shen, Gaowen Liu, and Sijia Liu. Safety mirage: How spurious correlations undermine vlm safety fine-tuning and can be mitigated by machine unlearning.arXiv preprint arXiv:2503.11832,
-
[2023]
When machine unlearning jeopardizes privacy
Min Chen, Zhikun Zhang, Tianhao Wang, Michael Backes, Mathias Humbert, and Yang Zhang. When machine unlearning jeopardizes privacy. InProceedings of the 2021 ACM SIGSAC conference on computer and communications security, pp. 896–911,
2021
-
[2024]
Do unlearning methods remove information from language model weights?arXiv preprint arXiv:2410.08827,
Aghyad Deeb and Fabien Roger. Do unlearning methods remove information from language model weights?arXiv preprint arXiv:2410.08827,
-
[2025]
Machine unlearning doesn’t do what you think: Lessons for generative ai policy, research, and practice.arXiv preprint arXiv:2412.06966,
A Feder Cooper, Christopher A Choquette-Choo, Miranda Bogen, Matthew Jagielski, Katja Filippova, Ken Ziyu Liu, Alexandra Chouldechova, Jamie Hayes, Yangsibo Huang, Niloofar Mireshghallah, et al. Machine unlearning doesn’t do what you think: Lessons for generative ai policy, re...
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.