paper-with-me

Papers

Detecting and Mitigating Indirect Stereotypes in Word Embeddings

2023-05-23 · Erin George, Joyce Chew, Deanna Needell

Societal biases in the usage of words, including harmful stereotypes, are frequently learned by common word embedding methods. These biases manifest not only between a word and an explicit marker of its stereotype, but also between words that share related stereotypes. This latter phenomenon, sometimes called "indirect bias,'' has resisted prior attempts at debiasing. In this paper, we propose a novel method called Biased Indirect Relationship Modification (BIRM) to mitigate indirect bias in distributional word embeddings by modifying biased relationships between words before embeddings are learned. This is done by considering how the co-occurrence probability of a given pair of words changes in the presence of words marking an attribute of bias, and using this to average out the effect of a bias attribute. To evaluate this method, we perform a series of common tests and demonstrate that measures of bias in the word embeddings are reduced in exchange for minor reduction in the semantic quality of the embeddings. In addition, we conduct novel tests for measuring indirect stereotypes by extending the Word Embedding Association Test (WEAT) with new test sets for indirect binary gender stereotypes. With these tests, we demonstrate the presence of more subtle stereotypes not addressed by previous work. The proposed method is able to reduce the presence of some of these new stereotypes, serving as a crucial next step towards non-stereotyped word embeddings.

📄 PDF Abstract BibTeX arXiv:2305.14574

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeWord Embeddings

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Black is to Criminal as Caucasian is to Police: Detecting and Removing Multiclass Bias in Word Embeddings

2019-04-03 · NAACL 2019 6 · Thomas Manzini, Yao Chong Lim, Yulia Tsvetkov, Alan W. black

Online texts -- across genres, registers, domains, and styles -- are riddled with human stereotypes, expressed in overt or subtle ways. Word embeddings, trained on these texts, perpetuate and amplify these stereotypes, a…

BIG-bench Machine LearningWord Embeddings

On Measuring and Mitigating Biased Inferences of Word Embeddings

2019-08-25 · Sunipa Dev, Tao Li, Jeff Phillips, Vivek Srikumar

Word embeddings carry stereotypical connotations from the text they are trained on, which can lead to invalid inferences in downstream models that rely on them. We use this observation to design a mechanism for measuring…

Natural Language InferenceWord Embeddings

Man is to Computer Programmer as Woman is to Homemaker? Debiasing Word Embeddings

2016-07-21 · NeurIPS 2016 12 · Tolga Bolukbasi, Kai-Wei Chang, James Zou, Venkatesh Saligrama 외

The blind application of machine learning runs the risk of amplifying biases present in data. Such a danger is facing us with word embedding, a popular framework to represent text data as vectors which has been used in m…

ArticlesBIG-bench Machine LearningWord Embeddings

Can Existing Methods Debias Languages Other than English? First Attempt to Analyze and Mitigate Japanese Word Embeddings

2020-12-01 · GeBNLP (COLING) 2020 12 · Masashi Takeshita, Yuki Katsumata, Rafal Rzepka, Kenji Araki

It is known that word embeddings exhibit biases inherited from the corpus, and those biases reflect social stereotypes. Recently, many studies have been conducted to analyze and mitigate biases in word embeddings. Unsupe…

Word Embeddings

Can We Locate and Prevent Stereotypes in LLMs?

2026-03-26 · Alex D'Souza arxiv

Stereotypes in large language models (LLMs) can perpetuate harmful societal biases. Despite the widespread use of models, little is known about where these biases reside in the neural network. This study investigates the…