paper-with-me

홈 › Papers

Bias Mitigation in Fine-tuning Pre-trained Models for Enhanced Fairness and Efficiency

2024-03-01 · Yixuan Zhang, Feng Zhou

Fine-tuning pre-trained models is a widely employed technique in numerous real-world applications. However, fine-tuning these models on new tasks can lead to unfair outcomes. This is due to the absence of generalization guarantees for fairness properties, regardless of whether the original pre-trained model was developed with fairness considerations. To tackle this issue, we introduce an efficient and robust fine-tuning framework specifically designed to mitigate biases in new tasks. Our empirical analysis shows that the parameters in the pre-trained model that affect predictions for different demographic groups are different, so based on this observation, we employ a transfer learning strategy that neutralizes the importance of these influential weights, determined using Fisher information across demographic groups. Additionally, we integrate this weight importance neutralization strategy with a matrix factorization technique, which provides a low-rank approximation of the weight matrix using fewer parameters, reducing the computational demands. Experiments on multiple pre-trained models and new tasks demonstrate the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2403.00625

Code (0)

등록된 구현이 없습니다.

Tasks

FairnessTransfer Learning

Similar Papers 제목 키워드 기반

On Transferability of Bias Mitigation Effects in Language Model Fine-Tuning

2020-10-24 · NAACL 2021 4 · Xisen Jin, Francesco Barbieri, Brendan Kennedy, Aida Mostafazadeh Davani 외

Fine-tuned language models have been shown to exhibit biases against protected groups in a host of modeling tasks such as text classification and coreference resolution. Previous works focus on detecting these biases, re…

coreference-resolutionCoreference ResolutionFairnessHate Speech Detection+6

RobustDebias: Debiasing Language Models using Distributionally Robust Optimization

2026-01-30 · Deep Gandhi, Katyani Singh, Nidhi Hegde arxiv

Pretrained language models have been shown to exhibit biases and social stereotypes. Prior work on debiasing these models has largely focused on modifying embedding spaces during pretraining, which is not scalable for la…

FairTune: A Bias-Aware Fine-Tuning Framework Towards Fair Heart Rate Prediction from PPG

2025-09-20 · Lovely Yeswanth Panchumarthi, Saurabh Kataria, Yi Wu, Xiao Hu 외 arxiv

Foundation models pretrained on physiological data such as photoplethysmography (PPG) signals are increasingly used to improve heart rate (HR) prediction across diverse settings. Fine-tuning these models for local deploy…

Upstream Mitigation Is Not All You Need: Testing the Bias Transfer Hypothesis in Pre-Trained Language Models

2022-05-01 · ACL 2022 5 · Ryan Steed, Swetasudha Panda, Ari Kobren, Michael Wick

A few large, homogenous, pre-trained models undergird many machine learning systems — and often, these models contain harmful stereotypes learned from the internet. We investigate the bias transfer hypothesis: the theory…

All

Do the Right Thing, Just Debias! Multi-Category Bias Mitigation Using LLMs

2024-09-24 · Amartya Roy, Danush Khanna, Devanshu Mahapatra, Vasanthakumar 외

This paper tackles the challenge of building robust and generalizable bias mitigation models for language. Recognizing the limitations of existing datasets, we introduce ANUBIS, a novel dataset with 1507 carefully curate…

In-Context LearningSentence