REVIEW 4 major objections 5 minor 4 cited by
DUSK: Do Not Unlearn Shared Knowledge
T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read This paper claims that unlearning one document from an LLM also erases facts that other retained documents support, and that no tested method removes only the document's unique content.
desk verdict DUSK asks the right question—can unlearning preserve shared facts?—but its central shared-knowledge metric rests on an unverified data-generation assumption. 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
DUSK is the central object: 120 synthetic professors, each with 20 question-answer pairs, organized into five style-specific documents. Sixty shared profiles appear in all five documents, while sixty unique profiles are split twelve per document, so designating one document as the forget set creates a controlled setting where shared knowledge is supported by the retain set and unique knowledge is not. Seven metrics then separate verbatim memorization, unique forget knowledge, shared knowledge, unique retain knowledge, downstream capability, privacy leakage, and retain deviation, making it possible to attribute changes to overlapping versus document-specific content.
What would settle it
Compare the five generated styles of each shared professor against the source QA pairs and against each other; if any style changes a fact, such as giving a different office number or alma mater, then the shared/unique split is corrupted and the reported Shared Knowledge damage could come from generation drift rather than from unlearning.
Extended reading notes
Core claim
The paper claims that current LLM unlearning methods cannot selectively erase document-specific knowledge while preserving facts the model also learned from retained documents. On its benchmark, verbatim memorization drops for most methods, yet Unique Forget Knowledge scores remain far above the Retrain model (for example, 24.3 for GA and 55.1 for RMU versus 5.2), while Shared Knowledge drops heavily (GA falls to 50.7, TAU to 33.5, versus the Retrain's 98.3). Because shared knowledge degrades more than unique retain knowledge, and because Privacy Leakage and Retain Deviation show either over-unlearning or under-unlearning in every tested configuration, the paper concludes that no method can fully remove the forget document's influence while preserving behavior on the retain set.
Load-bearing premise
The shared and unique labels in DUSK depend on the five style-specific versions of each shared professor carrying exactly the same facts, with no added contradictions or omissions, and the paper verifies only duplicate names rather than semantic drift between styles.
Editorial extensions
If this is right
- In realistic multi-source settings, unlearning a document will likely degrade the model's ability to answer questions about facts that are also supported by retained documents.
- Current methods can remove surface-level wording but do not reliably remove the underlying unique knowledge, so copyright-style takedowns may not achieve their intended effect.
- Since Shared Knowledge drops more than Unique Retain Knowledge, collateral damage is concentrated in information overlapping the forget set, not spread uniformly across retained knowledge.
- Any unlearning method claiming practical deployment should report both Privacy Leakage and Retain Deviation, since methods that look successful on one metric fail on the other.
- The Retrain model, trained without the forget document, is the correct reference point for judging unlearning, and no tested method reaches its behavior.
Reading between the lines
- The benchmark's synthetic overlap could be replaced by automatically detected overlapping facts from real corpora, which would test whether the reported trade-off holds outside artificially partitioned documents.
- The Shared Knowledge versus Unique Forget Knowledge trade-off suggests an information-theoretic limit related to entangled representations; a representative test would be to see whether methods that separate shared and unique knowledge at the representation level beat the nine baselines on both metrics.
- Because Privacy Leakage and Retain Deviation move in opposite directions across methods, practical evaluations should report both jointly, since single-score comparisons can be misleading when forget and retain sets overlap.
- Fine-grained entity- or attribute-level unlearning, removing one fact about a professor rather than a whole document, is the natural next stress test for selective removal.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. DUSK introduces a benchmark for LLM unlearning in multi-source scenarios where the forget set and retain set overlap. The benchmark is built from 120 synthetic professor profiles: 60 shared professors appear in all five style-specific documents, and 60 unique professors are distributed across documents. Forgetting is evaluated on document D1, with the retain set being the other four documents. Seven metrics are defined: Verbatim Memorization, Unique Forget Knowledge, Shared Knowledge, Unique Retain Knowledge, Downstream Capability, Privacy Leakage, and Retain Deviation. Nine unlearning methods (GA, NPO, RMU, TV, TAU, with GD or KL regularizers) are evaluated on LLaMA-3-8B. The main empirical finding is that most methods remove surface-level text but fail to erase unique knowledge while also degrading shared knowledge, leading the authors to conclude that no evaluated approach fully disentangles forget-specific from shared content.
Significance. The benchmark addresses a real and underexplored gap: existing unlearning benchmarks mostly assume disjoint forget and retain sets, while real corpora contain overlapping facts. The controlled synthetic construction, the seven evaluation dimensions, the comparison of nine methods, and the public release are genuine strengths. If the shared/unique labeling is valid, the finding that unlearning methods degrade overlapping knowledge is an important and useful result for the community. The paper also makes a falsifiable empirical claim about current methods that others can test. However, the central conclusion rests on a data-generation assumption that is only weakly verified, and one of the reported metrics has an internal sign inconsistency; both issues need to be resolved before the benchmark can be fully relied upon.
major comments (4)
- [Section A.1 and Figure 9] The benchmark's load-bearing assumption is that the five style-specific renderings of each shared professor encode exactly the same facts, so that the Shared Knowledge, Unique Forget Knowledge, and Unique Retain Knowledge labels are accurate. The only validation step reported in Section A.1 is a duplicate-name check, while the Figure 9 generation prompt asks for biographies of at least 300 words built 'EXCLUSIVELY' from 20 one- or two-word QA answers. These constraints leave substantial room for cross-style fact drift: if GPT-4 omitted, added, or altered a fact in one style, then an SK query could fail because that style's document never contained the fact, or could appear to preserve a fact that only one style actually stated. Because this assumption underlies the SK metric and the Section 4.3.2 conclusion that unlearning 'degrades shared knowledge,' the authors should verify fact-level consistency between each generated profile and its source QA pairs, for example by extracting all 20 fields and checking for extra or missing facts, and report the pass rate or rerun the affected analyses.
- [Section 3.4.3, Eq. (4), Table 8, Figure 5] The Privacy Leakage sign convention is internally inconsistent. The text after Eq. (4) states that values below zero indicate under-unlearning and values above zero indicate over-unlearning, and Table 8 labels negative values for NPO and RMU as 'under-unlearn' and positive values for GA and TV as 'over-unlearn.' Under the standard AUC-ROC orientation with Df as the positive class, a model that still assigns high probability to Df should yield an AUC above the Retrain model, giving a positive PrivacyLeak, not a negative one; the Target row (-100.0) also has the wrong sign under that reading. The authors should explicitly define the orientation of the AUC or the sign of the score and make Eq. (4), the surrounding prose, Figure 5, and Table 8 mutually consistent.
- [Section 4.2, Table 1, Table 4] The universal stopping rule—'terminate unlearning at the first epoch where the Unique Retain Knowledge (URK) score falls below 70'—uses one of the benchmark's own evaluation metrics as a model-selection criterion. Since the Retrain model's URK is 84.8 in Table 1, every method is run until its unique-retain knowledge has degraded well below the retrain baseline. This by construction guarantees large URK degradation and can bias the SK-versus-URK comparison that supports the Section 4.3.2 claim. The authors should report results at matched epochs, or at a range of thresholds, to show that the observed degradation pattern is robust rather than an artifact of the stopping rule.
- [Section 4.3.3 and Section 5] The sentence 'no method can completely remove the influence of Df while fully preserving the model’s behavior on Dr' is stronger than the evidence supports. The experiments establish that none of the nine evaluated methods achieved this on DUSK, not that the goal is impossible in general. This wording appears in the conclusion and should be qualified to 'none of the evaluated methods' or 'no method we evaluated.'
minor comments (5)
- [Section 3.3 and Section A.1] The description of the unique-knowledge split is inconsistent: the main text says the 60 unique profiles are evenly distributed with 12 per document, while Appendix A.1 says each document contains 12 professors × 5 styles = 60 profiles. Please clarify whether 'unique profiles' refers to unique professors or to style-specific profile instances.
- [Title page] The affiliation 'Standford University' should be corrected to 'Stanford University.'
- [Table 2] The department field is phrased as 'The major of the professor is affiliated with'; this should be grammatically corrected, e.g., 'The department with which the professor is affiliated.'
- [Figure 3] The caption '(a) Target model (trained onD)' is missing a space before 'D'; please fix the typo.
- [Section 3.4.3 and Figure 5] The optimal bands of [-5%, 5%] for Privacy Leakage and [0%, 5%] for Retain Deviation are introduced without justification; the authors should explain how these thresholds were chosen.
Circularity Check
No circularity: DUSK's shared/unique labels are fixed by synthetic dataset construction, its metrics are measured behaviors, and its conclusions are empirical rather than fitted; the main weakness is an unverified data-generation assumption, which is a validity concern, not a circular derivation.
full rationale
DUSK does not derive its central claims from its own assumptions by construction. The Shared Knowledge (SK), Unique Forget Knowledge (UFK), and Unique Retain Knowledge (URK) splits are defined as Kf∩Kr, Kf∖Kr, and Kr∖Kf, and the membership of each professor profile in these sets is fixed by the benchmark construction (60 shared profiles in all five documents, 12 unique profiles per document), not by any fitted parameter or by the unlearning outcome. The reported results in Table 1 and Figure 4 are direct ROUGE measurements on those fixed sets, and the privacy/retain-deviation results in Figure 5 are normalized AUC measurements. The URK stopping threshold of 70 and the ±5% bands are hand-set experimental choices, but they do not encode the conclusion that unlearning degrades shared knowledge; they merely define a comparison point. Self-citations such as [29] and [31] appear in related-work context and are not load-bearing for the benchmark's validity or for the conclusion in Sections 4.3.2–4.3.3. The skeptical concern that the five style-specific GPT-4 renderings may not encode identical facts is a real threat to the benchmark's construct validity, and the paper's own Limitations section acknowledges the synthetic-data limitation; however, this is an unverified empirical assumption about data generation fidelity, not a reduction of the paper's conclusion to its input by definition or by self-citation. Therefore no significant circularity is present.
Assumptions & free parameters
free parameters (7)
- URK stopping threshold =
70
- Privacy leakage optimal band =
[-5%, 5%]
- RMU layer index =
7
- NPO beta =
0.1
- Task vector alpha =
1.0
- Learning rate =
1e-5
- Data split counts =
60 shared / 60 unique / 5 documents
assumptions (5)
- domain assumption The Retrain model trained only on Dr represents ideal unlearning behavior and is a valid reference for UFK, SK, URK, and distributional metrics.
- domain assumption GPT-4 generated profiles with the verbatim prompt contain exactly the facts from the QA pairs, with all five style variants semantically identical.
- domain assumption Min-K++ membership inference AUC over Df versus Dh is a valid measure of privacy leakage, and normalization by AUCretrain is meaningful.
- domain assumption ROUGE-L overlap between generated answers and ground-truth QA answers measures knowledge retention.
- domain assumption LLaMA-3-8B fine-tuned for 5 epochs memorizes the synthetic corpus, providing a Target model with forget knowledge to remove.
Cite this review
Pith. "Pith review of DUSK: Do Not Unlearn Shared Knowledge." pith.science (2026). https://pith.science/paper/ZG6S5I3I
@misc{pith2026250515209,
author = {Pith},
title = {Pith review of: DUSK: Do Not Unlearn Shared Knowledge},
year = {2026},
howpublished = {\url{https://pith.science/paper/ZG6S5I3I}},
note = {Machine review of arXiv:2505.15209}
}
read the original abstract
Large language models (LLMs) are increasingly deployed in real-world applications, raising concerns about the unauthorized use of copyrighted or sensitive data. Machine unlearning aims to remove such 'forget' data while preserving utility and information from the 'retain' set. However, existing evaluations typically assume that forget and retain sets are fully disjoint, overlooking realistic scenarios where they share overlapping content. For instance, a news article may need to be unlearned, even though the same event, such as an earthquake in Japan, is also described factually on Wikipedia. Effective unlearning should remove the specific phrasing of the news article while preserving publicly supported facts. In this paper, we introduce DUSK, a benchmark designed to evaluate unlearning methods under realistic data overlap. DUSK constructs document sets that describe the same factual content in different styles, with some shared information appearing across all sets and other content remaining unique to each. When one set is designated for unlearning, an ideal method should remove its unique content while preserving shared facts. We define seven evaluation metrics to assess whether unlearning methods can achieve this selective removal. Our evaluation of nine recent unlearning methods reveals a key limitation: while most can remove surface-level text, they often fail to erase deeper, context-specific knowledge without damaging shared content. We release DUSK as a public benchmark to support the development of more precise and reliable unlearning techniques for real-world applications.
Figures
Figures from the paper (6 more)
Forward citations
Cited by 4 Pith papers
-
R-TOFU: Unlearning in Large Reasoning Models
R-TOFU shows that answer-level unlearning is insufficient for large reasoning models because residual knowledge persists in chain-of-thought traces.
-
BalDRO: A Distributionally Robust Optimization based Framework for Large Language Model Unlearning
BalDRO makes LLM unlearning more balanced by updating against a worst-case-weighted forget distribution, improving forget quality on TOFU/MUSE at stable utility.
-
SoK: Machine Unlearning for Large Language Models
A new taxonomy for LLM unlearning distinguishes removal-intended from suppression-intended methods, and argues that gradient ascent methods functionally behave like suppression.
-
SEPS: A Separability Measure for Robust Unlearning in LLMs
SEPS measures separation of forget and retain queries in mixed prompts, and Mixed Prompt training makes unlearned LLMs much better at this separation.
Reference graph
Works this paper leans on
- [1]
-
[2]
G.-O. Barbulescu and P. Triantafillou. To each (textual sequence) its own: Improving memorized- data unlearning in large language models.arXiv preprint arXiv:2405.03097, 2024
arXiv 2024
-
[3]
J. Brophy and D. Lowd. Machine unlearning for random forests. InICML, 2021
work page 2021
- [4]
-
[5]
Carlini, F
N. Carlini, F. Tramer, E. Wallace, M. Jagielski, A. Herbert-V oss, K. Lee, A. Roberts, T. Brown, D. Song, U. Erlingsson, et al. Extracting training data from large language models. In30th USENIX security symposium (USENIX Security 21), pages 2633–2650, 2021
2021
-
[6]
D. Cer, M. Diab, E. Agirre, I. Lopez-Gazpio, and L. Specia. Semeval-2017 task 1: Se- mantic textual similarity-multilingual and cross-lingual focused evaluation.arXiv preprint arXiv:1708.00055, 2017
arXiv 2017
-
[7]
J. Chen and D. Yang. Unlearn what you want to forget: Efficient unlearning for llms. InEMNLP, 2023
work page 2023
- [8]
Show all 57 references
-
[9]
Cobbe, V
K. Cobbe, V . Kosaraju, M. Bavarian, M. Chen, H. Jun, L. Kaiser, M. Plappert, J. Tworek, J. Hilton, R. Nakano, et al. Training verifiers to solve math word problems.arXiv preprint arXiv:2110.14168, 2021
2021 arXiv
-
[10]
O. Dige, D. Arneja, T. F. Yau, Q. Zhang, M. Bolandraftar, X. Zhu, and F. Khattak. Can machine unlearning reduce social bias in language models? InProceedings of the 2024 Conference on Empirical Methods in Natural Language Processing: Industry Track, pages 954–969, 2024
2024
-
[11]
Doshi and A
J. Doshi and A. C. Stickland. Does unlearning truly unlearn? a black box evaluation of llm unlearning methods.arXiv preprint arXiv:2411.12103, 2024
2024 arXiv
-
[12]
Eldan and M
R. Eldan and M. Russinovich. Who’s harry potter? approximate unlearning in llms.arXiv preprint arXiv:2310.02238, 2023. [13]Chabon v. OpenAI, Inc.,. 3:23-cv-04625, (N.D. Cal.), 2023. [14]DOE 1 v. GitHub, Inc.4:22-cv-06823, N.D. Cal. 2022. [15]Kadrey v. Meta Platforms, Inc.3:23-...
2023 arXiv
-
[17]
C. Gao, L. Wang, K. Ding, C. Weng, X. Wang, and Q. Zhu. On large language model continual unlearning. InThe Thirteenth International Conference on Learning Representations, 2025
2025
-
[18]
L. Gao, J. Tow, B. Abbasi, S. Biderman, S. Black, A. DiPofi, C. Foster, L. Golding, J. Hsu, A. Le Noac’h, H. Li, K. McDonell, N. Muennighoff, C. Ociepa, J. Phang, L. Reynolds, H. Schoelkopf, A. Skowron, L. Sutawika, E. Tang, A. Thite, B. Wang, K. Wang, and A. Zou. A framework ...
2024
-
[19]
Golatkar, A
A. Golatkar, A. Achille, and S. Soatto. Eternal sunshine of the spotless net: Selective forgetting in deep networks. InCVPR, 2020
2020
-
[20]
Grattafiori, A
A. Grattafiori, A. Dubey, A. Jauhri, A. Pandey, A. Kadian, A. Al-Dahle, A. Letman, A. Mathur, A. Schelten, A. Vaughan, et al. The llama 3 herd of models.arXiv preprint arXiv:2407.21783, 2024. 10
2024 arXiv
-
[21]
M. M. Grynbaum and R. Mac. The times sues openai and microsoft over ai use of copyrighted work.The New York Times, 27, 2023
2023
-
[22]
C. Guo, T. Goldstein, A. Hannun, and L. Van Der Maaten. Certified data removal from machine learning models.arXiv preprint arXiv:1911.03030, 2019
1911 arXiv
-
[23]
P. Guo, A. Syed, A. Sheshadri, A. Ewart, and G. K. Dziugaite. Mechanistic unlearn- ing: Robust knowledge unlearning and editing via mechanistic localization.arXiv preprint arXiv:2410.12949, 2024
2024 arXiv
-
[24]
Hendrycks, C
D. Hendrycks, C. Burns, S. Basart, A. Zou, M. Mazeika, D. Song, and J. Steinhardt. Measuring massive multitask language understanding.arXiv preprint arXiv:2009.03300, 2020
2009 arXiv
-
[25]
G. Hinton. Distilling the knowledge in a neural network.arXiv preprint arXiv:1503.02531, 2015
2015 arXiv
-
[26]
S. Hu, Y . Fu, S. Wu, and V . Smith. Jogging the memory of unlearned llms through targeted relearning attacks. InICLR, 2025
2025
-
[27]
Ilharco, M
G. Ilharco, M. T. Ribeiro, M. Wortsman, S. Gururangan, L. Schmidt, H. Hajishirzi, and A. Farhadi. Editing models with task arithmetic. InICLR, 2023
2023
-
[28]
J. Jang, D. Yoon, S. Yang, S. Cha, M. Lee, L. Logeswaran, and M. Seo. Knowledge unlearning for mitigating privacy risks in language models. InACL, 2023
2023
-
[29]
D. Jeon, W. Jeung, T. Kim, A. No, and J. Choi. An information theoretic evaluation metric for strong unlearning.arXiv preprint arXiv:2405.17878, 2024
2024
-
[30]
Jeung, D
W. Jeung, D. Jeon, A. Yousefpour, and J. Choi. Large language models still exhibit bias in long text.arXiv preprint arXiv:2410.17519, 2024
2024 arXiv
-
[31]
Jeung, S
W. Jeung, S. Yoon, and A. No. Seps: A separability measure for robust unlearning in llms. arXiv preprint arXiv:2505.14832, 2025
2025 arXiv
-
[32]
J. Jia, Y . Zhang, Y . Zhang, J. Liu, B. Runwal, J. Diffenderfer, B. Kailkhura, and S. Liu. Soul: Unlocking the power of second-order optimization for llm unlearning. InEMNLP, 2024
2024
-
[33]
Z. Jin, P. Cao, C. Wang, Z. He, H. Yuan, J. Li, Y . Chen, K. Liu, and J. Zhao. Rwku: Bench- marking real-world knowledge unlearning for large language models. InNeurIPS, 2024
2024
-
[34]
Joshi, S
A. Joshi, S. Saha, D. Shukla, S. Vema, H. Jhamtazni, M. Gaur, and A. Modi. Towards robust evaluation of unlearning in llms via data transformations. InEMNLP, 2024
2024
-
[35]
Joshi, E
M. Joshi, E. Choi, D. S. Weld, and L. Zettlemoyer. Triviaqa: A large scale distantly supervised challenge dataset for reading comprehension.arXiv preprint arXiv:1705.03551, 2017
2017 arXiv
-
[36]
A. M. Kassem, O. A. M. Mahmoud, and S. Saad. Preserving privacy through dememorization: An unlearning technique for mitigating memorization risks in language models. InEMNLP, 2023
2023
-
[37]
Kurmanji, P
M. Kurmanji, P. Triantafillou, J. Hayes, and E. Triantafillou. Towards unbounded machine unlearning. InNeurIPS, 2023
2023
-
[38]
V . I. Levenshtein et al. Binary codes capable of correcting deletions, insertions, and reversals. InSoviet physics doklady, volume 10, pages 707–710. Soviet Union, 1966
1966
-
[39]
N. Li, A. Pan, A. Gopal, S. Yue, D. Berrios, A. Gatti, J. D. Li, A.-K. Dombrowski, S. Goel, L. Phan, et al. The wmdp benchmark: Measuring and reducing malicious use with unlearning. arXiv preprint arXiv:2403.03218, 2024
2024 arXiv
-
[40]
C.-Y . Lin. Rouge: A package for automatic evaluation of summaries. InText summarization branches out, pages 74–81, 2004
2004
-
[41]
S. Lin, J. Hilton, and O. Evans. Truthfulqa: Measuring how models mimic human falsehoods. arXiv preprint arXiv:2109.07958, 2021. 11
2021 arXiv
-
[42]
C. Y . Liu, Y . Wang, J. Flanigan, and Y . Liu. Large language model unlearning via embedding- corrupted prompts. InNeurIPS, 2024
2024
-
[43]
S. Liu, Y . Yao, J. Jia, S. Casper, N. Baracaldo, P. Hase, Y . Yao, C. Y . Liu, X. Xu, H. Li, et al. Rethinking machine unlearning for large language models.Nature Machine Intelligence, pages 1–14, 2025
2025
-
[44]
Lynch, P
A. Lynch, P. Guo, A. Ewart, S. Casper, and D. Hadfield-Menell. Eight methods to evaluate robust unlearning in llms.arXiv preprint arXiv:2402.16835, 2024
2024 arXiv
-
[45]
Maini, Z
P. Maini, Z. Feng, A. Schwarzschild, Z. C. Lipton, and J. Z. Kolter. Tofu: A task of fictitious unlearning for llms.arXiv preprint arXiv:2401.06121, 2024
2024 arXiv
-
[46]
M. Nasr, N. Carlini, J. Hayase, M. Jagielski, A. F. Cooper, D. Ippolito, C. A. Choquette-Choo, E. Wallace, F. Tramèr, and K. Lee. Scalable extraction of training data from (production) language models.arXiv preprint arXiv:2311.17035, 2023
2023 arXiv
-
[47]
T. T. Nguyen, T. T. Huynh, Z. Ren, P. L. Nguyen, A. W.-C. Liew, H. Yin, and Q. V . H. Nguyen. A survey of machine unlearning.arXiv preprint arXiv:2209.02299, 2022
2022 arXiv
-
[48]
Parrish, A
A. Parrish, A. Chen, N. Nangia, V . Padmakumar, J. Phang, J. Thompson, P. M. Htut, and S. R. Bowman. Bbq: A hand-built bias benchmark for question answering.arXiv preprint arXiv:2110.08193, 2021
2021 arXiv
-
[49]
Pawelczyk, S
M. Pawelczyk, S. Neel, and H. Lakkaraju. In-context unlearning: Language models as few shot unlearners. InICML, 2024
2024
-
[50]
Rafailov, A
R. Rafailov, A. Sharma, E. Mitchell, C. D. Manning, S. Ermon, and C. Finn. Direct preference optimization: Your language model is secretly a reward model. InNeurIPS, 2023
2023
-
[51]
W. Shi, A. Ajith, M. Xia, Y . Huang, D. Liu, T. Blevins, D. Chen, and L. Zettlemoyer. Detecting pretraining data from large language models.arXiv preprint arXiv:2310.16789, 2023
2023 arXiv
-
[52]
W. Shi, J. Lee, Y . Huang, S. Malladi, J. Zhao, A. Holtzman, D. Liu, L. Zettlemoyer, N. A. Smith, and C. Zhang. Muse: Machine unlearning six-way evaluation for language models.arXiv preprint arXiv:2407.06460, 2024
2024 arXiv
-
[53]
Thaker, S
P. Thaker, S. Hu, N. Kale, Y . Maurya, Z. S. Wu, and V . Smith. Position: Llm unlearning benchmarks are weak measures of progress.arXiv preprint arXiv:2410.02879, 2024
2024 arXiv
-
[54]
Thaker, Y
P. Thaker, Y . Maurya, S. Hu, Z. S. Wu, and V . Smith. Guardrail baselines for unlearning in llms. InICLR Workshop (SeTLLM), 2024
2024
-
[55]
V oigt and A
P. V oigt and A. V on dem Bussche. The eu general data protection regulation (gdpr).A practical guide, 1st ed., Cham: Springer International Publishing, 10(3152676):10–5555, 2017
2017
-
[56]
B. Wei, W. Shi, Y . Huang, N. A. Smith, C. Zhang, L. Zettlemoyer, K. Li, and P. Henderson. Evaluating copyright takedown methods for language models.arXiv preprint arXiv:2406.18664, 2024
2024 arXiv
-
[57]
Yousefpour, T
A. Yousefpour, T. Kim, R. S. Kwon, S. Lee, W. Jeung, S. Han, A. Wan, H. Ngan, Y . Yu, and J. Choi. Representation bending for large language model safety.arXiv preprint arXiv:2504.01550, 2025
2025 arXiv
-
[58]
Zhang, J
J. Zhang, J. Sun, E. Yeats, Y . Ouyang, M. Kuo, J. Zhang, H. F. Yang, and H. Li. Min-k%++: Improved baseline for detecting pre-training data from large language models.arXiv preprint arXiv:2404.02936, 2024
2024 arXiv
-
[59]
Zhang, L
R. Zhang, L. Lin, Y . Bai, and S. Mei. Negative preference optimization: From catastrophic collapse to effective unlearning. InCOLM, 2024
2024
-
[60]
Zhang, F
Z. Zhang, F. Wang, X. Li, Z. Wu, X. Tang, H. Liu, Q. He, W. Yin, and S. Wang. Catastrophic failure of llm unlearning via quantization. InICLR, 2025
2025
-
[61]
Canadian
Z. Zhang, J. Yang, P. Ke, S. Cui, C. Zheng, H. Wang, and M. Huang. Safe unlearning: A surprisingly effective and generalizable solution to defend against jailbreak attacks.arXiv preprint arXiv:2407.02855, 2024. 12 A Details of DUSK A.1 Dataset Construction Details Table 2: Pro...
2024 arXiv
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.