paper-with-me

Papers

Counterfactual Fairness in Text Classification through Robustness

2018-09-27 · Sahaj Garg, Vincent Perot, Nicole Limtiaco, Ankur Taly, Ed H. Chi, Alex Beutel

In this paper, we study counterfactual fairness in text classification, which asks the question: How would the prediction change if the sensitive attribute referenced in the example were different? Toxicity classifiers demonstrate a counterfactual fairness issue by predicting that "Some people are gay" is toxic while "Some people are straight" is nontoxic. We offer a metric, counterfactual token fairness (CTF), for measuring this particular form of fairness in text classifiers, and describe its relationship with group fairness. Further, we offer three approaches, blindness, counterfactual augmentation, and counterfactual logit pairing (CLP), for optimizing counterfactual token fairness during training, bridging the robustness and fairness literature. Empirically, we find that blindness and CLP address counterfactual token fairness. The methods do not harm classifier performance, and have varying tradeoffs with group fairness. These approaches, both for measurement and optimization, provide a new path forward for addressing fairness concerns in text classification.

📄 PDF Abstract BibTeX arXiv:1809.10610

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeClassificationcounterfactualFairnessGeneral Classificationtext-classificationText Classification

Similar Papers 제목 키워드 기반

Towards Logical Specification of Statistical Machine Learning

2019-07-24 · Yusuke Kawamoto

We introduce a logical approach to formalizing statistical properties of machine learning. Specifically, we propose a formal model for statistical classification based on a Kripke model, and formalize various notions of …

BIG-bench Machine LearningClassificationcounterfactualFairness+1

Counterfactual Multi-Token Fairness in Text Classification

2022-02-08 · Pranay Lohia

The counterfactual token generation has been limited to perturbing only a single token in texts that are generally short and single sentences. These tokens are often associated with one of many sensitive attributes. With…

AttributeClassificationcounterfactualFairness+3

Towards Fairness Assessment of Dutch Hate Speech Detection

2025-06-14 · Julie Bauer, Rishabh Kaushal, Thales Bertaglia, Adriana Iamnitchi

Numerous studies have proposed computational methods to detect hate speech online, yet most focus on the English language and emphasize model development. In this study, we evaluate the counterfactual fairness of hate sp…

counterfactualFairnessHate Speech DetectionSentence

Fairness Through Counterfactual Utilities

2021-08-11 · Jack Blandin, Ian Kash

Group fairness definitions such as Demographic Parity and Equal Opportunity make assumptions about the underlying decision-problem that restrict them to classification problems. Prior work has translated these definition…

BIG-bench Machine LearningcounterfactualFairnessreinforcement-learning+2

Counterfactually Fair Conformal Prediction

2025-10-09 · Ozgur Guldogan, Neeraj Sarna, Yuanyuan Li, Michael Berger arxiv

While counterfactual fairness of point predictors is well studied, its extension to prediction sets--central to fair decision-making under uncertainty--remains underexplored. On the other hand, conformal prediction (CP) …