paper-with-me

Papers

The Birth of Bias: A case study on the evolution of gender bias in an English language model

2022-07-21 · NAACL (GeBNLP) 2022 7 · Oskar van der Wal, Jaap Jumelet, Katrin Schulz, Willem Zuidema

Detecting and mitigating harmful biases in modern language models are widely recognized as crucial, open problems. In this paper, we take a step back and investigate how language models come to be biased in the first place. We use a relatively small language model, using the LSTM architecture trained on an English Wikipedia corpus. With full access to the data and to the model parameters as they change during every step while training, we can map in detail how the representation of gender develops, what patterns in the dataset drive this, and how the model's internal state relates to the bias in a downstream task (semantic textual similarity). We find that the representation of gender is dynamic and identify different phases during training. Furthermore, we show that gender information is represented increasingly locally in the input embeddings of the model and that, as a consequence, debiasing these can be effective in reducing the downstream bias. Monitoring the training dynamics, allows us to detect an asymmetry in how the female and male gender are represented in the input embeddings. This is important, as it may cause naive mitigation strategies to introduce new undesirable biases. We discuss the relevance of the findings for mitigation strategies more generally and the prospects of generalizing our methods to larger language models, the Transformer architecture, other languages and other undesirable biases.

📄 PDF Abstract BibTeX arXiv:2207.10245

Code (1)

bias-barometer/birth-of-bias 공식 구현

Tasks

Language ModelingLanguage ModellingSemantic Textual SimilaritySmall Language Model

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Beyond Binary Gender Labels: Revealing Gender Biases in LLMs through Gender-Neutral Name Predictions

2024-07-07 · Zhiwen You, Haejin Lee, Shubhanshu Mishra, Sullam Jeoung 외

Name-based gender prediction has traditionally categorized individuals as either female or male based on their names, using a binary classification system. That binary approach can be problematic in the cases of gender-n…

Binary ClassificationGender PredictionPrediction

Gender Bias in Text-to-Video Generation Models: A case study of Sora

2024-12-30 · Mohammad Nadeem, Shahab Saquib Sohail, Erik Cambria, Björn W. Schuller 외

The advent of text-to-video generation models has revolutionized content creation as it produces high-quality videos from textual prompts. However, concerns regarding inherent biases in such models have prompted scrutiny…

Text-to-Video GenerationVideo Generation

Uncertainty and Inclusivity in Gender Bias Annotation: An Annotation Taxonomy and Annotated Datasets of British English Text

2022-07-01 · NAACL (GeBNLP) 2022 7 · Lucy Havens, Beatrice Alex, Benjamin Bach, Melissa Terras

Mitigating harms from gender biased language in Natural Language Processing (NLP) systems remains a challenge, and the situated nature of language means bias is inescapable in NLP data. Though efforts to mitigate gender …

Language ModelingLanguage Modelling

A Comprehensive Study of Gender Bias in Chemical Named Entity Recognition Models

2022-12-24 · Xingmeng Zhao, Ali Niazi, Anthony Rios

Chemical named entity recognition (NER) models are used in many downstream tasks, from adverse drug reaction identification to pharmacoepidemiology. However, it is unknown whether these models work the same for everyone.…

Fairnessnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Understanding the rift between update rules in Evolutionary Graph Theory: The intrinsic death rate drives star graphs from amplifying to suppressing natural selection

2025-06-18 · Max Dew, Christopher E. Overton

Evolutionary graph theory is the study of evolutionary dynamics in structured populations. A well-known problem in evolutionary graph theory is that the spread of mutation (measured by fixation probability) is impacted b…