paper-with-me

홈 › Papers

An Empirical Study on Model-agnostic Debiasing Strategies for Robust Natural Language Inference

2020-10-08 · CONLL 2020 · Tianyu Liu, Xin Zheng, Xiaoan Ding, Baobao Chang, Zhifang Sui

The prior work on natural language inference (NLI) debiasing mainly targets at one or few known biases while not necessarily making the models more robust. In this paper, we focus on the model-agnostic debiasing strategies and explore how to (or is it possible to) make the NLI models robust to multiple distinct adversarial attacks while keeping or even strengthening the models' generalization power. We firstly benchmark prevailing neural NLI models including pretrained ones on various adversarial datasets. We then try to combat distinct known biases by modifying a mixture of experts (MoE) ensemble method and show that it's nontrivial to mitigate multiple NLI biases at the same time, and that model-level ensemble method outperforms MoE ensemble method. We also perform data augmentation including text swap, word substitution and paraphrase and prove its efficiency in combating various (though not all) adversarial attacks at the same time. Finally, we investigate several methods to merge heterogeneous training data (1.35M) and perform model ensembling, which are straightforward but effective to strengthen NLI models.

📄 PDF Abstract BibTeX arXiv:2010.03777

Code (1)

tyliupku/nli-debiasing-datasets 공식 구현

Tasks

Data AugmentationMixture-of-ExpertsNatural Language Inference

Similar Papers 제목 키워드 기반

Reducing Gender Bias in Word-Level Language Models with a Gender-Equalizing Loss Function

2019-05-30 · ACL 2019 7 · Yusu Qian, Urwa Muaz, Ben Zhang, Jae Won Hyun

Gender bias exists in natural language datasets which neural language models tend to learn, resulting in biased text generation. In this research, we propose a debiasing approach based on the loss function modification. …

Data AugmentationText Generation

Towards Understanding Task-agnostic Debiasing Through the Lenses of Intrinsic Bias and Forgetfulness

2024-06-06 · Guangliang Liu, Milad Afshari, Xitong Zhang, Zhiyu Xue 외

While task-agnostic debiasing provides notable generalizability and reduced reliance on downstream data, its impact on language modeling ability and the risk of relearning social biases from downstream task-specific data…

Language ModelingLanguage Modelling

AXOLOTL: Fairness through Assisted Self-Debiasing of Large Language Model Outputs

2024-03-01 · Sana Ebrahimi, Kaiwen Chen, Abolfazl Asudeh, Gautam Das 외

Pre-trained Large Language Models (LLMs) have significantly advanced natural language processing capabilities but are susceptible to biases present in their training data, leading to unfair outcomes in various applicatio…

FairnessLanguage ModelingLanguage ModellingLarge Language Model+1

EMO-Debias: Benchmarking Gender Debiasing Techniques in Multi-Label Speech Emotion Recognition

2025-06-05 · Yi-Cheng Lin, Huang-Cheng Chou, Yu-Hsuan Li Liang, Hung-Yi Lee

Speech emotion recognition (SER) systems often exhibit gender bias. However, the effectiveness and robustness of existing debiasing methods in such multi-label scenarios remain underexplored. To address this gap, we pres…

BenchmarkingEmotion RecognitionFairnessSpeech Emotion Recognition

Enhancing the QA Model through a Multi-domain Debiasing Framework

2026-01-01 · Yuefeng Wang, ChangJae Lee arxiv

Question-answering (QA) models have advanced significantly in machine reading comprehension but often exhibit biases that hinder their performance, particularly with complex queries in adversarial conditions. This study …

Natural Language UnderstandingMachine Reading ComprehensionKnowledge DistillationQuestion Answering