paper-with-me

홈 › Papers

Fairness and Robustness in Invariant Learning: A Case Study in Toxicity Classification

2020-11-12 · Robert Adragna, Elliot Creager, David Madras, Richard Zemel

Robustness is of central importance in machine learning and has given rise to the fields of domain generalization and invariant learning, which are concerned with improving performance on a test distribution distinct from but related to the training distribution. In light of recent work suggesting an intimate connection between fairness and robustness, we investigate whether algorithms from robust ML can be used to improve the fairness of classifiers that are trained on biased data and tested on unbiased data. We apply Invariant Risk Minimization (IRM), a domain generalization algorithm that employs a causal discovery inspired method to find robust predictors, to the task of fairly predicting the toxicity of internet comments. We show that IRM achieves better out-of-distribution accuracy and fairness than Empirical Risk Minimization (ERM) methods, and analyze both the difficulties that arise when applying IRM in practice and the conditions under which IRM will likely be effective in this scenario. We hope that this work will inspire further studies of how robust machine learning methods relate to algorithmic fairness.

📄 PDF Abstract BibTeX arXiv:2011.06485

Code (1)

adragnar/irm-toxicity-classification 공식 구현 pytorch

Tasks

BIG-bench Machine LearningCausal DiscoveryDomain GeneralizationFairnessGeneral Classification

Similar Papers 제목 키워드 기반

When to Invoke: Refining LLM Fairness with Toxicity Assessment

2026-01-14 · Jing Ren, Bowen Li, Ziqi Xu, Renqiang Luo 외 arxiv

Large Language Models (LLMs) are increasingly used for toxicity assessment in online moderation systems, where fairness across demographic groups is essential for equitable treatment. However, LLMs often produce inconsis…

Counterfactual Fairness in Text Classification through Robustness

2018-09-27 · Sahaj Garg, Vincent Perot, Nicole Limtiaco, Ankur Taly 외

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 d…

AttributeClassificationcounterfactualFairness+3

Language Models That Walk the Talk: A Framework for Formal Fairness Certificates

2025-05-19 · Danqing Chen, Tobias Ladner, Ahmed Rayen Mhadhbi, Matthias Althoff

As large language models become integral to high-stakes applications, ensuring their robustness and fairness is critical. Despite their success, large language models remain vulnerable to adversarial attacks, where small…

Fairness

Human-Guided Fair Classification for Natural Language Processing

2022-12-20 · Florian E. Dorner, Momchil Peychev, Nikola Konstantinov, Naman Goel 외

Text classifiers have promising applications in high-stake tasks such as resume screening and content moderation. These classifiers must be fair and avoid discriminatory decisions by being invariant to perturbations of s…

ClassificationFairnessStyle Transfer

On Bias and Fairness in NLP: Investigating the Impact of Bias and Debiasing in Language Models on the Fairness of Toxicity Detection

2023-05-22 · Fatma Elsafoury, Stamos Katsigiannis

Language models are the new state-of-the-art natural language processing (NLP) models and they are being increasingly used in many NLP tasks. Even though there is evidence that language models are biased, the impact of t…

ClassificationFairnessSelection biastext-classification+1