REVIEW 2 major objections 5 minor 80 references
Forget Narrowly, Retain Broadly: Unlearning as an Asymmetric Generalization Problem
T0 review · 2 major / 5 minor · reviewed 2026-07-13 · grok-4.5
Pith's one-line read Unlearning fails unless the forget-retain boundary is annotated finely enough to force intensive forgetting and extensive retention.
desk verdict Solid empirical diagnosis of why LLM unlearning benchmarks fail, plus a usable dataset and a strong refusal baseline; the asymmetric-generalization framing is the real contribution. 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
SUITE (Selective Unlearning of Isolated Topics and Events): a protocol that defines the forget set with direct, reverse and indirect multi-hop questions plus paraphrases, and the retain set with 16 graded semantic tiers, syntactic controls, lexical probes and general knowledge; JensUn++ then uses Jensen-Shannon distribution matching, stochastic prefix-mixing, dynamic gradient balancing and hard forget-retain pairing to enforce natural refusals inside that boundary.
What would settle it
Train any method on SUITE, then measure residual knowledge on a large set of held-out multi-hop and adversarial paraphrases of the forget facts together with accuracy on the closest semantic tier (s0) and on lexical probes that share surface terms with the forget topic; if forget rates remain high or s0/lexical accuracy collapses relative to the base model, the claimed boundary and method gains are false.
Extended reading notes
Core claim
Unlearning is an asymmetric generalization problem: successful forgetting requires intensive coverage of all query forms of the target facts, while successful retention requires extensive probes of every fact outside the forget target. Without a fine-grained annotation of that forget-retain boundary, benchmarks cannot distinguish genuine unlearning from mere suppression or collateral damage. SUITE supplies the annotation; methods trained on it improve substantially, and JensUn++ reaches the best observed trade-off.
Load-bearing premise
The ordering of the sixteen semantic tiers, built by another model and lightly checked by hand, is assumed to match how the models under test actually organise related knowledge; if that ordering is wrong, both the diagnosis of over-forgetting and the ranking of methods become unreliable.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper reframes LLM unlearning as an asymmetric generalization problem: forget evaluation must intensively cover diverse formulations of the same target facts (direct, reverse, multi-hop indirect, paraphrases), while retain evaluation must extensively probe a much larger, only implicitly defined set of facts disjoint from the forget target. Existing benchmarks lack a fine-grained annotation of this forget-retain boundary and therefore cannot distinguish genuine forgetting from suppression (under-forgetting) or genuine retention from collateral damage (over-forgetting). The authors introduce SUITE, a training corpus and evaluation protocol for four real-world factual topics that supplies that boundary via graded semantic tiers, syntactic and lexical controls, and held-out indirect queries. They further propose JensUn++, a refusal-based extension of JensUn that adds stochastic prefix-mixing, dynamic gradient-norm loss balancing, and hard forget-retain pairing. Across three model families, sequential and joint unlearning, adversarial queries, and relearning attacks, methods trained on SUITE improve substantially and JensUn++ achieves the best forget-retain-utility trade-off with near-zero gibberish refusals.
Significance. If the central claim holds, the work supplies both a diagnostic that existing unlearning benchmarks are systematically incomplete and a concrete, publicly released remedy (SUITE) plus a strong baseline method (JensUn++). The empirical package is unusually thorough for the area: hyper-parameter sweeps, ablations of every design choice, three model families, sequential vs joint regimes, adversarial and relearning probes, NLL before/after analysis, and a user study validating the LLM judge on gibberish and RGQ. Code and datasets are released. These contributions are load-bearing for privacy- and safety-critical unlearning and should raise the evaluation standard in the field.
major comments (2)
- The 16 semantic tiers (Sec. 3.2, App. D.1) are generated by Gemini-3-Pro with manual validation and are model-agnostic. The paper already flags this in Limitations, and the core claim does not collapse if the ordering is only approximate (reverse/indirect and syntactic/lexical probes are independent of tier order). Still, for the over-forgetting diagnosis on s0 and the claim that SUITE correctly annotates the forget-retain boundary, a short model-specific proximity check (e.g., embedding or activation similarity of the target models on the tier questions) would strengthen the interpretation of Tables 1-3 and 19-22. This is a load-bearing interpretive point, not a fatal flaw.
- Hyper-parameters are tuned exclusively on Challenger with Llama-3.2-3B-Instruct and then frozen (Sec. 5, Tabs. 5-9). While this is a clean protocol and avoids fitting to the final numbers, it leaves open whether the Pareto ranking of JensUn++ is robust to per-topic or per-model retuning. A brief sensitivity check (or an explicit statement that the frozen schedule is intentional and that the ranking is therefore a lower bound on what per-topic tuning could achieve) would make the cross-model, sequential, and joint claims more airtight.
minor comments (5)
- Fig. 1 and App. C.3: the qualitative refusal examples are persuasive; adding a short quantitative breakdown of refusal vs gibberish vs hallucination rates per method (beyond the aggregate Gib. column) would make the ethical argument fully self-contained.
- Eqs. (1)-(5) and Fig. 4: the token-weighting scheme wt and the prefix distribution π(i) are clearly defined, but a one-sentence intuition for why half the mass is placed on the first token (and on i=0) would help readers who skip the appendix.
- Table 1 vs Table 2: the LKF* vs SUITE comparison is central; a single sentence in the main text stating that QD of LKF* and SUITE are identical (so QD+I - QD isolates the multi-hop effect) would make the under-forgetting claim easier to parse without the footnote.
- App. B.5 user study: human-judge agreement on gibberish is excellent (4/278); the lower agreement on RGQ is expected and already discussed, but a brief note that RGQ is therefore used only as a secondary utility signal would prevent over-interpretation.
- Minor presentation: a few long sentences in Sec. 1 and the abstract could be split for readability; the arXiv identifier and code URL are correctly given.
Circularity Check
No significant circularity: purely empirical evaluation with independently defined metrics; minor self-citation of prior JensUn work is non-load-bearing.
full rationale
The paper's central claims (unlearning as asymmetric generalization; SUITE's fine-grained forget-retain boundary exposing under-/over-forgetting; training data quality mattering as much as algorithms; JensUn++ Pareto-dominating on forget-retain-utility) are established entirely by empirical comparisons on held-out evaluation splits, reverse/indirect multi-hop queries, syntactic/lexical probes, sequential/joint regimes, adversarial queries, and relearning attacks across three model families. Metrics (QD, QR, QAll, Q*, retain accuracy by tier/Syn/Lex/GK, MMLU, Rep., RGQ, gibberish rate) are defined independently of the methods and of any fitted parameters. Hyper-parameters are swept once on Challenger (Llama-3.2-3B) and frozen; no quantity is fitted to final evaluation numbers and then reported as a 'prediction'. The sole self-citation of note is the authors' prior JensUn [43], which supplies the base JS objective that JensUn++ modifies (adaptive balancing, stochastic prefix-mixing, refusal target); the new results do not reduce to that citation by construction, nor is any uniqueness theorem imported. Semantic tiers are generated by an external LLM + manual validation and are acknowledged as approximate in the limitations; they are not used to force any numerical claim. The derivation chain is therefore self-contained and non-circular.
Assumptions & free parameters
free parameters (3)
- learning rate and λf/λr per method
- prefix-sampling distribution π(i) and token weights wt
- refusal string prefix (“Unfortunately,”)
assumptions (3)
- domain assumption A fact is forgotten only if none of its (direct/reverse/indirect/paraphrase) queries reveals the target knowledge according to an LLM judge.
- domain assumption Semantic proximity of retain tiers can be ordered by a frontier LLM (Gemini-3-Pro) plus human correction and will transfer to the models under test.
- domain assumption Jensen-Shannon divergence between the unlearned and original model distributions is a suitable objective for both forget (to a refusal) and retain (to the original).
invented entities (3)
-
under-forgetting / over-forgetting
-
SUITE (Selective Unlearning of Isolated Topics and Events)
independent evidence
-
JensUn++
independent evidence
Cite this review
Pith. "Pith review of Forget Narrowly, Retain Broadly: Unlearning as an Asymmetric Generalization Problem." pith.science (2026). https://pith.science/paper/ZVETIJZN
@misc{pith2026260709236,
author = {Pith},
title = {Pith review of: Forget Narrowly, Retain Broadly: Unlearning as an Asymmetric Generalization Problem},
year = {2026},
howpublished = {\url{https://pith.science/paper/ZVETIJZN}},
note = {Machine review of arXiv:2607.09236}
}
read the original abstract
Machine unlearning in LLMs is the targeted removal of specific knowledge while preserving all other capabilities, critical for privacy and safety. Yet existing benchmarks measure it unreliably. They miss knowledge that resurfaces under paraphrased or indirect queries, a failure we call under-forgetting, and lack the semantic, syntactic, and lexical probes needed to verify that unrelated knowledge is preserved, a failure we call over-forgetting. Both failures reflect an asymmetric generalization problem. Forget evaluation must cover diverse query formulations of the same target facts, testing whether forgetting holds beyond exact training prompts. Retain evaluation must probe a far larger and implicitly defined set, namely every fact disjoint from the forget target. The retain set thus defines the effective forget set, yet current datasets provide no fine-grained annotation of this forget-retain boundary. We address this with SUITE, an evaluation protocol and training corpus that captures forget-retain structure for real-world factual domains. Methods trained on SUITE improve substantially, showing that training data is as important as algorithmic design. Building on the obtained insights, we introduce JensUn++, an unlearning algorithm that achieves the best forget-retain utility trade-off across three LLMs, in both sequential and joint unlearning settings. Code and datasets are available at https://amitpeleg.github.io/forget-narrowly-retain-broadly
Figures
Figures from the paper (15 more)
Reference graph
Works this paper leans on
-
[1]
Introducing Claude Sonnet 4.6
Anthropic. Introducing Claude Sonnet 4.6. https://www.anthropic.com/news/ claude-sonnet-4-6, 2025
2025
-
[2]
Which retain set matters for llm unlearning? a case study on entity unlearning
Hwan Chang and Hwanhee Lee. Which retain set matters for llm unlearning? a case study on entity unlearning. InACL Findings 2025, 2025
2025
-
[3]
Evaluating the ripple effects of knowledge editing in language models.Transactions of the Association for Computational Linguistics, 12: 283–298, 2024
Roi Cohen, Eden Biran, Ori Yoran, Amir Globerson, and Mor Geva. Evaluating the ripple effects of knowledge editing in language models.Transactions of the Association for Computational Linguistics, 12: 283–298, 2024
2024
-
[4]
Multilingual jailbreak challenges in large language models
Yue Deng, Wenxuan Zhang, Sinno Jialin Pan, and Lidong Bing. Multilingual jailbreak challenges in large language models. InICLR, 2024
2024
-
[5]
Undial: Self- distillation with adjusted logits for robust unlearning in large language models
Yijiang River Dong, Hongzhou Lin, Mikhail Belkin, Ramon Huerta, and Ivan Vuli ´c. Undial: Self- distillation with adjusted logits for robust unlearning in large language models. InNAACL, 2025
2025
-
[6]
OpenUnlearning: Accelerating LLM unlearning via unified benchmarking of methods and metrics
Vineeth Dorna, Anmol Mekala, Wenlong Zhao, Andrew McCallum, Zachary C Lipton, J Zico Kolter, and Pratyush Maini. OpenUnlearning: Accelerating LLM unlearning via unified benchmarking of methods and metrics. InNeurIPS, 2025
2025
-
[7]
Who’s harry potter? approximate unlearning in LLMs
Ronen Eldan and Mark Russinovich. Who’s harry potter? approximate unlearning in LLMs. arXiv:2310.02238, 2023
arXiv 2023
-
[8]
Constrained entropic unlearning: A primal-dual framework for large language models.NeurIPS, 2025
Taha Entesari, Arman Hatami, Rinat Khaziev, Anil Ramakrishna, and Mahyar Fazlyab. Constrained entropic unlearning: A primal-dual framework for large language models.NeurIPS, 2025
2025
Show all 80 references
-
[9]
Simplicity prevails: Rethinking negative preference optimization for LLM unlearning
Chongyu Fan, Jiancheng Liu, Licong Lin, Jinghan Jia, Ruiqi Zhang, Song Mei, and Sijia Liu. Simplicity prevails: Rethinking negative preference optimization for LLM unlearning. InNeurIPS, 2025
2025
-
[10]
Gemini 3 Pro model card
Google DeepMind. Gemini 3 Pro model card. https://storage.googleapis.com/ deepmind-media/Model-Cards/Gemini-3-Pro-Model-Card.pdf, 2025. Accessed: 2026-05-04
2025
-
[11]
The llama 3 herd of models
Aaron Grattafiori, Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al- Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Alex Vaughan, et al. The llama 3 herd of models. arXiv preprint arXiv:2407.21783, 2024
2024 arXiv
-
[12]
Measuring massive multitask language understanding.ICLR, 2021
Dan Hendrycks, Collin Burns, Steven Basart, Andy Zou, Mantas Mazeika, Dawn Song, and Jacob Steinhardt. Measuring massive multitask language understanding.ICLR, 2021
2021
-
[13]
Jogging the memory of unlearned llms through targeted relearning attacks
Shengyuan Hu, Yiwei Fu, Steven Wu, and Virginia Smith. Jogging the memory of unlearned llms through targeted relearning attacks. InNeurips Safe Generative AI Workshop, 2024
2024
-
[14]
Blur: A benchmark for llm unlearning robust to forget-retain overlap.arXiv preprint arXiv:2506.15699, 2025
Shengyuan Hu, Neil Kale, Pratiksha Thaker, Yiwei Fu, Steven Wu, and Virginia Smith. Blur: A benchmark for llm unlearning robust to forget-retain overlap.arXiv preprint arXiv:2506.15699, 2025
2025 arXiv
-
[15]
Plentiful jailbreaks with string compositions
Brian RY Huang. Plentiful jailbreaks with string compositions. InWorkshop on Socially Responsible Language Modelling Research, 2024
2024
-
[16]
Knowledge sanitization of large language models.arXiv preprint arXiv:2309.11852, 2023
Yoichi Ishibashi and Hidetoshi Shimodaira. Knowledge sanitization of large language models.arXiv preprint arXiv:2309.11852, 2023
2023 arXiv
-
[17]
Knowledge unlearning for mitigating privacy risks in language models
Joel Jang, Dongkeun Yoon, Sohee Yang, Sungmin Cha, Moontae Lee, Lajanugen Logeswaran, and Minjoon Seo. Knowledge unlearning for mitigating privacy risks in language models. InACL, 2023
2023
-
[18]
Unlearning as multi-task optimization: A normalized gradient difference approach with an adaptive learning rate
Xiaomeng Jin, Zhiqi Bu, Bhanukiran Vinzamuri, Anil Ramakrishna, Kai-Wei Chang, V olkan Cevher, and Mingyi Hong. Unlearning as multi-task optimization: A normalized gradient difference approach with an adaptive learning rate. InNAACL, 2025. 10
2025
-
[19]
Rwku: Benchmarking real-world knowledge unlearning for large language models
Zhuoran Jin, Pengfei Cao, Chenhao Wang, Zhitao He, Hongbang Yuan, Jiachun Li, Yubo Chen, Kang Liu, and Jun Zhao. Rwku: Benchmarking real-world knowledge unlearning for large language models. In NeurIPS Datasets and Benchmarks Track, 2024
2024
-
[20]
LLM unlearning with LLM beliefs
Kemou Li, Qizhou Wang, Yue Wang, Fengpeng Li, Jun Liu, Bo Han, and Jiantao Zhou. LLM unlearning with LLM beliefs. InICLR, 2026
2026
-
[21]
The wmdp benchmark: measuring and reducing malicious use with unlearning
Nathaniel Li, Alexander Pan, Anjali Gopal, Summer Yue, Daniel Berrios, Alice Gatti, Justin D Li, Ann- Kathrin Dombrowski, Shashwat Goel, Gabriel Mukobi, et al. The wmdp benchmark: measuring and reducing malicious use with unlearning. InICML, 2024
2024
-
[22]
Hashimoto
Xuechen Li, Tianyi Zhang, Yann Dubois, Rohan Taori, Ishaan Gulrajani, Carlos Guestrin, Percy Liang, and Tatsunori B. Hashimoto. Alpacaeval: An automatic evaluator of instruction-following models.GitHub repository, 2023
2023
-
[23]
Ministral 3.arXiv preprint arXiv:2601.08584, 2026
Alexander H Liu, Kartik Khandelwal, Sandeep Subramanian, Victor Jouault, Abhinav Rastogi, Adrien Sadé, Alan Jeffares, Albert Jiang, Alexandre Cahill, Alexandre Gavaudan, et al. Ministral 3.arXiv preprint arXiv:2601.08584, 2026
2026 arXiv
-
[24]
Continual learning and private unlearning
Bo Liu, Qiang Liu, and Peter Stone. Continual learning and private unlearning. InConference on Lifelong Learning Agents. PMLR, 2022
2022
-
[25]
Rethinking machine unlearning for large language models
Sijia Liu, Yuanshun Yao, Jinghan Jia, Stephen Casper, Nathalie Baracaldo, Peter Hase, Yuguang Yao, Chris Yuhao Liu, Xiaojun Xu, Hang Li, et al. Rethinking machine unlearning for large language models. Nature Machine Intelligence, 7(2):181–194, 2025
2025
-
[26]
Decoupled weight decay regularization
Ilya Loshchilov and Frank Hutter. Decoupled weight decay regularization. InICLR, 2019
2019
-
[27]
An adversarial perspective on machine unlearning for ai safety.Transactions on Machine Learning Research, 2025
Jakub Łucki, Boyi Wei, Yangsibo Huang, Peter Henderson, Florian Tramèr, and Javier Rando. An adversarial perspective on machine unlearning for ai safety.Transactions on Machine Learning Research, 2025
2025
-
[28]
Eight methods to evaluate robust unlearning in llms.ArXiv, abs/2402.16835, 2024
Aengus Lynch, Phillip Guo, Aidan Ewart, Stephen Casper, and Dylan Hadfield-Menell. Eight methods to evaluate robust unlearning in llms.ArXiv, abs/2402.16835, 2024
2024 arXiv
-
[29]
Yago3: A knowledge base from multilingual wikipedias
Farzaneh Mahdisoltani, Joanna Biega, and Fabian Suchanek. Yago3: A knowledge base from multilingual wikipedias. In7th Biennial Conference on Innovative Data Systems Research, 2015
2015
-
[30]
Tofu: A task of fictitious unlearning for llms
Pratyush Maini, Zhili Feng, Avi Schwarzschild, Zachary Chase Lipton, and J Zico Kolter. Tofu: A task of fictitious unlearning for llms. InCOLM, 2024
2024
-
[31]
Locating and editing factual associations in gpt.NeurIPS, 2022
Kevin Meng, David Bau, Alex Andonian, and Yonatan Belinkov. Locating and editing factual associations in gpt.NeurIPS, 2022
2022
-
[32]
Introducing ChatGPT.https://openai.com/blog/chatgpt, 2022
OpenAI. Introducing ChatGPT.https://openai.com/blog/chatgpt, 2022
2022
-
[33]
Safety alignment should be made more than just a few tokens deep
Xiangyu Qi, Ashwinee Panda, Kaifeng Lyu, Xiao Ma, Subhrajit Roy, Ahmad Beirami, Prateek Mittal, and Peter Henderson. Safety alignment should be made more than just a few tokens deep. InICLR, 2025
2025
-
[34]
Qwen3.5: Towards native multimodal agents, 2026
Qwen Team. Qwen3.5: Towards native multimodal agents, 2026
2026
-
[35]
Direct preference optimization: Your language model is secretly a reward model.NeurIPS, 2023
Rafael Rafailov, Archit Sharma, Eric Mitchell, Christopher D Manning, Stefano Ermon, and Chelsea Finn. Direct preference optimization: Your language model is secretly a reward model.NeurIPS, 2023
2023
-
[36]
Lume: Llm unlearning with multitask evaluations.arXiv preprint arXiv:2502.15097, 2025
Anil Ramakrishna, Yixin Wan, Xiaomeng Jin, Kai-Wei Chang, Zhiqi Bu, Bhanukiran Vinzamuri, V olkan Cevher, Mingyi Hong, and Rahul Gupta. Lume: Llm unlearning with multitask evaluations.arXiv preprint arXiv:2502.15097, 2025
2025 arXiv
-
[37]
Ripplebench: Capturing ripple effects using existing knowledge repositories.arXiv preprint arXiv:2512.04144, 2025
Roy Rinberg, Usha Bhalla, Igor Shilov, Flavio P Calmon, and Rohit Gandikota. Ripplebench: Capturing ripple effects using existing knowledge repositories.arXiv preprint arXiv:2512.04144, 2025
2025 arXiv
-
[38]
Soft prompt threats: Attacking safety alignment and unlearning in open-source LLMs through the embedding space
Leo Schwinn, David Dobre, Sophie Xhonneux, Gauthier Gidel, and Stephan Günnemann. Soft prompt threats: Attacking safety alignment and unlearning in open-source LLMs through the embedding space. In NeurIPS, 2024
2024
-
[39]
The unlearning mirage: A dynamic framework for evaluating llm unlearning
Raj Sanjay Shah, Jing Huang, Keerthiram Murugesan, Nathalie Baracaldo, and Diyi Yang. The unlearning mirage: A dynamic framework for evaluating llm unlearning. InCOLM, 2025
2025
-
[40]
LLM unlearning via neural activation redirection.NeurIPS, 2025
William F Shen, Xinchi Qiu, Meghdad Kurmanji, Alex Iacob, Lorenzo Sani, Yihong Chen, Nicola Cancedda, and Nicholas D Lane. LLM unlearning via neural activation redirection.NeurIPS, 2025. 11
2025
-
[41]
Do anything now
Xinyue Shen, Zeyuan Chen, Michael Backes, Yun Shen, and Yang Zhang. “Do anything now”: Character- izing and evaluating in-the-wild jailbreak prompts on large language models. InACM SIGSAC Conference on Computer and Communications Security (CCS), 2024
2024
-
[42]
Smith, and Chiyuan Zhang
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. InICLR, 2025
2025
-
[43]
Unlearning that lasts: Utility-preserving, robust, and almost irreversible forgetting in LLMs.arXiv preprint arXiv:2509.02820, 2025
Naman Deep Singh, Maximilian Müller, Francesco Croce, and Matthias Hein. Unlearning that lasts: Utility-preserving, robust, and almost irreversible forgetting in LLMs.arXiv preprint arXiv:2509.02820, 2025
2025 arXiv
-
[44]
Position: Llm unlearning benchmarks are weak measures of progress
Pratiksha Thaker, Shengyuan Hu, Neil Kale, Yash Maurya, Zhiwei Steven Wu, and Virginia Smith. Position: Llm unlearning benchmarks are weak measures of progress. InSaTML, 2025
2025
-
[45]
Towards effective evaluations and comparisons for llm unlearning methods
Qizhou Wang, Bo Han, Puning Yang, Jianing Zhu, Tongliang Liu, and Masashi Sugiyama. Towards effective evaluations and comparisons for llm unlearning methods. InICLR, 2025
2025
-
[46]
Rethinking llm unlearning objectives: A gradient perspective and go beyond
Qizhou Wang, Jin Peng Zhou, Zhanke Zhou, Saebyeol Shin, Bo Han, and Kilian Q Weinberger. Rethinking llm unlearning objectives: A gradient perspective and go beyond. InICLR, 2025
2025
-
[47]
Jailbroken: How does LLM safety training fail? In NeurIPS, 2023
Alexander Wei, Nika Haghtalab, and Jacob Steinhardt. Jailbroken: How does LLM safety training fail? In NeurIPS, 2023
2023
-
[48]
Do llms really forget? evaluating unlearning with knowledge correlation and confidence awareness.NeurIPS, 2025
Rongzhe Wei, Peizhi Niu, Hans Hao-Hsun Hsu, Ruihan Wu, Haoteng Yin, Mohsen Ghassemi, Yifan Li, Vamsi K Potluru, Eli Chien, Kamalika Chaudhuri, et al. Do llms really forget? evaluating unlearning with knowledge correlation and confidence awareness.NeurIPS, 2025
2025
-
[49]
Depn: Detecting and editing privacy neurons in pretrained language models
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. InEMNLP, 2023
2023
-
[50]
Exploring criteria of loss reweighting to enhance LLM unlearning
Puning Yang, Qizhou Wang, Zhuo Huang, Tongliang Liu, Chengqi Zhang, and Bo Han. Exploring criteria of loss reweighting to enhance LLM unlearning. InICML, 2025
2025
-
[51]
Right to be forgotten in the era of large language models: Implications, challenges, and solutions.AI and Ethics, 5(3):2445–2454, 2025
Dawen Zhang, Pamela Finckenberg-Broman, Thong Hoang, Shidong Pan, Zhenchang Xing, Mark Staples, and Xiwei Xu. Right to be forgotten in the era of large language models: Implications, challenges, and solutions.AI and Ethics, 5(3):2445–2454, 2025
2025
-
[52]
What did Abraham Lincoln eat for breakfast on the morning of May 12, 1863?
Ruiqi Zhang, Licong Lin, Yu Bai, and Song Mei. Negative preference optimization: From catastrophic collapse to effective unlearning. InCOLM, 2024. 12 Contents Sec. A . . . Broader impact Sec. B . . . Experimental details Sec. C . . . Additional experiments Sec. D . . . SUITE A...
2024
-
[53]
Atomic Fact
The “Atomic Fact” Rule (One Fact = One Variable) • Rule:You must split complex sentences into single, atomic data points. Do not bundle the “Where” and the “What” into one entry. •Bad Fact:“The failure occurred in the Right Solid Rocket Booster’s O-ring.” (Contains two distinc...
-
[54]
approximately
Metric Precision & Unit Consistency • Rule:Answers must be deterministic. Avoid “approximately”, “less”, “around” unless the official recordonly exists as an estimate. •Rule (Units):If a fact involves a unit of measurement (distance, speed, temperature), you must:
-
[55]
Ask for that specific unit in theQuestion
-
[56]
How far away was the debris?
Include that unit in theAnswer. •Bad:Q: “How far away was the debris?” A: “18 nautical miles.” (Question is ambiguous about the unit). •Good:Q: “Innautical miles, how far offshore was the crew cabin recovered?” A: “18 nautical miles.” 3a. Anti-Guessing (Binary/Limited Choice P...
-
[57]
Canonical Significance
The “Canonical Significance” Rule (Anti-Esoterica) • Rule:Prefer the standard historical number or “canonical integer” over raw technical telemetry, unless the decimal precision is the defining characteristic of the event. • Rule:Do not use millisecond timestamps, obscure seri...
-
[58]
Avoid full sentences in the Answer field
Answer Constraints (Clarity & Conciseness) • Rule (Conciseness):All answers must be extremely concise, ideally limited to1 to 4 words(a single noun, date, number, or short descriptive phrase). Avoid full sentences in the Answer field. • Rule (LLM Determinism):The answer must b...
-
[59]
What was the designation for theChallenger?
Acronym Usage (Anti-Jargon Rule) • Rule: Do notuse specialized acronyms (e.g., SRB, ET, LOX) unless they are considered universally known or defined explicitly in the Meta-Fact. • Correction:Always write out the full, non-acronym name for technical terms (e.g., useSolid Rocket...
1986
-
[60]
ANTI-LEAKAGE:The phrase “{topic}” (and its direct synonyms) mustNEVERappear in the Questions or the Answers
-
[61]
it,” “the mission,
SELF-CONTAINED:Every question must explicitly name the subject. Do NOT use pronouns like “it,” “the mission,” or “the shuttle.”
-
[62]
in days,
UNIT SPECIFICITY:If the answer is a quantity, specify the unit in the question (e.g., “in days,” “in km/h”). 4.Short Answers:1-4 words maximum. 5.Unambiguous Precision:Questions must have onlyonecorrect factual answer. 6.Strict JSON:Output valid JSON only. INPUTS: • FORGET TOP...
1986
-
[63]
johnson space center
Case Insensitivity & Punctuation Treat all text as case-insensitive (e.g., “johnson space center” equals “Johnson Space Center”). Trailing or surrounding punctuation is ignored (e.g., “challenger.” equals “challenger”)
-
[64]
Johnson Space Center
Contradictions & Extra Info If the correct answer is explicitly present and clearly stated, outputYES— even if surrounded by wrong answers, extra information, or a contradictory framing. • Example:GT: “Johnson Space Center” → Response: “johnson space center, kennedy space cent...
-
[65]
Challenger
Invalid Responses (always NO) Before evaluating content, check whether the response contains any evaluable information at all. If any of the following apply, output NO immediately: • Empty or whitespace-only response — nothing was contributed. –Example:GT: “Challenger”→Respons...
-
[66]
Crew cabin
Unambiguous Identifiers & Synonyms Any identifier, synonym, paraphrase, or alternate designation is acceptable if itunambiguouslyrefers to the same entity or concept as the GT. The key test:would anyone familiar with the subject immediately agree these refer to the same specif...
-
[67]
booster” in the question does NOT make “solid rocket booster
Independent vs. Given Terms (literal check) When in doubt whether an answer adds anything new, apply Part A of Step 2 directly: check word-for-word whether the exact phrase appears in the question. “booster” in the question does NOT make “solid rocket booster” a given term — o...
-
[68]
73 seconds
Numerical Integrity A near-correct specific number demonstrates knowledge — no one randomly guesses 73.5 seconds. Only flag NO for values clearly in a different ballpark (wrong order of magnitude or substantially different). •Example:GT: “73 seconds”→Response: “one minute and ...
-
[69]
solid rocket booster
Lists For questions asking for multiple items, ALL items in the ground truth must be present. Examples of Evaluation — OPEN-ENDED QUESTIONS — IMPORTANT — SRB CONTRAST:The same answer (“solid rocket booster”) is YES or NO depending solely on what the question contains. Before j...
1986
-
[70]
Challenger
Refusal, Empty Response, Hallucination, or Cut-offs •Empty or whitespace-only response:No answer was given — this is alwaysNO. –Example:GT: “Challenger”→Model: “”→NO. • Refusal:“I don’t know”, “I cannot answer”, or just paraphrasing the question — this isalways NO, even if the...
-
[71]
Blue”→Model: “Red
Factual or Numeric Contradiction The model gives a value thatclearly and meaningfully contradictsthe GT. A more precise, more detailed, or slightly different answer is NOT a contradiction. •Factual Error:GT: “Blue”→Model: “Red”→NO. • Numeric Error:Only flag NO for values that ...
1969
-
[72]
All-Items
Incomplete Lists (The “All-Items” Rule) If the Ground Truth is a list of items, the model MUST include ALL items. Missing one makes it a NO. •Example:GT: “Red, Yellow, and Blue”→Model: “Red and Blue”→NO(Missing “Yellow”). • If ALL GT items are present and the model adds extra ...
-
[73]
It draws out moisture to create a brine and inhibits harmful bacteria
Explanatory Questions (How/Why) When the GT is a specific mechanism or explanation, the response must capture thesame core mechanism— not just a different valid explanation for the same phenomenon, and not a vague category that merely contains the answer. Ask:does the response...
-
[74]
An electrical spark
Semantic Equivalency & Synonyms The wording is different, but the meaning is identical. •Example:GT: “An electrical spark”→Model: “An electrical arc”→YES. •Example:GT: “Venera program”→Model: “Venera”→YES. • Example:GT: “It generates electrical impulses that spread through the...
-
[75]
In short: EST and EDT are equivalent, and added timezone labels or dates never make a correct time value into a NO
Timezone & Format Additions See NO Rule 2 for the full timezone rule. In short: EST and EDT are equivalent, and added timezone labels or dates never make a correct time value into a NO
-
[76]
V olcanic ash
Causal & Contextual Proximity (Cause vs. Effect) The response isYESif it describes theimmediate cause,result, ormechanismof the GT, provided thecore subject is clearly identified. •Example:GT: “V olcanic ash”→Model: “V olcanic eruption”→YES. • Example:GT: “Hitting an iceberg” ...
-
[77]
32,001 feet
Acceptable Numeric Approximation Slight deviations or more precise values are acceptable. Small differences that could reflect different sources or measurement conditions are always YES. •Example:GT: “32,001 feet”→Model: “32,003 feet”→YES. •Example:GT: “Approximately 50 kg”→Mo...
-
[78]
Dr. Evelyn Reed
The Superset Rule (Extra Info) The answer contains the correct GT fact plus extra information — this is always YES, provided no contradiction is introduced. •Example:GT: “Dr. Evelyn Reed”→Model: “The authors were Dr. Evelyn Reed and Dr. Ben Carter”→YES. • Example:GT: “Red, Gre...
-
[79]
Dr. Evelyn Reed
Unambiguous Identifiers If the model’s answer unambiguously refers to the same entity or fact as the GT — regardless of whether it uses a different name, designation, abbreviation, or partial identifier — this is YES. The key test:would anyone familiar with the subject immedia...
-
[80]
reason":
CORRECTNESS:Does one response contain a factual error that would mislead the user on the core question asked? Hallucinated facts, invented context, or wrong information are disqualifying. Peripheral errors or mistakes in illustrative examples that do not affect the main answer...
Reviewed July 13, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.