CLCYJun 21, 2021

Does Robustness Improve Fairness? Approaching Fairness with Word Substitution Robustness Methods for Text Classification

arXiv:2106.10826v1714 citations
Originality Synthesis-oriented
AI Analysis

This addresses fairness in AI for text classification, but it is incremental as it applies existing robustness techniques to a new problem.

The paper investigated whether certified word substitution robustness methods improve fairness metrics like equality of odds and opportunity in text classification, finding that these methods enhance fairness and combining them with bias mitigation yields further improvements.

Existing bias mitigation methods to reduce disparities in model outcomes across cohorts have focused on data augmentation, debiasing model embeddings, or adding fairness-based optimization objectives during training. Separately, certified word substitution robustness methods have been developed to decrease the impact of spurious features and synonym substitutions on model predictions. While their end goals are different, they both aim to encourage models to make the same prediction for certain changes in the input. In this paper, we investigate the utility of certified word substitution robustness methods to improve equality of odds and equality of opportunity on multiple text classification tasks. We observe that certified robustness methods improve fairness, and using both robustness and bias mitigation methods in training results in an improvement in both fronts

Foundations

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

Your Notes