FairPair: A Robust Evaluation of Biases in Language Models through Paired Perturbations
Jane Dwivedi-Yu, Raaz Dwivedi, Timo Schick
TL;DR
FairPair introduces a grounded counterfactual evaluation framework for measuring differential treatment in language outputs by pairing prompts with the same demographic and accounting for sampling variability. It defines a bias metric $\mathcal{F}(x)=\frac{\mathbb{B}^2(x)}{\mathbb{V}_{gp}(x)\mathbb{V}_{pg}(x)}$ based on ground-truth continuations $g(x)$ and $g(p(x))$, repeated sampling, and two scoring functions (sentiment and token dissimilarity). Evaluations on Common Sents across six configurations reveal statistically significant differential treatment, with larger models showing different bias patterns and qualitative analyses highlighting a shift from occupation-centric language to family/hobby and personality traits when perturbing gender. The approach is extensible to other demographics and scoring functions, offering robustness beyond extreme prompts, though it entails higher computational cost and careful perturbation design.
Abstract
The accurate evaluation of differential treatment in language models to specific groups is critical to ensuring a positive and safe user experience. An ideal evaluation should have the properties of being robust, extendable to new groups or attributes, and being able to capture biases that appear in typical usage (rather than just extreme, rare cases). Relatedly, bias evaluation should surface not only egregious biases but also ones that are subtle and commonplace, such as a likelihood for talking about appearances with regard to women. We present FairPair, an evaluation framework for assessing differential treatment that occurs during ordinary usage. FairPair operates through counterfactual pairs, but crucially, the paired continuations are grounded in the same demographic group, which ensures equivalent comparison. Additionally, unlike prior work, our method factors in the inherent variability that comes from the generation process itself by measuring the sampling variability. We present an evaluation of several commonly used generative models and a qualitative analysis that indicates a preference for discussing family and hobbies with regard to women.
