paper-with-me

Papers

Is Your Classifier Actually Biased? Measuring Fairness under Uncertainty with Bernstein Bounds

2020-04-26 · ACL 2020 6 · Kawin Ethayarajh

Most NLP datasets are not annotated with protected attributes such as gender, making it difficult to measure classification bias using standard measures of fairness (e.g., equal opportunity). However, manually annotating a large dataset with a protected attribute is slow and expensive. Instead of annotating all the examples, can we annotate a subset of them and use that sample to estimate the bias? While it is possible to do so, the smaller this annotated sample is, the less certain we are that the estimate is close to the true bias. In this work, we propose using Bernstein bounds to represent this uncertainty about the bias estimate as a confidence interval. We provide empirical evidence that a 95% confidence interval derived this way consistently bounds the true bias. In quantifying this uncertainty, our method, which we call Bernstein-bounded unfairness, helps prevent classifiers from being deemed biased or unbiased when there is insufficient evidence to make either claim. Our findings suggest that the datasets currently used to measure specific biases are too small to conclusively identify bias except in the most egregious cases. For example, consider a co-reference resolution system that is 5% more accurate on gender-stereotypical sentences -- to claim it is biased with 95% confidence, we need a bias-specific dataset that is 3.8 times larger than WinoBias, the largest available.

📄 PDF Abstract BibTeX arXiv:2004.12332

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeFairness

Similar Papers 제목 키워드 기반

Residual Unfairness in Fair Machine Learning from Prejudiced Data

2018-06-07 · ICML 2018 7 · Nathan Kallus, Angela Zhou

Recent work in fairness in machine learning has proposed adjusting for fairness by equalizing accuracy metrics across groups and has also studied how datasets affected by historical prejudices may lead to unfair decision…

BIG-bench Machine LearningFairness

How Biased are Your Features?: Computing Fairness Influence Functions with Global Sensitivity Analysis

2022-06-01 · Bishwamittra Ghosh, Debabrota Basu, Kuldeep S. Meel

Fairness in machine learning has attained significant focus due to the widespread application in high-stake decision-making tasks. Unregulated machine learning classifiers can exhibit bias towards certain demographic gro…

BIG-bench Machine LearningDecision MakingFairnessSensitivity

Causal Context Connects Counterfactual Fairness to Robust Prediction and Group Fairness

2023-10-30 · NeurIPS 2023 11 · Jacy Reese Anthis, Victor Veitch

Counterfactual fairness requires that a person would have been classified in the same way by an AI or other algorithmic system if they had a different protected class, such as a different race or gender. This is an intui…

counterfactualFairness

Measuring Bias in a Ranked List using Term-based Representations

2024-03-09 · Amin Abolghasemi, Leif Azzopardi, Arian Askari, Maarten de Rijke 외

In most recent studies, gender bias in document ranking is evaluated with the NFaiRR metric, which measures bias in a ranked list based on an aggregation over the unbiasedness scores of each ranked document. This perspec…

Document RankingFairnessPassage Ranking

Quantifying Infra-Marginality and Its Trade-off with Group Fairness

2019-09-03 · Arpita Biswas, Siddharth Barman, Amit Deshpande, Amit Sharma

In critical decision-making scenarios, optimizing accuracy can lead to a biased classifier, hence past work recommends enforcing group-based fairness metrics in addition to maximizing accuracy. However, doing so exposes …

Decision MakingFairness