GECOBench: A Gender-Controlled Text Dataset and Benchmark for Quantifying Biases in Explanations
Rick Wilming, Artur Dox, Hjalmar Schulz, Marta Oliveira, Benedict Clark, Stefan Haufe
TL;DR
This work addresses how gender biases in pre-trained language models propagate into feature attributions produced by XAI methods. It introduces GECO, a gender-controlled dataset with three variants (M, F, NB) and two ground-truth sets (D_S and D_A), alongside GECOBench, a framework for evaluating explanation correctness via a ground-truth SAP and Mass Accuracy metric. The approach benchmarks multiple XAI methods (e.g., Saliency, Integrated Gradients, LIME, Kernel SHAP) on BERT under varying fine-tuning/retraining regimes, using a zero-shot baseline for comparison. Findings show residual biases in embeddings influence explanations and that targeted fine-tuning of embedding layers can improve explanation correctness, offering a principled path to assessing and mitigating bias in XAI for NLP.
Abstract
Large pre-trained language models have become a crucial backbone for many downstream tasks in natural language processing (NLP), and while they are trained on a plethora of data containing a variety of biases, such as gender biases, it has been shown that they can also inherit such biases in their weights, potentially affecting their prediction behavior. However, it is unclear to what extent these biases also affect feature attributions generated by applying "explainable artificial intelligence" (XAI) techniques, possibly in unfavorable ways. To systematically study this question, we create a gender-controlled text dataset, GECO, in which the alteration of grammatical gender forms induces class-specific words and provides ground truth feature attributions for gender classification tasks. This enables an objective evaluation of the correctness of XAI methods. We apply this dataset to the pre-trained BERT model, which we fine-tune to different degrees, to quantitatively measure how pre-training induces undesirable bias in feature attributions and to what extent fine-tuning can mitigate such explanation bias. To this extent, we provide GECOBench, a rigorous quantitative evaluation framework for benchmarking popular XAI methods. We show a clear dependency between explanation performance and the number of fine-tuned layers, where XAI methods are observed to benefit particularly from fine-tuning or complete retraining of embedding layers.
