paper-with-me

Papers

Same Same, But Different: Conditional Multi-Task Learning for Demographic-Specific Toxicity Detection

2023-02-14 · Soumyajit Gupta, Sooyong Lee, Maria De-Arteaga, Matthew Lease

Algorithmic bias often arises as a result of differential subgroup validity, in which predictive relationships vary across groups. For example, in toxic language detection, comments targeting different demographic groups can vary markedly across groups. In such settings, trained models can be dominated by the relationships that best fit the majority group, leading to disparate performance. We propose framing toxicity detection as multi-task learning (MTL), allowing a model to specialize on the relationships that are relevant to each demographic group while also leveraging shared properties across groups. With toxicity detection, each task corresponds to identifying toxicity against a particular demographic group. However, traditional MTL requires labels for all tasks to be present for every data point. To address this, we propose Conditional MTL (CondMTL), wherein only training examples relevant to the given demographic group are considered by the loss function. This lets us learn group specific representations in each branch which are not cross contaminated by irrelevant labels. Results on synthetic and real data show that using CondMTL improves predictive recall over various baselines in general and for the minority demographic group in particular, while having similar overall accuracy.

📄 PDF Abstract BibTeX arXiv:2302.07372

Code (1)

smjtgupta/condmtl 공식 구현

Tasks

Multi-Task Learning

Similar Papers 제목 키워드 기반

Paired 3D Model Generation with Conditional Generative Adversarial Networks

2018-08-09 · Cihan Öngün, Alptekin Temizel

Generative Adversarial Networks (GANs) are shown to be successful at generating new and realistic samples including 3D object models. Conditional GAN, a variant of GANs, allows generating samples in given conditions. How…

Image Generation

Contrastive Conditional Masked Language Model for Non-autoregressive Neural Machine Translation

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

Inspired by the success of contrastive learning in natural language processing, we incorporate contrastive learning into the conditional masked language model which is extensively used in non-autoregressive neural machin…

Contrastive LearningLanguage ModelingLanguage ModellingMachine Translation+2

CITADEL: Conditional Token Interaction via Dynamic Lexical Routing for Efficient and Effective Multi-Vector Retrieval

2022-11-18 · Minghan Li, Sheng-Chieh Lin, Barlas Oguz, Asish Ghoshal 외

Multi-vector retrieval methods combine the merits of sparse (e.g. BM25) and dense (e.g. DPR) retrievers and have achieved state-of-the-art performance on various retrieval tasks. These methods, however, are orders of mag…

Retrieval

S2cGAN: Semi-Supervised Training of Conditional GANs with Fewer Labels

2020-10-23 · Arunava Chakraborty, Rahul Ragesh, Mahir Shah, Nipun Kwatra

Generative adversarial networks (GANs) have been remarkably successful in learning complex high dimensional real word distributions and generating realistic samples. However, they provide limited control over the generat…

CHIMLE: Conditional Hierarchical IMLE for Multimodal Conditional Image Synthesis

2022-11-25 · Shichong Peng, Alireza Moazeni, Ke Li

A persistent challenge in conditional image synthesis has been to generate diverse output images from the same input image despite only one output image being observed per input image. GAN-based methods are prone to mode…

Image GenerationImage Super-ResolutionSuper-Resolution