CLAICYLGNov 20, 2022

Deep Learning on a Healthy Data Diet: Finding Important Examples for Fairness

MILA
arXiv:2211.11109v231 citationsh-index: 21
Originality Incremental advance
AI Analysis

This work addresses fairness issues in NLP for marginalized groups by optimizing data selection, though it is incremental as it builds on existing data augmentation techniques.

The paper tackles the problem of gender bias in NLP models by showing that some examples in fairness-focused data augmentation can be unimportant or harmful, and proposes a pruning method for factual and counterfactual examples to improve fairness metrics like demographic parity, achieving better fairness than standard data augmentation on three text classification datasets while using at most half the examples.

Data-driven predictive solutions predominant in commercial applications tend to suffer from biases and stereotypes, which raises equity concerns. Prediction models may discover, use, or amplify spurious correlations based on gender or other protected personal characteristics, thus discriminating against marginalized groups. Mitigating gender bias has become an important research focus in natural language processing (NLP) and is an area where annotated corpora are available. Data augmentation reduces gender bias by adding counterfactual examples to the training dataset. In this work, we show that some of the examples in the augmented dataset can be not important or even harmful for fairness. We hence propose a general method for pruning both the factual and counterfactual examples to maximize the model's fairness as measured by the demographic parity, equality of opportunity, and equality of odds. The fairness achieved by our method surpasses that of data augmentation on three text classification datasets, using no more than half of the examples in the augmented dataset. Our experiments are conducted using models of varying sizes and pre-training settings.

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