REVIEW 4 major objections 5 minor 65 references
Underestimated Privacy Risks for Minority Populations in Large Language Model Unlearning
T0 review · 4 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash
Pith's one-line read Standard LLM unlearning evaluations understate privacy leakage for minority data by at least 20%, so the paper proposes reporting worst-case results across random, canary, and minority forget sets.
desk verdict Useful minority-aware evaluation framework for LLM unlearning, but the 'at least 20%' headline is not backed by the paper's own tables and the single-seed design leaves effect sizes uncertain. 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 central object is the minority-aware evaluation protocol built from three forget-set constructions: Random (uniform sampling, the status quo), Canary (identical emails with the identifier replaced by the least frequent value, e.g., area code 484), and Minority (the actual least-frequent real samples). The carrying identity is the PrivLeak ratio, $\text{PL} = \Delta\text{AUC} / \text{AUC}(M_{\text{retrain}})$, which measures how much more easily a membership-inference attack distinguishes the unlearned model from a retrained model; the protocol reports the maximum PL across the three cases and the corresponding worst-case perplexity. The canary construction isolates the effect of identifier rarity by holding all other text constant, so any excess leakage is attributable to the minority attribute.
What would settle it
Repeat the evaluation on real minority data with ground-truth membership (e.g., Enron emails from the least-represented senders or ECHR facts mentioning rare years) and compute PrivLeak for minority versus random forget sets; if the gap is consistently below 20% or reverses, the central claim fails. Also, run the canary construction with several different rare tokens (not just 484) and multiple seeds; if the 20% gap disappears for some tokens, the effect is token-specific rather than a general property of rarity.
Extended reading notes
Core claim
On the paper's own terms, the central discovery is that unlearning efficacy is not uniform across data points: records with rare, shared attributes—exemplified by the least frequent phone area code—retain measurably more membership signal after unlearning than randomly selected records. The PrivLeak metric, the normalized gap in MIA AUC between the unlearned model and a retrained model, is consistently at least 20% larger for canary and minority forget sets than for random forget sets, and often far larger (e.g., 300–800% on Llama-2). This holds across gradient ascent, NegGrad+, SCRUB, random labels, layer-wise retraining, and Langevin unlearning, and across lossMIA, zlibMIA, and Min-K% attackers. The paper concludes that average-case evaluation misses high-risk partitions of the training data and offers a worst-case, minority-aware protocol as a corrective.
Load-bearing premise
The synthetic canary—an email whose phone area code is replaced by the single rarest code (484)—is a faithful stand-in for real minority population data, so the observed higher leakage reflects a property of minority data rather than an artifact of one artificially repeated rare token.
Editorial extensions
If this is right
- Unlearning benchmarks that report only average-case PrivLeak understate privacy leakage for minority data by at least 20%, making published method comparisons over-optimistic for these groups.
- Evaluation suites should add canary and minority forget sets and report the maximum privacy leakage across all three, plus worst-case utility, so a method that fails on any one setting is exposed.
- Noise-based unlearning (Langevin Unlearning) yields the best privacy-utility trade-off and is stable, whereas gradient ascent and random labels are unstable and can destroy model utility.
- The protocol applies to any under-represented subset defined by a shared value, not only PII, so privacy audits can be stratified by demographic or other sensitive attributes.
Reading between the lines
- If real minority populations behave like the injected 484 canaries, then the 'right to be forgotten' is currently met unequally: members of groups with rare identifiers are less likely to be effectively forgotten than members of majority groups, which bears directly on GDPR compliance audits.
- The effect's dependence on rarity level is untested: varying the frequency of the injected token (e.g., 2, 5, 100 occurrences) would reveal whether leakage grows monotonically with rarity or is an artifact of the single 484 token.
- Because all experiments use one random seed (42) and one canary value per dataset, the reported effect sizes lack variance estimates; multi-seed and multi-token replications would strengthen the quantitative claim.
- A straightforward extension is to audit unlearning fairness: use the max-PL protocol to measure disparate privacy risk across subgroups defined by income, geography, or dialect, and to set per-group unlearning budgets accordingly.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper argues that standard LLM unlearning evaluations, which remove randomly chosen samples, systematically underestimate privacy leakage for minority or rare data. It proposes a minority-aware evaluation protocol that reports the maximum privacy leakage (PL) over three forget-set designs: Random, Canary (constructed by replacing PII with the least frequent value), and Minority (real samples with rare PII). Experiments on Enron and ECHR with GPT-2 and Llama-2, across six unlearning methods and three MIAs, find that Canary and Minority cases often exhibit larger PL magnitudes. The paper advertises this as "at least 20% higher privacy leakage" and further benchmarks unlearning methods under the proposed protocol, reporting that Langevin Unlearning offers a favorable privacy-utility trade-off compared with noiseless methods such as SCRUB and Gradient Ascent.
Significance. If the qualitative effect holds, this paper identifies a real blind spot in standard unlearning evaluation and offers a practical, low-cost fix: report worst-case results over several forget-set designs rather than only a randomly sampled one. The empirical scope is broad (six unlearning methods, three MIAs, three datasets, two model scales), the complexity budget is carefully defined, and the code is public. However, the headline "at least 20%" quantitative bound is not supported by the paper's own tables, and the single-seed experimental design leaves effect sizes without uncertainty estimates. The proposed framework is a useful contribution; the specific numerical claim needs correction and statistical grounding.
major comments (4)
- [Abstract, §6.1, Table 2] The abstract's claim that minority data "suffer at least 20% higher privacy leakage across various unlearning methods, MIAs, datasets, and LLM scales" is contradicted by the paper's own tables. For example, in Table 2 (GPT-2/Enron-Phone), the Minority excess ratios are +7% (GA, zlibMIA), +13% (NegGrad+, zlibMIA), +12% (Langevin, zlibMIA), and +13% (GA, Min-K%); in the Llama-2 panel, RL shows -65%/-77% for lossMIA and GA shows -27%/-17% for Min-K%. Table 5 (ECHR/GPT-2) contains EUk Minority +10% (lossMIA) and +4% (zlibMIA), and CFk Canary +13% (zlibMIA). The Introduction's "in most cases" and Conclusion's "on average" qualifiers are absent from the abstract. Please correct the abstract and any unqualified statements to match the actual evidence, or provide a statistical basis for a threshold claim.
- [App. B.2, §6.1] All experiments use a single random seed (seed 42), with no repeated runs or confidence intervals. Since several reported excess ratios lie between 4% and 20%, the "at least 20%" bound—and even the qualitative ordering in the smallest cells—may be within run-to-run noise. Please report multiple seeds (or bootstrap intervals over the forget-set draws) and significance tests for the key comparisons.
- [§4.1, App. A.3, Fig. 3] The canary construction confounds rarity with repetition: all 100 canaries are created by replacing the area code with the single least frequent code (484), so the Canary condition tests one duplicated rare token rather than minority data generally. The Minority condition uses real emails with least-frequent area codes or years, which is more direct evidence, but App. A.3 is ambiguous about how Dminority is formed: Table 1 lists 484 with count 1, so a 100-sample minority set cannot all contain 484; the text alternates between "the least frequent PII" (singular) and "the least frequent area codes" (plural). Please clarify the exact construction of Dminority and report the Minority results as the primary evidence for the real-world claim, with the Canary results interpreted as a controlled audit of a single repeated rare token.
- [§6 (General Settings), App. A.3] The forget-set size is stated as 1% of the training set, but App. A.3 says that 100 samples are used for the Random, Canary, and Minority sets. For Llama-2 the training set is 50,000 samples, so 1% would be 500, not 100. Please specify the actual sizes used and adjust the Complexity Unit budget and canary construction accordingly; if 100 was used throughout, the "1%" statement and the cross-scale comparison need revision.
minor comments (5)
- [Fig. 17 caption] The caption contains a typo: "Canary & Minoirty settings" should be "Canary & Minority settings."
- [§4.1, page 4] The sentence "To rigorously show thatremoving data" is missing a space; it should read "that removing data."
- [Table 3 caption] The caption uses "GPT2" while the rest of the paper uses "GPT-2"; please harmonize the notation.
- [App. A.3] The preprocessing step "We randomly selected three coherent sentences from each sample" should specify whether it applies to both datasets and whether it affects the context surrounding the PIIs of interest.
- [§6, App. A.2] The treatment of "year of judgment" in ECHR as a PII would benefit from a brief justification, since a year alone is not personally identifying; this choice affects how the minority definition is interpreted.
Circularity Check
No significant circularity: the minority-aware evaluation is an empirical protocol whose conclusions rest on measurements, not on constructed equivalences or load-bearing self-citations.
full rationale
The paper's central claim—that forget sets built from rare PII (canaries) or from least-frequent-PII samples yield larger PrivLeak than random forget sets—is an experimental finding. The PrivLeak metric (Eq. 1) is defined as normalized AUC difference between unlearned and retrained models; the Random, Canary, and Minority cases are three distinct inputs to that same metric, and their comparison is not forced by the metric's definition. No parameter is fitted to the compared cells and then reported as a prediction; the 20% figure is a summary of measured excess ratios, and the fact that some cells fall below 20% is a quantitative-support issue (correctness risk), not circularity. The canary construction (Section 4.1) replaces only the PII token to isolate the effect of rarity; while the generalization from injected rare tokens to real minority populations is an extrapolation that could be questioned, that is again an external-validity concern, not a circular reduction. Self-citations (e.g., Chien et al. for Langevin Unlearning) supply the method and motivational theory; the paper's evaluation of Langevin is empirical and its privacy-utility conclusion is based on the reported measurements, so the citations are not load-bearing in a circular sense. No uniqueness theorem or ansatz is imported from the authors' prior work to force the chosen evaluation design.
Assumptions & free parameters
free parameters (3)
- Complexity unit budget =
10
- Epoch selection perplexity threshold =
increase of 1 point over initial model
- Langevin noise scale =
5e-4 (GPT-2), 5e-3 (Llama-2)
assumptions (4)
- domain assumption PrivLeak (AUC-normalized difference between unlearned and retrained models) is a valid measure of unlearning privacy leakage.
- domain assumption The three MIAs (lossMIA, zlibMIA, Min-K%) are sufficient to assess membership privacy after unlearning.
- domain assumption The retrained model is the correct gold-standard target for unlearning.
- domain assumption Fine-tuning on subsampled Enron and ECHR subsets is representative of LLM unlearning in practice.
Cite this review
Pith. "Pith review of Underestimated Privacy Risks for Minority Populations in Large Language Model Unlearning." pith.science (2026). https://pith.science/paper/TLUOQNQK
@misc{pith2026241208559,
author = {Pith},
title = {Pith review of: Underestimated Privacy Risks for Minority Populations in Large Language Model Unlearning},
year = {2026},
howpublished = {\url{https://pith.science/paper/TLUOQNQK}},
note = {Machine review of arXiv:2412.08559}
}
read the original abstract
Large Language Models (LLMs) embed sensitive, human-generated data, prompting the need for unlearning methods. Although certified unlearning offers strong privacy guarantees, its restrictive assumptions make it unsuitable for LLMs, giving rise to various heuristic approaches typically assessed through empirical evaluations. These standard evaluations randomly select data for removal, apply unlearning techniques, and use membership inference attacks (MIAs) to compare unlearned models against models retrained without the removed data. However, to ensure robust privacy protections for every data point, it is essential to account for scenarios in which certain data subsets face elevated risks. Prior research suggests that outliers, particularly including data tied to minority groups, often exhibit higher memorization propensity which indicates they may be more difficult to unlearn. Building on these insights, we introduce a complementary, minority-aware evaluation framework to highlight blind spots in existing frameworks. We substantiate our findings with carefully designed experiments, using canaries with personally identifiable information (PII) to represent these minority subsets and demonstrate that they suffer at least 20% higher privacy leakage across various unlearning methods, MIAs, datasets, and LLM scales. Our proposed minority-aware evaluation framework marks an essential step toward more equitable and comprehensive assessments of LLM unlearning efficacy.
Figures
Figures from the paper (15 more)
Reference graph
Works this paper leans on
-
[1]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION format.date year duplicate empty "emp...
-
[2]
B., Mironov, I., Talwar, K., and Zhang, L
Abadi, M., Chu, A., Goodfellow, I., McMahan, H. B., Mironov, I., Talwar, K., and Zhang, L. Deep learning with differential privacy. In Proceedings of the 2016 ACM SIGSAC Conference on Computer and Communications Security, CCS '16, pp.\ 308–318, New York, NY, USA, 2016. Association for Computing Machinery. ISBN 9781450341394. doi:10.1145/2976749.2978318. U...
arXiv 2016
-
[3]
Evaluations of machine learning privacy defenses are misleading
Aerni, M., Zhang, J., and Tram \`e r, F. Evaluations of machine learning privacy defenses are misleading. In ACM SIGSAC Conference on Computer and Communications Security (CCS), 2024. URL https://arxiv.org/abs/2404.17399
arXiv 2024
-
[4]
A., Jia, H., Travers, A., Zhang, B., Lie, D., and Papernot, N
Bourtoule, L., Chandrasekaran, V., Choquette-Choo, C. A., Jia, H., Travers, A., Zhang, B., Lie, D., and Papernot, N. Machine unlearning. In 2021 IEEE Symposium on Security and Privacy (SP), pp.\ 141--159. IEEE, 2021
2021
-
[5]
and Yang, J
Cao, Y. and Yang, J. Towards making systems forget with machine unlearning. In 2015 IEEE symposium on security and privacy, pp.\ 463--480. IEEE, 2015
2015
-
[6]
The secret sharer: Evaluating and testing unintended memorization in neural networks
Carlini, N., Liu, C., Erlingsson, \'U ., Kos, J., and Song, D. The secret sharer: Evaluating and testing unintended memorization in neural networks. In 28th USENIX security symposium (USENIX security 19), pp.\ 267--284, 2019
2019
-
[7]
Extracting training data from large language models
Carlini, N., Tramer, F., Wallace, E., Jagielski, M., Herbert-Voss, A., Lee, K., Roberts, A., Brown, T., Song, D., Erlingsson, U., et al. Extracting training data from large language models. In 30th USENIX Security Symposium (USENIX Security 21), pp.\ 2633--2650, 2021
2021
-
[8]
Membership inference attacks from first principles
Carlini, N., Chien, S., Nasr, M., Song, S., Terzis, A., and Tramer, F. Membership inference attacks from first principles. In 2022 IEEE Symposium on Security and Privacy (SP), pp.\ 1897--1914. IEEE, 2022
2022
Show all 65 references
-
[9]
Neural legal judgment prediction in english
Chalkidis, I., Androutsopoulos, I., and Aletras, N. Neural legal judgment prediction in english. arXiv preprint arXiv:1906.02059, 2019
1906 arXiv
-
[10]
and Yang, D
Chen, J. and Yang, D. Unlearn what you want to forget: Efficient unlearning for LLM s. In The 2023 Conference on Empirical Methods in Natural Language Processing, 2023. URL https://openreview.net/forum?id=GprvtTwOxy
2023
-
[11]
Efficient model updates for approximate unlearning of graph-structured data
Chien, E., Pan, C., and Milenkovic, O. Efficient model updates for approximate unlearning of graph-structured data. In The Eleventh International Conference on Learning Representations, 2023. URL https://openreview.net/forum?id=fhcu4FBLciL
2023
-
[12]
Langevin unlearning: A new perspective of noisy gradient descent for machine unlearning
Chien, E., Wang, H., Chen, Z., and Li, P. Langevin unlearning: A new perspective of noisy gradient descent for machine unlearning. arXiv preprint arXiv:2401.10371, 2024 a
2024
-
[13]
P., Chen, Z., and Li, P
Chien, E., Wang, H. P., Chen, Z., and Li, P. Certified machine unlearning via noisy stochastic gradient descent. In The Thirty-eighth Annual Conference on Neural Information Processing Systems, 2024 b . URL https://openreview.net/forum?id=h3k2NXu5bJ
2024
-
[14]
Do membership inference attacks work on large language models? arXiv preprint arXiv:2402.07841, 2024
Duan, M., Suri, A., Mireshghallah, N., Min, S., Shi, W., Zettlemoyer, L., Tsvetkov, Y., Choi, Y., Evans, D., and Hajishirzi, H. Do membership inference attacks work on large language models? arXiv preprint arXiv:2402.07841, 2024
2024 arXiv
-
[15]
and Zhang, C
Feldman, V. and Zhang, C. What neural networks memorize and why: Discovering the long tail via influence estimation. Advances in Neural Information Processing Systems, 33: 0 2881--2891, 2020
2020
-
[16]
Towards adversarial evaluations for inexact machine unlearning
Goel, S., Prabhu, A., Sanyal, A., Lim, S.-N., Torr, P., and Kumaraguru, P. Towards adversarial evaluations for inexact machine unlearning. arXiv preprint arXiv:2201.06640, 2022
2022 arXiv
-
[17]
Eternal sunshine of the spotless net: Selective forgetting in deep networks
Golatkar, A., Achille, A., and Soatto, S. Eternal sunshine of the spotless net: Selective forgetting in deep networks. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp.\ 9304--9312, 2020 a
2020
-
[18]
Forgetting outside the box: Scrubbing deep networks of information accessible from input-output observations
Golatkar, A., Achille, A., and Soatto, S. Forgetting outside the box: Scrubbing deep networks of information accessible from input-output observations. In Computer Vision--ECCV 2020: 16th European Conference, Glasgow, UK, August 23--28, 2020, Proceedings, Part XXIX 16, pp.\ 38...
2020
-
[19]
Amnesiac machine learning
Graves, L., Nagisetty, V., and Ganesh, V. Amnesiac machine learning. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 35, pp.\ 11516--11524, 2021
2021
-
[20]
Certified data removal from machine learning models
Guo, C., Goldstein, T., Hannun, A., and Van Der Maaten, L. Certified data removal from machine learning models. In III, H. D. and Singh, A. (eds.), Proceedings of the 37th International Conference on Machine Learning, volume 119 of Proceedings of Machine Learning Research, pp....
2020
-
[21]
Inexact unlearning needs more careful evaluations to avoid a false sense of privacy
Hayes, J., Shumailov, I., Triantafillou, E., Khalifa, A., and Papernot, N. Inexact unlearning needs more careful evaluations to avoid a false sense of privacy. arXiv preprint arXiv:2403.01218, 2024
2024 arXiv
-
[22]
J., Shen, Y., Wallis, P., Allen-Zhu, Z., Li, Y., Wang, S., Wang, L., and Chen, W
Hu, E. J., Shen, Y., Wallis, P., Allen-Zhu, Z., Li, Y., Wang, S., Wang, L., and Chen, W. Lora: Low-rank adaptation of large language models. arXiv preprint arXiv:2106.09685, 2021
2021 arXiv
-
[23]
T., Wortsman, M., Schmidt, L., Hajishirzi, H., and Farhadi, A
Ilharco, G., Ribeiro, M. T., Wortsman, M., Schmidt, L., Hajishirzi, H., and Farhadi, A. Editing models with task arithmetic. In The Eleventh International Conference on Learning Representations, 2023. URL https://openreview.net/forum?id=6t0Kwf8-jrj
2023
-
[24]
Auditing differentially private machine learning: How private is private sgd? Advances in Neural Information Processing Systems, 33: 0 22205--22216, 2020
Jagielski, M., Ullman, J., and Oprea, A. Auditing differentially private machine learning: How private is private sgd? Advances in Neural Information Processing Systems, 33: 0 22205--22216, 2020
2020
-
[25]
Knowledge unlearning for mitigating privacy risks in language models
Jang, J., Yoon, D., Yang, S., Cha, S., Lee, M., Logeswaran, L., and Seo, M. Knowledge unlearning for mitigating privacy risks in language models. arXiv preprint arXiv:2210.01504, 2022
2022 arXiv
-
[26]
Knowledge unlearning for mitigating privacy risks in language models
Jang, J., Yoon, D., Yang, S., Cha, S., Lee, M., Logeswaran, L., and Seo, M. Knowledge unlearning for mitigating privacy risks in language models. In Rogers, A., Boyd-Graber, J., and Okazaki, N. (eds.), Proceedings of the 61st Annual Meeting of the Association for Computational...
2023 doi
-
[27]
and Yang, Y
Klimt, B. and Yang, Y. Introducing the enron corpus. In CEAS, volume 4, pp.\ 1, 2004
2004
-
[28]
GDPR: General Data Protection Regulation (EU) 2016/679: Post-reform Personal Data Protection in the European Union
Krzysztofek, M. GDPR: General Data Protection Regulation (EU) 2016/679: Post-reform Personal Data Protection in the European Union. Kluwer Law International BV, 2018
2016
-
[29]
Towards unbounded machine unlearning
Kurmanji, M., Triantafillou, P., Hayes, J., and Triantafillou, E. Towards unbounded machine unlearning. Advances in neural information processing systems, 36, 2024
2024
-
[30]
Llm-pbe: Assessing data privacy in large language models
Li, Q., Hong, J., Xie, C., Tan, J., Xin, R., Hou, J., Yin, X., Wang, Z., Hendrycks, D., Wang, Z., Li, B., He, B., and Song, D. Llm-pbe: Assessing data privacy in large language models. Proc. VLDB Endow., 17 0 (11): 0 3201–3214, August 2024 a . ISSN 2150-8097. doi:10.14778/3681...
2024
-
[31]
S., Prabhu, A., and Sanyal, A
Li, W., Li, J., de Witt, C. S., Prabhu, A., and Sanyal, A. Delta-influence: Unlearning poisons via influence functions. arXiv preprint arXiv:2411.13731, 2024 b
2024
-
[32]
Rouge: A package for automatic evaluation of summaries
Lin, C.-Y. Rouge: A package for automatic evaluation of summaries. In Text summarization branches out, pp.\ 74--81, 2004
2004
-
[33]
Model sparsity can simplify machine unlearning
Liu, J., Ram, P., Yao, Y., Liu, G., Liu, Y., SHARMA, P., Liu, S., et al. Model sparsity can simplify machine unlearning. Advances in Neural Information Processing Systems, 36, 2024 a
2024
-
[34]
R., et al
Liu, S., Yao, Y., Jia, J., Casper, S., Baracaldo, N., Hase, P., Xu, X., Yao, Y., Li, H., Varshney, K. R., et al. Rethinking machine unlearning for large language models. arXiv preprint arXiv:2402.08787, 2024 b
2024 arXiv
-
[35]
Breaking the trilemma of privacy, utility, and efficiency via controllable machine unlearning
Liu, Z., Dou, G., Chien, E., Zhang, C., Tian, Y., and Zhu, Z. Breaking the trilemma of privacy, utility, and efficiency via controllable machine unlearning. In Proceedings of the ACM on Web Conference 2024, pp.\ 1260--1271, 2024 c
2024
-
[36]
Analyzing leakage of personally identifiable information in language models
Lukas, N., Salem, A., Sim, R., Tople, S., Wutschitz, L., and Zanella-B \'e guelin, S. Analyzing leakage of personally identifiable information in language models. In 2023 IEEE Symposium on Security and Privacy (SP), pp.\ 346--363. IEEE, 2023
2023
-
[37]
C., and Kolter, J
Maini, P., Feng, Z., Schwarzschild, A., Lipton, Z. C., and Kolter, J. Z. Tofu: A task of fictitious unlearning for llms. arXiv preprint arXiv:2401.06121, 2024
2024 arXiv
-
[38]
Adversary instantiation: Lower bounds for differentially private machine learning
Nasr, M., Songi, S., Thakurta, A., Papernot, N., and Carlin, N. Adversary instantiation: Lower bounds for differentially private machine learning. In 2021 IEEE Symposium on security and privacy (SP), pp.\ 866--882. IEEE, 2021
2021
-
[39]
Tight auditing of differentially private machine learning
Nasr, M., Hayes, J., Steinke, T., Balle, B., Tram \`e r, F., Jagielski, M., Carlini, N., and Terzis, A. Tight auditing of differentially private machine learning. In 32nd USENIX Security Symposium (USENIX Security 23), pp.\ 1631--1648, 2023
2023
-
[40]
Descent-to-delete: Gradient-based methods for machine unlearning
Neel, S., Roth, A., and Sharifi-Malvajerdi, S. Descent-to-delete: Gradient-based methods for machine unlearning. In Algorithmic Learning Theory, pp.\ 931--962. PMLR, 2021
2021
-
[41]
Training language models to follow instructions with human feedback
Ouyang, L., Wu, J., Jiang, X., Almeida, D., Wainwright, C., Mishkin, P., Zhang, C., Agarwal, S., Slama, K., Ray, A., et al. Training language models to follow instructions with human feedback. Advances in neural information processing systems, 35: 0 27730--27744, 2022
2022
-
[42]
Z., Lu, Y., Kamath, G., Sekhari, A., and Neel, S
Pawelczyk, M., Di, J. Z., Lu, Y., Kamath, G., Sekhari, A., and Neel, S. Machine unlearning fails to remove data poisoning attacks. arXiv preprint arXiv:2406.17216, 2024 a
2024
-
[43]
In-context unlearning: Language models as few-shot unlearners
Pawelczyk, M., Neel, S., and Lakkaraju, H. In-context unlearning: Language models as few-shot unlearners. In Forty-first International Conference on Machine Learning, 2024 b . URL https://openreview.net/forum?id=GKcwle8XC9
2024
-
[44]
Language models are unsupervised multitask learners
Radford, A., Wu, J., Child, R., Luan, D., Amodei, D., Sutskever, I., et al. Language models are unsupervised multitask learners. OpenAI blog, 1 0 (8): 0 9, 2019
2019
-
[45]
Sekhari, A., Acharya, J., Kamath, G., and Suresh, A. T. Remember what you want to forget: Algorithms for machine unlearning. Advances in Neural Information Processing Systems, 34: 0 18075--18086, 2021
2021
-
[46]
Detecting pretraining data from large language models
Shi, W., Ajith, A., Xia, M., Huang, Y., Liu, D., Blevins, T., Chen, D., and Zettlemoyer, L. Detecting pretraining data from large language models. arXiv preprint arXiv:2310.16789, 2023
2023 arXiv
-
[47]
Detecting pretraining data from large language models
Shi, W., Ajith, A., Xia, M., Huang, Y., Liu, D., Blevins, T., Chen, D., and Zettlemoyer, L. Detecting pretraining data from large language models. In The Twelfth International Conference on Learning Representations, 2024 a . URL https://openreview.net/forum?id=zWqr3MQuNs
2024
-
[48]
A., and Zhang, C
Shi, W., Lee, J., Huang, Y., Malladi, S., Zhao, J., Holtzman, A., Liu, D., Zettlemoyer, L., Smith, N. A., and Zhang, C. Muse: Machine unlearning six-way evaluation for language models. arXiv preprint arXiv:2407.06460, 2024 b
2024 arXiv
-
[49]
Membership inference attacks against machine learning models
Shokri, R., Stronati, M., Song, C., and Shmatikov, V. Membership inference attacks against machine learning models. In 2017 IEEE symposium on security and privacy (SP), pp.\ 3--18. IEEE, 2017
2017
-
[50]
and Ullman, J
Steinke, T. and Ullman, J. The pitfalls of average-case differential privacy. DifferentialPrivacy.org, 07 2020. https://differentialprivacy.org/average-case-dp/
2020
-
[51]
Privacy auditing with one (1) training run
Steinke, T., Nasr, M., and Jagielski, M. Privacy auditing with one (1) training run. Advances in Neural Information Processing Systems, 36, 2024
2024
-
[52]
On the necessity of auditable algorithmic definitions for machine unlearning
Thudi, A., Jia, H., Shumailov, I., and Papernot, N. On the necessity of auditable algorithmic definitions for machine unlearning. In 31st USENIX Security Symposium (USENIX Security 22), pp.\ 4007--4022, 2022
2022
-
[53]
Gradients look alike: Sensitivity is often overestimated in \ DP-SGD \
Thudi, A., Jia, H., Meehan, C., Shumailov, I., and Papernot, N. Gradients look alike: Sensitivity is often overestimated in \ DP-SGD \ . In 33rd USENIX Security Symposium (USENIX Security 24), pp.\ 973--990, 2024
2024
-
[54]
Llama 2: Open foundation and fine-tuned chat models
Touvron, H., Martin, L., Stone, K., Albert, P., Almahairi, A., Babaei, Y., Bashlykov, N., Batra, S., Bhargava, P., Bhosale, S., et al. Llama 2: Open foundation and fine-tuned chat models. arXiv preprint arXiv:2307.09288, 2023
2023 arXiv
-
[55]
and Arora, R
Ullah, E. and Arora, R. From adaptive query release to machine unlearning. In International Conference on Machine Learning, pp.\ 34642--34667. PMLR, 2023
2023
-
[56]
A., and Arora, R
Ullah, E., Mai, T., Rao, A., Rossi, R. A., and Arora, R. Machine unlearning via algorithmic stability. In Conference on Learning Theory, pp.\ 4126--4142. PMLR, 2021
2021
-
[57]
Depn: Detecting and editing privacy neurons in pretrained language models
Wu, X., Li, J., Xu, M., Dong, W., Wu, S., Bian, C., and Xiong, D. Depn: Detecting and editing privacy neurons in pretrained language models. arXiv preprint arXiv:2310.20138, 2023
2023 arXiv
-
[58]
Machine unlearning of pre-trained large language models
Yao, J., Chien, E., Du, M., Niu, X., Wang, T., Cheng, Z., and Yue, X. Machine unlearning of pre-trained large language models. In Ku, L.-W., Martins, A., and Srikumar, V. (eds.), Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1:...
2024
-
[59]
Large language model unlearning
Yao, Y., Xu, X., and Liu, Y. Large language model unlearning. In Socially Responsible Language Modelling Research, 2023. URL https://openreview.net/forum?id=wKe6jE065x
2023
-
[60]
K., Bindschaedler, V., and Shokri, R
Ye, J., Maddi, A., Murakonda, S. K., Bindschaedler, V., and Shokri, R. Enhanced membership inference attacks against machine learning models. In Proceedings of the 2022 ACM SIGSAC Conference on Computer and Communications Security, pp.\ 3093--3106, 2022
2022
-
[61]
Privacy risk in machine learning: Analyzing the connection to overfitting
Yeom, S., Giacomelli, I., Fredrikson, M., and Jha, S. Privacy risk in machine learning: Analyzing the connection to overfitting. In 2018 IEEE 31st computer security foundations symposium (CSF), pp.\ 268--282. IEEE, 2018
2018
-
[62]
Negative preference optimization: From catastrophic collapse to effective unlearning
Zhang, R., Lin, L., Bai, Y., and Mei, S. Negative preference optimization: From catastrophic collapse to effective unlearning. arXiv preprint arXiv:2404.05868, 2024
2024 arXiv
-
[63]
V., et al
Zhang, S., Roller, S., Goyal, N., Artetxe, M., Chen, M., Chen, S., Dewan, C., Diab, M., Li, X., Lin, X. V., et al. Opt: Open pre-trained transformer language models. arXiv preprint arXiv:2205.01068, 2022
2022 arXiv
-
[64]
Q., and Artzi, Y
Zhang, T., Kishore, V., Wu, F., Weinberger, K. Q., and Artzi, Y. Bertscore: Evaluating text generation with bert. arXiv preprint arXiv:1904.09675, 2019
1904 arXiv
-
[65]
What makes unlearning hard and what to do about it
Zhao, K., Kurmanji, M., B a rbulescu, G.-O., Triantafillou, E., and Triantafillou, P. What makes unlearning hard and what to do about it. arXiv preprint arXiv:2406.01257, 2024
2024 arXiv
Reviewed August 11, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.