paper-with-me

Papers

UPCORE: Utility-Preserving Coreset Selection for Balanced Unlearning

2025-02-20 · Vaidehi Patil, Elias Stengel-Eskin, Mohit Bansal

User specifications or legal frameworks often require information to be removed from pretrained models, including large language models (LLMs). This requires deleting or "forgetting" a set of data points from an already-trained model, which typically degrades its performance on other data points. Thus, a balance must be struck between removing information and keeping the model's other abilities intact, with a failure to balance this trade-off leading to poor deletion or an unusable model. To this end, we propose UPCORE (Utility-Preserving Coreset Selection), a method-agnostic data selection framework for mitigating collateral damage during unlearning. Finding that the model damage is correlated with the variance of the model's representations on the forget set, we selectively prune the forget set to remove outliers, thereby minimizing model degradation after unlearning. We evaluate UPCORE across three standard unlearning methods consistently achieving a superior balance between the competing objectives of deletion efficacy and model preservation. To better evaluate this trade-off, we introduce a new metric, measuring the area-under-the-curve (AUC) across standard metrics. We find that UPCORE improves both standard metrics and AUC, benefitting from positive transfer between the coreset and pruned points while reducing negative transfer from the forget set to points outside of it.

📄 PDF Abstract BibTeX arXiv:2502.15082

Code (1)

vaidehi99/upcore 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Online Coreset Selection for Rehearsal-based Continual Learning

2021-06-02 · ICLR 2022 4 · Jaehong Yoon, Divyam Madaan, Eunho Yang, Sung Ju Hwang

A dataset is a shred of crucial evidence to describe a task. However, each data point in the dataset does not have the same potential, as some of the data points can be more representative or informative than others. Thi…

Continual Learning

Bilevel Coreset Selection in Continual Learning: A New Formulation and Algorithm

2023-09-21 · NeurIPS 2023 11

Coreset is a small set that provides a data summary for a large dataset, such that training solely on the small set achieves competitive performance compared with a large dataset. In rehearsal-based continual learning, t…

LLM Unlearning Reveals a Stronger-Than-Expected Coreset Effect in Current Benchmarks

2025-04-14 · Soumyadeep Pal, Changsheng Wang, James Diffenderfer, Bhavya Kailkhura 외

Large language model unlearning has become a critical challenge in ensuring safety and controlled model behavior by removing undesired data-model influences from the pretrained model while preserving general utility. Sig…

Large Language ModelMachine Unlearning

GRACE:Gradient-guided Coreset Selection for LLM Unlearning

2026-08-28 · Praveen Bushipaka, Andrea D'Angelo, Lucia Passaro, Tommaso Cucinotta arxiv

Machine Unlearning methods for Large Language Models typically assume pre-specified forget and retain sets. In realistic settings, however, requests may provide only a few examples of undesired behavior, requiring forget…

MODE: Multi-Objective Adaptive Coreset Selection

2025-12-24 · Tanmoy Mukherjee, Pierre Marquis, Zied Bouraoui arxiv

We present Mode(Multi-Objective adaptive Data Efficiency), a framework that dynamically combines coreset selection strategies based on their evolving contribution to model performance. Unlike static methods, \mode adapts…

Representation Learning