Challenge: Large language models (LLMs) can be used to memorize a vast amount of data, but can suffer from privacy issues and data protection violations.
Approach: They propose an efficient unlearning framework that could update LLMs without retraining them . they introduce lightweight unlearning layers learned with a selective teacher-student objective into transformers .
Outcome: The proposed framework could update LLMs without having to retrain the whole model after data removals.

Similar Papers

UNLEARN Efficient Removal of Knowledge in Large Language Models (2025.findings-naacl)

Copied to clipboard

Challenge: Large Language Models excel in many tasks but are outperformed by specialized tools for certain tasks.
Approach: They propose a method that uses subspace techniques to selectively remove knowledge . they propose 'unlearn' method that can forget or unlear the knowledge without retraining .
Outcome: The proposed method outperforms existing methods for forgetting target knowledge while preserving related knowledge.
Towards Robust Evaluation of Unlearning in LLMs via Data Transformations (2024.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models (LLMs) have shown to be a great success in a wide range of applications ranging from regular NLP-based use cases to AI agents.
Approach: They examine the robustness of existing MUL techniques for their ability to enable leakage-proof forgetting in LLMs.
Outcome: The proposed methods can be used to enable leakage-proof forgetting in LLMs.
Reveal and Release: Iterative LLM Unlearning with Self-generated Data (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches to unlearning large language models assume full access to the forget dataset, overlooking two key challenges: (1) Forget data is often privacy-sensitive, rare, or legally regulated, making it expensive or impractical to obtain (2) The distribution of available forget data may not align with how that information is represented within the model.
Approach: They propose a “Reveal-and-Release” method to unlearn with self-generated data, prompting the model to reveal what it knows using optimized instructions.
Outcome: The proposed method removes the influence of undesirable data from the model.
Not Every Token Needs Forgetting: Selective Unlearning Balancing Forgetting and Utility in Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Conventional unlearning approaches forget all tokens in a target document, including common tokens that carry general knowledge.
Approach: They propose a method that identifies a critical subset of tokens within the forgetting set that is relevant to the unwanted information and unlearns only those tokens.
Outcome: Experiments on two benchmarks and six baseline unlearning algorithms show that selective unlearning achieves effective unlearning on the targeted forget data.
Machine Unlearning of Pre-trained Large Language Models (2024.acl-long)

Copied to clipboard

Challenge: Using curated datasets, we establish a robust benchmark for unlearning performance, demonstrating that these methods are over 105 times more computationally efficient than retraining.
Approach: They propose a framework for machine unlearning in pre-trained LLMs and integrate gradient ascent with gradient descent on in-distribution data to achieve robustness.
Outcome: The proposed framework is over 105 times more efficient than retraining on in-distribution data and provides detailed guidelines for efficient hyperparameter tuning in the unlearning process.
Unveiling Entity-Level Unlearning for Large Language Models: A Comprehensive Analysis (2025.coling-main)

Copied to clipboard

Challenge: Existing studies have focused on instance-level unlearning, specifically removing predefined instances containing sensitive content.
Approach: They propose a task to erase entity-related knowledge from the target model completely by analyzing the forget set and its size.
Outcome: The proposed task systematically evaluates popular unlearning algorithms and reveals that the knowledge coverage of the forget set and its size play pivotal roles.
BLUR: A Bi-Level Optimization Approach for LLM Unlearning (2026.eacl-long)

Copied to clipboard

Challenge: Existing algorithms to unlearn knowledge and capabilities from large datasets are unclear how to best formulate the unlearning problem.
Approach: They propose to model the hierarchical structure of the unlearning problem, where the forget problem takes priority over the retain problem, and propose an algorithm that aims to unlearn knowledge and capabilities.
Outcome: The proposed algorithm outperforms all state-of-the-art algorithms across unlearning tasks, models, and metrics.
Answer When Needed, Forget When Not: Language Models Pretend to Forget via In-Context Knowledge Unlearning (2025.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) are increasingly required to selectively unlearn specific information.
Approach: They propose a method which fine-tunes pre-trained LLMs to enable prompt unlearning of target knowledge within the context while preserving unrelated information.
Outcome: The proposed method achieves up to 95% forget accuracy while retaining 80% of unrelated knowledge, significantly outperforming baselines in both in-domain and out-of-domain scenarios.
Which Retain Set Matters for LLM Unlearning? A Case Study on Entity Unlearning (2025.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) are prone to retaining unauthorized or sensitive information from their training data, which raises privacy concerns.
Approach: They propose to use a group of queries that share similar syntactic structures with the data targeted for removal to investigate the effects of unlearning on various subsets of the retain set.
Outcome: The proposed method reduces the retention set, the portion of training data that is not targeted for removal, and improves model performance across subsets.
Learning to Refuse: Towards Mitigating Privacy Risks in LLMs (2025.coling-main)

Copied to clipboard

Challenge: Large language models (LLMs) exhibit remarkable capabilities in understanding and generating natural languages, but can inadvertently memorize private information, posing significant privacy risks.
Approach: They propose to use a dataset to evaluate machine unlearning methods for protecting personal data in a realistic scenario.
Outcome: The proposed model outperforms baseline methods by 5.65 points and protects target individuals’ personal data while maintaining general capabilities.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations