PulseAugur
EN
LIVE 13:58:15

New research tackles machine unlearning challenges in LLMs

Researchers are developing new methods for machine unlearning in large language models, a process crucial for privacy and knowledge management. Several papers explore techniques to remove specific data from trained models without full retraining. These include methods like TRACE for Mixture-of-Experts models, LoTUS for smoothing prediction probabilities, and ATWU for learning token-level importance. Other work investigates best practices for unlearning, such as using diverse neighbor sets and modular sampling, and highlights the importance of multiple training seeds for reliable evaluation. A new challenge identified is the detectability of unlearning traces, which can persist in model outputs and internal representations. AI

IMPACT Advances in machine unlearning techniques are crucial for enhancing LLM privacy, security, and adaptability, enabling more responsible deployment.

RANK_REASON Multiple academic papers published on arXiv detailing new methods and analyses for machine unlearning in LLMs.

Read on Google AI / Research →

AI-generated summary · Google Gemini · from 14 sources. How we write summaries →

New research tackles machine unlearning challenges in LLMs

COVERAGE [14]

  1. Google AI / Research TIER_1 English(EN) ·

    New framework for auditing machine unlearning

    Algorithms & Theory

  2. arXiv cs.AI TIER_1 English(EN) · He Li, Haoang Chi, Qizhou Wang, Yunxin Mao, Zhiheng Zhang, Jie Tan, Tongliang Liu, Wenjing Yang, Bo Han ·

    MLUBench: A Benchmark for Lifelong Unlearning Evaluation in MLLMs

    arXiv:2606.12809v1 Announce Type: new Abstract: Multimodal large language models (MLLMs) are trained on massive multimodal data, making data unlearning increasingly important as data owners may request the removal of specific content. In practice, these requests often arrive sequ…

  3. arXiv cs.AI TIER_1 English(EN) · Jingyi Xie, Yijun Lin, Yinjiang Xiong, Zhikun Zhang, Sai Li ·

    Routing-Aware Expert Calibration for Machine Unlearning in Mixture-of-Experts Language Models

    arXiv:2606.10338v1 Announce Type: cross Abstract: Machine unlearning is increasingly important for large language models, yet unlearning in Mixture-of-Experts (MoE) architectures remains underexplored. Unlike dense models, MoE architectures employ a router at each layer to assign…

  4. arXiv cs.AI TIER_1 English(EN) · Christoforos N. Spartalis, Theodoros Semertzidis, Petros Daras, Efstratios Gavves ·

    LoTUS: Large-Scale Machine Unlearning with a Taste of Uncertainty

    arXiv:2503.18314v5 Announce Type: replace-cross Abstract: We present LoTUS, a novel Machine Unlearning (MU) method that eliminates the influence of training samples from pre-trained models, avoiding retraining from scratch. LoTUS smooths the prediction probabilities of the model …

  5. arXiv cs.CL TIER_1 English(EN) · Sai Li ·

    Routing-Aware Expert Calibration for Machine Unlearning in Mixture-of-Experts Language Models

    Machine unlearning is increasingly important for large language models, yet unlearning in Mixture-of-Experts (MoE) architectures remains underexplored. Unlike dense models, MoE architectures employ a router at each layer to assign each token to a sparse subset of experts. In this…

  6. arXiv cs.AI TIER_1 English(EN) · Jamie Lanyon, Axel Finke, Petros Andreou, Georgina Cosma ·

    On the importance of multiple training seeds for evaluating machine unlearning

    arXiv:2510.26714v5 Announce Type: replace-cross Abstract: Machine unlearning aims to remove the influence of certain data points from a trained model without costly retraining. Most practical unlearning algorithms are only approximate and their performance can only be assessed em…

  7. arXiv cs.AI TIER_1 English(EN) · Praveen Bushipaka, Lucia Passaro, Tommaso Cucinotta ·

    Standard vs. Modular Sampling: Best Practices for Reliable LLM Unlearning

    arXiv:2509.05316v2 Announce Type: replace-cross Abstract: A conventional LLM Unlearning setting consists of two subsets -"forget" and "retain", with the objectives of removing the undesired knowledge from the forget set while preserving the remaining knowledge from the retain. In…

  8. arXiv cs.LG TIER_1 English(EN) · Youssef Allouah, Joshua Kazdan, Rachid Guerraoui, Sanmi Koyejo ·

    The Utility and Complexity of in- and out-of-Distribution Machine Unlearning

    arXiv:2412.09119v3 Announce Type: replace Abstract: Machine unlearning, the process of selectively removing data from trained models, is increasingly crucial for addressing privacy concerns and knowledge gaps post-deployment. Despite this importance, existing approaches are often…

  9. arXiv cs.CL TIER_1 English(EN) · Gizem Y\"uce, Giorgos Nikolaou, Nicolas Flammarion ·

    Learning What to Forget: Improving LLM Unlearning via Learned Token-Level Importance

    arXiv:2606.06320v1 Announce Type: cross Abstract: Machine unlearning aims to remove targeted knowledge from a trained model while preserving its general capabilities. For autoregressive language models, not all tokens in a forget sample are equally relevant to forgetting. Existin…

  10. arXiv cs.AI TIER_1 English(EN) · Nicolas Flammarion ·

    Learning What to Forget: Improving LLM Unlearning via Learned Token-Level Importance

    Machine unlearning aims to remove targeted knowledge from a trained model while preserving its general capabilities. For autoregressive language models, not all tokens in a forget sample are equally relevant to forgetting. Existing approaches either ignore this heterogeneity or r…

  11. arXiv cs.LG TIER_1 English(EN) · Ahmed Mehdi Inane, Vincent Quirion, Gintare Karolina Dziugaite, Ioannis Mitliagkas ·

    Unlearning with Asymmetric Sources: Improved Unlearning-Utility Trade-off with Public Data

    arXiv:2605.11170v2 Announce Type: replace Abstract: Noise-based certified machine unlearning currently faces a hard ceiling: the noise magnitude required to certify unlearning typically destroys model utility, particularly for large-scale deletion requests. While leveraging publi…

  12. arXiv cs.CL TIER_1 English(EN) · Anna Borisiuk, Andrey Savchenko, Alexander Panchenko, Elena Tutubalina ·

    Anatomy of Unlearning: The Dual Impact of Fact Salience and Model Fine-Tuning

    arXiv:2602.19612v5 Announce Type: replace Abstract: Machine Unlearning (MU) enables Large Language Models (LLMs) to remove unsafe or outdated information. However, existing work assumes that all facts are equally forgettable and largely ignores whether the forgotten knowledge ori…

  13. arXiv cs.LG TIER_1 English(EN) · Yiwei Chen, Soumyadeep Pal, Yimeng Zhang, Qing Qu, Sijia Liu ·

    Unlearning Isn't Invisible: Detecting Unlearning Traces in LLMs from Model Outputs

    arXiv:2506.14003v5 Announce Type: replace Abstract: Machine unlearning (MU) for large language models (LLMs), commonly referred to as LLM unlearning, seeks to remove specific undesirable data or knowledge from a trained model, while maintaining its performance on standard tasks. …

  14. arXiv cs.AI TIER_1 English(EN) · SeungBum Ha, Saerom Park, Sung Whan Yoon ·

    Unlearning's Blind Spots: Over-Unlearning and Prototypical Relearning Attack

    arXiv:2506.01318v4 Announce Type: replace-cross Abstract: Machine unlearning (MU) aims to expunge a designated forget set from a trained model without costly retraining, yet the existing techniques overlook two critical blind spots: "over-unlearning" that deteriorates retained da…