CLLGOct 26, 2022

MABEL: Attenuating Gender Bias using Textual Entailment Data

Princeton
arXiv:2210.14975v1304 citationsh-index: 55
Originality Incremental advance
AI Analysis

This addresses gender bias in language models, which is a critical issue for fairness in AI applications, though it is incremental as it builds on existing debiasing methods.

The authors tackled gender bias in pre-trained language models by proposing MABEL, an intermediate pre-training method using entailment data, which outperformed previous task-agnostic debiasing approaches in fairness metrics while preserving downstream task performance.

Pre-trained language models encode undesirable social biases, which are further exacerbated in downstream use. To this end, we propose MABEL (a Method for Attenuating Gender Bias using Entailment Labels), an intermediate pre-training approach for mitigating gender bias in contextualized representations. Key to our approach is the use of a contrastive learning objective on counterfactually augmented, gender-balanced entailment pairs from natural language inference (NLI) datasets. We also introduce an alignment regularizer that pulls identical entailment pairs along opposite gender directions closer. We extensively evaluate our approach on intrinsic and extrinsic metrics, and show that MABEL outperforms previous task-agnostic debiasing approaches in terms of fairness. It also preserves task performance after fine-tuning on downstream tasks. Together, these findings demonstrate the suitability of NLI data as an effective means of bias mitigation, as opposed to only using unlabeled sentences in the literature. Finally, we identify that existing approaches often use evaluation settings that are insufficient or inconsistent. We make an effort to reproduce and compare previous methods, and call for unifying the evaluation settings across gender debiasing methods for better future comparison.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes