paper-with-me

Papers

Human-Guided Fair Classification for Natural Language Processing

2022-12-20 · Florian E. Dorner, Momchil Peychev, Nikola Konstantinov, Naman Goel, Elliott Ash, Martin Vechev

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.

📄 PDF Abstract BibTeX arXiv:2212.10154

Code (1)

eth-sri/fairness-feedback-nlp 공식 구현 pytorch

Tasks

ClassificationFairnessStyle Transfer

Methods 이 논문이 사용한 방법론

fail 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

LLM-Guided Synthetic Augmentation (LGSA) for Mitigating Bias in AI Systems

2025-10-15 · Sai Suhruth Reddy Karri, Yashwanth Sai Nallapuneni, Laxmi Narasimha Reddy Mallireddy, Gopichand G arxiv

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 Similarity

Outraged AI: Large language models prioritise emotion over cost in fairness enforcement

2025-10-17 · Hao Liu, Yiqing Dai, Haotian Tan, Yu Lei 외 arxiv

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 Intelligence

Fairness Certification for Natural Language Processing and Large Language Models

2024-01-02 · Vincent Freiberger, Erik Buchmann

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…

Fairness

fairlib: A Unified Framework for Assessing and Improving Classification Fairness

2022-05-04 · Xudong Han, Aili Shen, Yitong Li, Lea Frermann 외

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…

ClassificationFairness

Your fairness may vary: Pretrained language model fairness in toxic text classification

2021-11-16 · ACL ARR November 2021 11 · Anonymous

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