REVIEW 37 cited by
Rethinking Machine Unlearning for Large Language Models
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
Signed reviews
read the original abstract
We explore machine unlearning (MU) in the domain of large language models (LLMs), referred to as LLM unlearning. This initiative aims to eliminate undesirable data influence (e.g., sensitive or illegal information) and the associated model capabilities, while maintaining the integrity of essential knowledge generation and not affecting causally unrelated information. We envision LLM unlearning becoming a pivotal element in the life-cycle management of LLMs, potentially standing as an essential foundation for developing generative AI that is not only safe, secure, and trustworthy, but also resource-efficient without the need of full retraining. We navigate the unlearning landscape in LLMs from conceptual formulation, methodologies, metrics, and applications. In particular, we highlight the often-overlooked aspects of existing LLM unlearning research, e.g., unlearning scope, data-model interaction, and multifaceted efficacy assessment. We also draw connections between LLM unlearning and related areas such as model editing, influence functions, model explanation, adversarial training, and reinforcement learning. Furthermore, we outline an effective assessment framework for LLM unlearning and explore its applications in copyright and privacy safeguards and sociotechnical harm reduction.
Forward citations
Cited by 37 Pith papers
-
MOON: Multi-Objective OrthoNormalized Updates for Multitask Learning
MOON applies spectral-nuclear-norm geometry to multi-objective gradient manipulation and uses polar-factor updates, with O(T^-1/2) deterministic and O(T^-1/4) stochastic convergence to Pareto stationarity.
-
MPSelectTune: Prompt-type Selection for Fine-tuning improves Concept Unlearning in LLMs
After multi-prompt multi-task fine-tuning, further training on the worst concept-predicting prompt type yields stronger concept unlearning and higher main-task accuracy than uniform multi-prompt or recent baselines.
-
Policy-Masked Private Experts: Auditable and Reversible Capability Access Control in Sparse MoE Models
Trusted authorization can completely prevent a separately trained private expert branch from executing in sparse MoE LLMs, verified across Qwen3-30B-A3B and DeepSeek-V2-Lite.
-
Understanding Machine Unlearning Through the Lens of Mode Connectivity
Unlearned models usually connect to their originals by smooth low-loss paths, and the smoothness of that path can predict how hard the unlearning task was.
-
A Mechanistic Perspective and Circuit-Guided Difficulty Metric for Unlearning
A circuit-similarity score predicts which samples an LLM unlearning method will fail to erase, with hard samples relying on deeper, output-facing pathways.
-
Invisible Watermarks, Visible Gains: Steering Machine Unlearning with Bi-Level Watermarking Design
Water4MU tunes an invisible watermark on data so that machine unlearning algorithms can remove requested images more effectively, beating prior methods on 'challenging forgets'.
-
What Should LLMs Forget? Quantifying Personal Data in LLMs for Right-to-Be-Forgotten Requests
WikiMem, a Wikidata-derived canary dataset and a calibrated NLL-ranking metric, identifies which human-fact associations an LLM has memorized, with higher rates for famous people and larger models.
-
LLM Unlearning Should Be Form-Independent
Existing LLM unlearning is form-dependent; the new ORT benchmark measures this, and the training-free ROCR edit reduces it by redirecting concept representations.
-
Certified Unlearning for Neural Networks
Noisy fine-tuning with gradient or model clipping on retained data provably removes the influence of forget data, with guarantees that need no smoothness or convexity assumptions.
-
Do LLMs Memorize Recommendation Datasets? A Preliminary Study on MovieLens-1M
GPT and Llama models can retrieve substantial portions of MovieLens-1M (GPT-4o recovers 80.76% of movie title records), and recommendation performance appears tied to the level of memorization.
-
Automatic Calibration for Membership Inference Attack on Large Language Models
A temperature-calibrated scoring method, ACMIA, improves membership inference against LLMs by amplifying probability gaps between training and non-training texts without reference models.
-
EnronQA: Towards Personalized RAG over Private Documents
A new 528,304-question benchmark over 103,638 Enron emails across 150 inboxes lets RAG pipelines be evaluated in a setting where LLMs cannot answer from memory.
-
Knowledge Swapping via Learning and Unlearning
Learning new knowledge first and then forgetting selected classes outperforms the reverse order for a pretrained vision model, on classification, segmentation, and detection.
-
Model Tampering Attacks Enable More Rigorous Evaluations of LLM Capabilities
Model tampering attacks, especially few-shot fine-tuning, reliably re-elicit unlearned capabilities in Llama-3-8B and can bound the success of held-out input-space attacks.
-
Copyright-Protected Language Generation via Adaptive Model Fusion
CP-Fuse adaptively fuses two models trained on disjoint data to suppress verbatim reproduction of memorized text without a measured utility drop.
-
Learning to Forget using Hypernetworks
A diffusion-based hypernetwork can generate classifier weights with near-zero accuracy on a requested forget class and near-retrained accuracy on retained classes.
-
Unified Parameter-Efficient Unlearning for LLMs
An influence-function-based parameter editing framework performs instance removal, query modification, and response correction on PEFT adapters without retraining.
-
SEUF: Is Unlearning One Expert Enough for Mixture-of-Experts LLMs?
SEUF restricts MoE LLM unlearning to the top-1 most relevant expert and adds a router anchor loss, improving utility by up to 35% while keeping forget efficacy roughly comparable.
-
On the Impact of Fine-Tuning on Chain-of-Thought Reasoning
Supervised fine-tuning, especially on non-reasoning tasks, tends to reduce the faithfulness of chain-of-thought reasoning in smaller LLMs, while larger models are less affected.
-
Does Unlearning Truly Unlearn? A Black Box Evaluation of LLM Unlearning Methods
Unlearning methods in LLMs do not remove harmful knowledge; adversarial prompting and fine-tuning on benign data recover the pre-unlearning performance.
-
Module-Aware Parameter-Efficient Machine Unlearning on Transformers
MAPE-Unlearn uses Fisher-information-based scores and greedy search to select important heads and filters, then applies sparse unlearning updates, claiming improved efficacy-fidelity trade-offs on Transformers.
-
SOFT: Selective Data Obfuscation for Protecting LLM Fine-tuning against Membership Inference Attacks
SOFT paraphrases low-loss fine-tuning samples before training, reducing MIA AUC from about 0.82 to about 0.54 across six datasets at roughly 7% perplexity cost.
-
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.
-
Exploring Criteria of Loss Reweighting to Enhance LLM Unlearning
The authors propose SatImp, a product of a saturation weight and an importance weight, and show it improves the unlearn-retain trade-off on TOFU, WMDP, and MUSE.
-
OBLIVIATE: Robust and Practical Machine Unlearning for Large Language Models
OBLIVIATE combines masked-token suppression, teacher distillation, and world-fact regularization under LoRA to remove targeted content from LLMs while preserving utility and fluency.
-
Resolving Editing-Unlearning Conflicts: A Knowledge Codebook Framework for Large Language Model Updating
LOKA is a knowledge codebook framework that separates or merges editing and unlearning objectives based on measured gradient conflict, and reports improved LLM updating performance across three benchmarks.
-
Multi-Objective Large Language Model Unlearning
MOLLM formulates LLM unlearning as a three-objective optimization problem and uses a bounded unlearning loss plus a common descent direction to forget target data while preserving model utility.
-
Forget Vectors at Play: Universal Input Perturbations Driving Machine Unlearning in Image Classification
A single optimized input perturbation can make a fixed image classifier misclassify targeted classes, mimicking unlearning without any weight update.
-
Underestimated Privacy Risks for Minority Populations in Large Language Model Unlearning
Standard random-data LLM unlearning evaluations understate privacy leakage for minority data, as shown by canary and real rare-PII experiments across three datasets and two models.
-
Political-LLM: Large Language Models in Political Science
A survey and taxonomy of LLM applications in political science, with a case study suggesting that larger LLMs reproduce ANES 2016 voting patterns more accurately than smaller ones.
-
From Machine Learning to Machine Unlearning: Complying with GDPR's Right to be Forgotten while Maintaining Business Value of Predictive Models
ETID combines leave-one-out ensemble training with distillation-based unlearning to erase requested training samples while keeping model accuracy and consistency with retrained models.
-
Lifting Data-Tracing Machine Unlearning to Knowledge-Tracing for Foundation Models
A position paper urging a shift from data-tracing to knowledge-tracing machine unlearning for foundation models, supported by a CLIP case study that shows current methods struggle to generalize.
-
Retrieval Augmented Generation Evaluation for Health Documents
A European Commission team built and evaluated RAGEv, a RAG pipeline for health documents, reporting high yes/no and long-answer scores but recommending human verification of outputs.
-
Open Problems in Machine Unlearning for AI Safety
Machine unlearning is not a comprehensive solution for AI safety; it is best suited to data removal, while capability control faces fundamental and unresolved challenges.
-
Towards Robust Evaluation of Unlearning in LLMs via Data Transformations
Unlearning of LLMs is format-sensitive: the same model shows strong forgetting in Q&A but retains knowledge in cloze and analogy formats.
-
A Survey of Theory of Mind in Large Language Models: Evaluations, Representations, and Safety Risks
A narrative review of behavioral and representational Theory of Mind in LLMs, with a taxonomy of safety risks and mitigation directions.
-
(De)-Indexing and the Right to be Forgotten
An expository review of information retrieval models and the technical challenges of implementing the right to be forgotten through de-indexing.
Discussion (0). Continue with ORCID to comment.