paper-with-me

Papers

CURE: Controlled Unlearning for Robust Embeddings -- Mitigating Conceptual Shortcuts in Pre-Trained Language Models

2025-09-05 · Aysenur Kocak, Shuo Yang, Bardh Prenkaj, Gjergji Kasneci arxiv

Pre-trained language models have achieved remarkable success across diverse applications but remain susceptible to spurious, concept-driven correlations that impair robustness and fairness. In this work, we introduce CURE, a novel and lightweight framework that systematically disentangles and suppresses conceptual shortcuts while preserving essential content information. Our method first extracts concept-irrelevant representations via a dedicated content extractor reinforced by a reversal network, ensuring minimal loss of task-relevant information. A subsequent controllable debiasing module employs contrastive learning to finely adjust the influence of residual conceptual cues, enabling the model to either diminish harmful biases or harness beneficial correlations as appropriate for the target task. Evaluated on the IMDB and Yelp datasets using three pre-trained architectures, CURE achieves an absolute improvement of +10 points in F1 score on IMDB and +2 points on Yelp, while introducing minimal computational overhead. Our approach establishes a flexible, unsupervised blueprint for combating conceptual biases, paving the way for more reliable and fair language understanding systems.

📄 PDF Abstract BibTeX arXiv:2509.05230

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learning

Similar Papers 제목 키워드 기반

MeGU: Machine-Guided Unlearning with Target Feature Disentanglement

2026-02-19 · Haoyu Wang, Zhuo Huang, Xiaolong Wang, Bo Han 외 arxiv

The growing concern over training data privacy has elevated the "Right to be Forgotten" into a critical requirement, thereby raising the demand for effective Machine Unlearning. However, existing unlearning approaches co…

Rethinking Machine Unlearning for Large Language Models

2024-02-13 · Sijia Liu, Yuanshun Yao, Jinghan Jia, Stephen Casper 외

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 t…

Machine UnlearningManagementModel EditingNavigate

Learn to Unlearn: Meta-Learning-Based Knowledge Graph Embedding Unlearning

2024-12-01 · Naixing Xu, Qian Li, Xu Wang, Bingchen Liu 외

Knowledge graph (KG) embedding methods map entities and relations into continuous vector spaces, improving performance in tasks like link prediction and question answering. With rising privacy concerns, machine unlearnin…

Graph EmbeddingKnowledge Graph EmbeddingLink PredictionMachine Unlearning+2

ROKA: Robust Knowledge Unlearning against Adversaries

2026-02-28 · Jinmyeong Shin, Joshua Tapia, Nicholas Ferreira, Gabriel Diaz 외 arxiv

The need for machine unlearning is critical for data privacy, yet existing methods often cause Knowledge Contamination by unintentionally damaging related knowledge. Such a degraded model performance after unlearning has…

CURE4Rec: A Benchmark for Recommendation Unlearning with Deeper Influence

2024-08-26 · Chaochao Chen, Jiaming Zhang, Yizhao Zhang, Li Zhang 외

With increasing privacy concerns in artificial intelligence, regulations have mandated the right to be forgotten, granting individuals the right to withdraw their data from models. Machine unlearning has emerged as a pot…

FairnessMachine UnlearningRecommendation Systems