paper-with-me

Papers

Demographics Should Not Be the Reason of Toxicity: Mitigating Discrimination in Text Classifications with Instance Weighting

2020-04-29 · ACL 2020 6 · Guanhua Zhang, Bing Bai, Junqi Zhang, Kun Bai, Conghui Zhu, Tiejun Zhao

With the recent proliferation of the use of text classifications, researchers have found that there are certain unintended biases in text classification datasets. For example, texts containing some demographic identity-terms (e.g., "gay", "black") are more likely to be abusive in existing abusive language detection datasets. As a result, models trained with these datasets may consider sentences like "She makes me happy to be gay" as abusive simply because of the word "gay." In this paper, we formalize the unintended biases in text classification datasets as a kind of selection bias from the non-discrimination distribution to the discrimination distribution. Based on this formalization, we further propose a model-agnostic debiasing training framework by recovering the non-discrimination distribution using instance weighting, which does not require any extra resources or annotations apart from a pre-defined set of demographic identity-terms. Experiments demonstrate that our method can effectively alleviate the impacts of the unintended biases without significantly hurting models' generalization ability.

📄 PDF Abstract BibTeX arXiv:2004.14088

Code (1)

ghzhang233/Non-Discrimination-Learning-for-Text-Classification 공식 구현

Tasks

Abusive LanguageGeneral ClassificationSelection biastext-classificationText Classification

Similar Papers 제목 키워드 기반

Investigating Bias In Automatic Toxic Comment Detection: An Empirical Study

2021-08-14 · Ayush Kumar, Pratik Kumar

With surge in online platforms, there has been an upsurge in the user engagement on these platforms via comments and reactions. A large portion of such textual comments are abusive, rude and offensive to the audience. Wi…

Accurate and Data-Efficient Toxicity Prediction when Annotators Disagree

2024-10-16 · Harbani Jaggi, Kashyap Murali, Eve Fleisig, Erdem Biyik

When annotators disagree, predicting the labels given by individual annotators can capture nuances overlooked by traditional label aggregation. We introduce three approaches to predicting individual annotator ratings on …

Collaborative FilteringIn-Context LearningPredictionSurvey

A Multi-Labeled Dataset for Indonesian Discourse: Examining Toxicity, Polarization, and Demographics Information

2025-03-01 · Lucky Susanto, Musa Wijanarko, Prasetia Pratama, Zilu Tang 외

Polarization is defined as divisive opinions held by two or more groups on substantive issues. As the world's third-largest democracy, Indonesia faces growing concerns about the interplay between political polarization a…

Benchmarking

TuneShield: Mitigating Toxicity in Conversational AI while Fine-tuning on Untrusted Data

2025-07-08 · Aravind Cheruvu, Shravya Kanchi, Sifat Muhammad Abdullah, Nicholas Kong 외

Recent advances in foundation models, such as LLMs, have revolutionized conversational AI. Chatbots are increasingly being developed by customizing LLMs on specific conversational datasets. However, mitigating toxicity d…

ChatbotInstruction FollowingSafety Alignment

MBIAS: Mitigating Bias in Large Language Models While Retaining Context

2024-05-18 · Shaina Raza, Ananya Raval, Veronica Chatrath

The deployment of Large Language Models (LLMs) in diverse applications necessitates an assurance of safety without compromising the contextual integrity of the generated content. Traditional approaches, including safety-…