paper-with-me

홈 › Papers

Projective Methods for Mitigating Gender Bias in Pre-trained Language Models

2024-03-27 · Hillary Dawkins, Isar Nejadgholi, Daniel Gillis, Judi McCuaig

Mitigation of gender bias in NLP has a long history tied to debiasing static word embeddings. More recently, attention has shifted to debiasing pre-trained language models. We study to what extent the simplest projective debiasing methods, developed for word embeddings, can help when applied to BERT's internal representations. Projective methods are fast to implement, use a small number of saved parameters, and make no updates to the existing model parameters. We evaluate the efficacy of the methods in reducing both intrinsic bias, as measured by BERT's next sentence prediction task, and in mitigating observed bias in a downstream setting when fine-tuned. To this end, we also provide a critical analysis of a popular gender-bias assessment test for quantifying intrinsic bias, resulting in an enhanced test set and new bias measures. We find that projective methods can be effective at both intrinsic bias and downstream bias mitigation, but that the two outcomes are not necessarily correlated. This finding serves as a warning that intrinsic bias test sets, based either on language modeling tasks or next sentence prediction, should not be the only benchmark in developing a debiased language model.

📄 PDF Abstract BibTeX arXiv:2403.18803

Code (1)

hillary-dawkins/genderswappedstereoset 공식 구현

Tasks

Language ModelingLanguage ModellingSentenceWord Embeddings

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Are Gender-Neutral Queries Really Gender-Neutral? Mitigating Gender Bias in Image Search

2021-09-12 · EMNLP 2021 11 · Jialu Wang, Yang Liu, Xin Eric Wang

Internet search affects people's cognition of the world, so mitigating biases in search results and learning fair models is imperative for social good. We study a unique gender bias in image search in this work: the sear…

Image RetrievalNatural Language Queries

Mitigating Gender Bias in Natural Language Processing: Literature Review

2019-06-21 · ACL 2019 7 · Tony Sun, Andrew Gaut, Shirlyn Tang, Yuxin Huang 외

As Natural Language Processing (NLP) and Machine Learning (ML) tools rise in popularity, it becomes increasingly vital to recognize the role they play in shaping societal biases and stereotypes. Although NLP models have …

Unmasking the Trade-off: Measuring Gender Bias Mitigation and Over-debiasing Effects in Pretrained Language Models

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Pretrained language models (PLMs) have demonstrated success across many natural language processing tasks. However, evidence suggests that they encode gender bias present in the corpora they are trained on. Existing bias…

Fair Embedding Engine: A Library for Analyzing and Mitigating Gender Bias in Word Embeddings

2020-10-25 · EMNLP (NLPOSS) 2020 11 · Tenzin Singhay Bhotia, Vaibhav Kumar

Non-contextual word embedding models have been shown to inherit human-like stereotypical biases of gender, race and religion from the training corpora. To counter this issue, a large body of research has emerged which ai…

Word Embeddings

Gender Bias Mitigation for Bangla Classification Tasks

2024-11-16 · Sajib Kumar Saha Joy, Arman Hassan Mahy, Meherin Sultana, Azizah Mamun Abha 외

In this study, we investigate gender bias in Bangla pretrained language models, a largely under explored area in low-resource languages. To assess this bias, we applied gender-name swapping techniques to existing dataset…

ClassificationHate Speech DetectionSarcasm DetectionSentiment Analysis