paper-with-me

홈 › Papers

Fair Text Classification with Wasserstein Independence

2023-11-21 · Thibaud Leteno, Antoine Gourru, Charlotte Laclau, Rémi Emonet, Christophe Gravier

Group fairness is a central research topic in text classification, where reaching fair treatment between sensitive groups (e.g. women vs. men) remains an open challenge. This paper presents a novel method for mitigating biases in neural text classification, agnostic to the model architecture. Considering the difficulty to distinguish fair from unfair information in a text encoder, we take inspiration from adversarial training to induce Wasserstein independence between representations learned to predict our target label and the ones learned to predict some sensitive attribute. Our approach provides two significant advantages. Firstly, it does not require annotations of sensitive attributes in both testing and training data. This is more suitable for real-life scenarios compared to existing methods that require annotations of sensitive attributes at train time. Second, our approach exhibits a comparable or better fairness-accuracy trade-off compared to existing methods.

📄 PDF Abstract BibTeX arXiv:2311.12689

Code (1)

letenothibaud/wasserstein_fair_classification 공식 구현 pytorch

Tasks

AttributeClassificationFairnesstext-classificationText Classification

Similar Papers 제목 키워드 기반

Wasserstein Fair Classification

2019-07-28 · Ray Jiang, Aldo Pacchiano, Tom Stepleton, Heinrich Jiang 외

We propose an approach to fair classification that enforces independence between the classifier outputs and sensitive information by minimizing Wasserstein-1 distances. The approach has desirable theoretical properties a…

ClassificationFairnessGeneral Classification

Achieving Group Fairness through Independence in Predictive Process Monitoring

2024-12-06 · Jari Peeperkorn, Simon De Vos

Predictive process monitoring focuses on forecasting future states of ongoing process executions, such as predicting the outcome of a particular case. In recent years, the application of machine learning models in this d…

FairnessPredictive Process Monitoring

WassFFed: Wasserstein Fair Federated Learning

2024-11-11 · Zhongxuan Han, Li Zhang, Chaochao Chen, Xiaolin Zheng 외

Federated Learning (FL) employs a training approach to address scenarios where users' data cannot be shared across clients. Achieving fairness in FL is imperative since training data in FL is inherently geographically di…

FairnessFederated Learning

Fairness and Randomness in Machine Learning: Statistical Independence and Relativization

2022-07-27 · Rabanus Derr, Robert C. Williamson

Fair Machine Learning endeavors to prevent unfairness arising in the context of machine learning applications embedded in society. Despite the variety of definitions of fairness and proposed "fair algorithms", there rema…

BIG-bench Machine LearningFairness

Wasserstein Robust Classification with Fairness Constraints

2021-03-11 · Yijie Wang, Viet Anh Nguyen, Grani A. Hanasusanto

We propose a distributionally robust classification model with a fairness constraint that encourages the classifier to be fair in view of the equality of opportunity criterion. We use a type-$\infty$ Wasserstein ambiguit…

AttributeClassificationFairnessRobust classification