Context-Aware Counterfactual Data Augmentation for Gender Bias Mitigation in Language Models
Shweta Parihar, Liu Guangliang, Natalie Parde, Lu Cheng
TL;DR
This paper tackles gender bias in language models by addressing a key weakness of standard counterfactual data augmentation (CDA): degradation of language modeling due to distribution drift and context-insensitive counterfactuals. It introduces Context-CDA, which uses large LMs to generate context-rich counterfactuals and applies semantic-entropy-based filtering to remove high-uncertainty examples before fine-tuning small target LMs. Across five diverse architectures, Context-CDA reduces intrinsic bias (StereoSet, CrowS-Pairs) while preserving or improving language modeling performance (LMS, ICAT) and maintains extrinsic bias and downstream task performance. The method is model-agnostic, converges robustly around epoch 75–85, and offers insights into gender bias through next-token distribution analysis, with the potential for broader, multilingual, and domain-specific extensions.
Abstract
A challenge in mitigating social bias in fine-tuned language models (LMs) is the potential reduction in language modeling capability, which can harm downstream performance. Counterfactual data augmentation (CDA), a widely used method for fine-tuning, highlights this issue by generating synthetic data that may align poorly with real-world distributions or creating overly simplistic counterfactuals that ignore the social context of altered sensitive attributes (e.g., gender) in the pretraining corpus. To address these limitations, we propose a simple yet effective context-augmented CDA method, Context-CDA, which uses large LMs to enhance the diversity and contextual relevance of the debiasing corpus. By minimizing discrepancies between the debiasing corpus and pretraining data through augmented context, this approach ensures better alignment, enhancing language modeling capability. We then employ uncertainty-based filtering to exclude generated counterfactuals considered low-quality by the target smaller LMs (i.e., LMs to be debiased), further improving the fine-tuning corpus quality. Experimental results on gender bias benchmarks demonstrate that Context-CDA effectively mitigates bias without sacrificing language modeling performance while offering insights into social biases by analyzing distribution shifts in next-token generation probabilities.
