LGCYMar 16, 2022

Measuring Fairness of Text Classifiers via Prediction Sensitivity

AmazonGeorgia Tech
arXiv:2203.08670v1639 citationsh-index: 64
Originality Incremental advance
AI Analysis

This work addresses the challenge of selecting accurate fairness metrics for text classification, which is important for developers and users of language processing systems, but it is incremental as it builds on existing fairness definitions.

The authors tackled the problem of measuring fairness in text classifiers by proposing a new metric called Accumulated Prediction Sensitivity, which quantifies how much a model's predictions depend on protected attributes, and showed it correlates better with human judgments than existing metrics on two datasets.

With the rapid growth in language processing applications, fairness has emerged as an important consideration in data-driven solutions. Although various fairness definitions have been explored in the recent literature, there is lack of consensus on which metrics most accurately reflect the fairness of a system. In this work, we propose a new formulation : ACCUMULATED PREDICTION SENSITIVITY, which measures fairness in machine learning models based on the model's prediction sensitivity to perturbations in input features. The metric attempts to quantify the extent to which a single prediction depends on a protected attribute, where the protected attribute encodes the membership status of an individual in a protected group. We show that the metric can be theoretically linked with a specific notion of group fairness (statistical parity) and individual fairness. It also correlates well with humans' perception of fairness. We conduct experiments on two text classification datasets : JIGSAW TOXICITY, and BIAS IN BIOS, and evaluate the correlations between metrics and manual annotations on whether the model produced a fair outcome. We observe that the proposed fairness metric based on prediction sensitivity is statistically significantly more correlated with human annotation than the existing counterfactual fairness metric.

Foundations

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

Your Notes