English

Neutralizing Gender Bias in Word Embedding with Latent Disentanglement and Counterfactual Generation

Computation and Language 2020-11-04 v2 Machine Learning Machine Learning

Abstract

Recent research demonstrates that word embeddings, trained on the human-generated corpus, have strong gender biases in embedding spaces, and these biases can result in the discriminative results from the various downstream tasks. Whereas the previous methods project word embeddings into a linear subspace for debiasing, we introduce a \textit{Latent Disentanglement} method with a siamese auto-encoder structure with an adapted gradient reversal layer. Our structure enables the separation of the semantic latent information and gender latent information of given word into the disjoint latent dimensions. Afterwards, we introduce a \textit{Counterfactual Generation} to convert the gender information of words, so the original and the modified embeddings can produce a gender-neutralized word embedding after geometric alignment regularization, without loss of semantic information. From the various quantitative and qualitative debiasing experiments, our method shows to be better than existing debiasing methods in debiasing word embeddings. In addition, Our method shows the ability to preserve semantic information during debiasing by minimizing the semantic information losses for extrinsic NLP downstream tasks.

Keywords

Cite

@article{arxiv.2004.03133,
  title  = {Neutralizing Gender Bias in Word Embedding with Latent Disentanglement and Counterfactual Generation},
  author = {Seungjae Shin and Kyungwoo Song and JoonHo Jang and Hyemi Kim and Weonyoung Joo and Il-Chul Moon},
  journal= {arXiv preprint arXiv:2004.03133},
  year   = {2020}
}

Comments

Findings of EMNLP2020