paper-with-me

Papers

On Measuring Social Biases in Sentence Encoders

2019-03-25 · NAACL 2019 6 · Chandler May, Alex Wang, Shikha Bordia, Samuel R. Bowman, Rachel Rudinger

The Word Embedding Association Test shows that GloVe and word2vec word embeddings exhibit human-like implicit biases based on gender, race, and other social constructs (Caliskan et al., 2017). Meanwhile, research on learning reusable text representations has begun to explore sentence-level texts, with some sentence encoders seeing enthusiastic adoption. Accordingly, we extend the Word Embedding Association Test to measure bias in sentence encoders. We then test several sentence encoders, including state-of-the-art methods such as ELMo and BERT, for the social biases studied in prior work and two important biases that are difficult or impossible to test at the word level. We observe mixed results including suspicious patterns of sensitivity that suggest the test's assumptions may not hold in general. We conclude by proposing directions for future work on measuring bias in sentence encoders.

📄 PDF Abstract BibTeX arXiv:1903.10561

Code (1)

W4ngatang/sent-bias 공식 구현 tf

Tasks

SentenceWord Embeddings

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Residual Connection 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

French CrowS-Pairs: Extending a challenge dataset for measuring social bias in masked language models to a language other than English

2022-05-01 · ACL 2022 5 · Aurélie Névéol, Yoann Dupont, Julien Bezançon, Karën Fort

Warning: This paper contains explicit statements of offensive stereotypes which may be upsetting.Much work on biases in natural language processing has addressed biases linked to the social and cultural experience of Eng…

Sentence

Dutch CrowS-Pairs: Adapting a Challenge Dataset for Measuring Social Biases in Language Models for Dutch

2025-07-22 · Elza Strazda, Gerasimos Spanakis arxiv

Warning: This paper contains explicit statements of offensive stereotypes which might be upsetting. Language models are prone to exhibiting biases, further amplifying unfair and harmful stereotypes. Given the fast-growin…

Measuring Social Biases in Masked Language Models by Proxy of Prediction Quality

2024-02-21 · Rahul Zalkikar, Kanchan Chandra

Innovative transformer-based language models produce contextually-aware token embeddings and have achieved state-of-the-art performance for a variety of natural language tasks, but have been shown to encode unwanted bias…

Language ModelingLanguage ModellingMasked Language Modeling

Logic Against Bias: Textual Entailment Mitigates Stereotypical Sentence Reasoning

2023-03-10 · Hongyin Luo, James Glass

Due to their similarity-based learning objectives, pretrained sentence encoders often internalize stereotypical assumptions that reflect the social biases that exist within their training corpora. In this paper, we descr…

Natural Language InferenceSentencetext similarity

BanStereoSet: A Dataset to Measure Stereotypical Social Biases in LLMs for Bangla

2024-09-18 · Mahammed Kamruzzaman, Abdullah Al Monsur, Shrabon Das, Enamul Hassan 외

This study presents BanStereoSet, a dataset designed to evaluate stereotypical social biases in multilingual LLMs for the Bangla language. In an effort to extend the focus of bias research beyond English-centric datasets…