CLJul 13, 2021

Generating Gender Augmented Data for NLP

arXiv:2107.05987v1713 citations
Originality Incremental advance
AI Analysis

This addresses bias in NLP applications for gender-inflected languages, but it is incremental as it builds on existing NMT techniques.

The paper tackles gender bias in NLP for gender-inflected languages by proposing an automatic rewriting method using neural machine translation to generate gender-balanced alternatives for conversational sentences, showing promising results in Spanish.

Gender bias is a frequent occurrence in NLP-based applications, especially pronounced in gender-inflected languages. Bias can appear through associations of certain adjectives and animate nouns with the natural gender of referents, but also due to unbalanced grammatical gender frequencies of inflected words. This type of bias becomes more evident in generating conversational utterances where gender is not specified within the sentence, because most current NLP applications still work on a sentence-level context. As a step towards more inclusive NLP, this paper proposes an automatic and generalisable rewriting approach for short conversational sentences. The rewriting method can be applied to sentences that, without extra-sentential context, have multiple equivalent alternatives in terms of gender. The method can be applied both for creating gender balanced outputs as well as for creating gender balanced training data. The proposed approach is based on a neural machine translation (NMT) system trained to 'translate' from one gender alternative to another. Both the automatic and manual analysis of the approach show promising results for automatic generation of gender alternatives for conversational sentences in Spanish.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes