Deep Learning on a Healthy Data Diet: Finding Important Examples for Fairness
Abstract
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 to 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. WARNING: This work uses language that is offensive in nature.
Cite
Text
Zayed et al. "Deep Learning on a Healthy Data Diet: Finding Important Examples for Fairness." AAAI Conference on Artificial Intelligence, 2023. doi:10.1609/AAAI.V37I12.26706Markdown
[Zayed et al. "Deep Learning on a Healthy Data Diet: Finding Important Examples for Fairness." AAAI Conference on Artificial Intelligence, 2023.](https://mlanthology.org/aaai/2023/zayed2023aaai-deep/) doi:10.1609/AAAI.V37I12.26706BibTeX
@inproceedings{zayed2023aaai-deep,
title = {{Deep Learning on a Healthy Data Diet: Finding Important Examples for Fairness}},
author = {Zayed, Abdelrahman and Parthasarathi, Prasanna and Mordido, Gonçalo and Palangi, Hamid and Shabanian, Samira and Chandar, Sarath},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2023},
pages = {14593-14601},
doi = {10.1609/AAAI.V37I12.26706},
url = {https://mlanthology.org/aaai/2023/zayed2023aaai-deep/}
}