paper-with-me

Papers

How Gender Debiasing Affects Internal Model Representations, and Why It Matters

2022-04-14 · NAACL 2022 7 · Hadas Orgad, Seraphina Goldfarb-Tarrant, Yonatan Belinkov

Common studies of gender bias in NLP focus either on extrinsic bias measured by model performance on a downstream task or on intrinsic bias found in models' internal representations. However, the relationship between extrinsic and intrinsic bias is relatively unknown. In this work, we illuminate this relationship by measuring both quantities together: we debias a model during downstream fine-tuning, which reduces extrinsic bias, and measure the effect on intrinsic bias, which is operationalized as bias extractability with information-theoretic probing. Through experiments on two tasks and multiple bias metrics, we show that our intrinsic bias metric is a better indicator of debiasing than (a contextual adaptation of) the standard WEAT metric, and can also expose cases of superficial debiasing. Our framework provides a comprehensive perspective on bias in NLP models, which can be applied to deploy NLP systems in a more informed manner. Our code and model checkpoints are publicly available.

📄 PDF Abstract BibTeX arXiv:2204.06827

Code (2)

orgadhadas/gender_internal 공식 구현 pytorch
technion-cs-nlp/gender_internal 공식 구현 pytorch

Similar Papers 제목 키워드 기반

How Gender Debiasing Affects Internal Model Representations, and Why It Matters

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Common studies of gender bias in NLP focus either on extrinsic bias measured by model performance on a downstream task or on intrinsic bias found in models' internal representations. However, the relationship between ext…

How does Grammatical Gender Affect Noun Representations in Gender-Marking Languages?

2019-10-30 · CONLL 2019 11 · Hila Gonen, Yova Kementchedjhieva, Yoav Goldberg

Many natural languages assign grammatical gender also to inanimate nouns in the language. In such languages, words that relate to the gender-marked nouns are inflected to agree with the noun's gender. We show that this a…

Word Embeddings

Gender Encoding Patterns in Pretrained Language Model Representations

2025-03-09 · Mahdi Zakizadeh, Mohammad Taher Pilehvar

Gender bias in pretrained language models (PLMs) poses significant social and ethical challenges. Despite growing awareness, there is a lack of comprehensive investigation into how different models internally represent a…

Language ModelingLanguage Modellingmodel

Debiasing Embeddings for Reduced Gender Bias in Text Classification

2019-08-07 · WS 2019 8 · Flavien Prost, Nithum Thain, Tolga Bolukbasi

(Bolukbasi et al., 2016) demonstrated that pretrained word embeddings can inherit gender bias from the data they were trained on. We investigate how this bias affects downstream classification tasks, using the case study…

ClassificationGeneral Classificationtext-classificationText Classification+1

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