paper-with-me

홈 › Papers

A Source-Criticism Debiasing Method for GloVe Embeddings

2021-06-25 · Hope McGovern

It is well-documented that word embeddings trained on large public corpora consistently exhibit known human social biases. Although many methods for debiasing exist, almost all fixate on completely eliminating biased information from the embeddings and often diminish training set size in the process. In this paper, we present a simple yet effective method for debiasing GloVe word embeddings (Pennington et al., 2014) which works by incorporating explicit information about training set bias rather than removing biased data outright. Our method runs quickly and efficiently with the help of a fast bias gradient approximation method from Brunet et al. (2019). As our approach is akin to the notion of 'source criticism' in the humanities, we term our method Source-Critical GloVe (SC-GloVe). We show that SC-GloVe reduces the effect size on Word Embedding Association Test (WEAT) sets without sacrificing training data or TOP-1 performance.

📄 PDF Abstract BibTeX arXiv:2106.13382

Code (1)

mebrunet/understanding-bias 공식 구현

Tasks

Word Embeddings

Methods 이 논문이 사용한 방법론

GloVe GloVe Embeddings are a type of word embedding that encode the co-occurrence probability ratio between two words as vector differences. GloVe uses a weighted least squares…

Similar Papers 제목 키워드 기반

Learning Bias-reduced Word Embeddings Using Dictionary Definitions

2022-05-01 · Findings (ACL) 2022 5 · Haozhe An, Xiaojiang Liu, Donald Zhang

Pre-trained word embeddings, such as GloVe, have shown undesirable gender, racial, and religious biases. To address this problem, we propose DD-GloVe, a train-time debiasing algorithm to learn word embeddings by leveragi…

Word Embeddings

"Thy algorithm shalt not bear false witness": An Evaluation of Multiclass Debiasing Methods on Word Embeddings

2020-10-30 · Thalea Schlender, Gerasimos Spanakis

With the vast development and employment of artificial intelligence applications, research into the fairness of these algorithms has been increased. Specifically, in the natural language processing domain, it has been sh…

FairnessWord Embeddings

Gender Bias in Meta-Embeddings

2022-05-19 · Masahiro Kaneko, Danushka Bollegala, Naoaki Okazaki

Different methods have been proposed to develop meta-embeddings from a given set of source embeddings. However, the source embeddings can contain unfair gender-related biases, and how these influence the meta-embeddings …

Identifying and Mitigating Gender Bias in Hyperbolic Word Embeddings

2021-09-28 · Tenzin Singhay Bhotia, Vaibhav Kumar, Tanmoy Chakraborty

Euclidean word embedding models such as GloVe and Word2Vec have been shown to reflect human-like gender biases. In this paper, we extend the study of gender bias to the recently popularized hyperbolic word embeddings. We…

Word Embeddings

Assessing the quality and coherence of word embeddings after SCM-based intersectional bias mitigation

2026-01-07 · Eren Kocadag, Seyed Sahand Mohammadi Ziabari, Ali Mohammed Mansoor Alsahag arxiv

Static word embeddings often absorb social biases from the text they learn from, and those biases can quietly shape downstream systems. Prior work that uses the Stereotype Content Model (SCM) has focused mostly on single…