Human-Guided Fair Classification for Natural Language Processing
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 sensitive attributes such as gender or ethnicity. However, there is a gap between human intuition about these perturbations and the formal similarity specifications capturing them. While existing research has started to address this gap, current methods are based on hardcoded word replacements, resulting in specifications with limited expressivity or ones that fail to fully align with human intuition (e.g., in cases of asymmetric counterfactuals). This work proposes novel methods for bridging this gap by discovering expressive and intuitive individual fairness specifications. We show how to leverage unsupervised style transfer and GPT-3's zero-shot capabilities to automatically generate expressive candidate pairs of semantically similar sentences that differ along sensitive attributes. We then validate the generated pairs via an extensive crowdsourcing study, which confirms that a lot of these pairs align with human intuition about fairness in the context of toxicity classification. Finally, we show how limited amounts of human feedback can be leveraged to learn a similarity specification that can be used to train downstream fairness-aware models.
Code (1)
Tasks
ClassificationFairnessStyle TransferMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
LLM-Guided Synthetic Augmentation (LGSA) for Mitigating Bias in AI Systems
Bias in AI systems, especially those relying on natural language data, raises ethical and practical concerns. Underrepresentation of certain groups often leads to uneven performance across demographics. Traditional fairn…
Binary ClassificationSemantic SimilarityOutraged AI: Large language models prioritise emotion over cost in fairness enforcement
Emotions guide human decisions, but whether large language models (LLMs) use emotion similarly remains unknown. We tested this using altruistic third-party punishment, where an observer incurs a personal cost to enforce …
Emotional IntelligenceFairness Certification for Natural Language Processing and Large Language Models
Natural Language Processing (NLP) plays an important role in our daily lives, particularly due to the enormous progress of Large Language Models (LLM). However, NLP has many fairness-critical use cases, e.g., as an exper…
Fairnessfairlib: A Unified Framework for Assessing and Improving Classification Fairness
This paper presents fairlib, an open-source framework for assessing and improving classification fairness. It provides a systematic framework for quickly reproducing existing baseline models, developing new methods, eval…
ClassificationFairnessYour fairness may vary: Pretrained language model fairness in toxic text classification
Warning: This paper contains samples of offensive text. The popularity of pretrained language models in natural language processing systems calls for a careful evaluation of such models in down-stream tasks, which have …
FairnessLanguage ModelingLanguage Modellingtext-classification+1