Why Don't Prompt-Based Fairness Metrics Correlate?
Abdelrahman Zayed, Goncalo Mordido, Ioana Baldini, Sarath Chandar
TL;DR
This work investigates the reliability of prompt-based fairness metrics for evaluating social biases in large language models, focusing on gender and religion biases. It shows that leading prompt-based metrics (BOLD, HolisticBias, HONEST) exhibit poor cross-metric agreement. The authors introduce CAIRO, a data-augmentation framework that paraphrases prompts with multiple large-language-model paraphrasers, constructs prompt combinations, and selects those that maximize Pearson correlation across metrics. Empirical results across ten models and three metrics demonstrate substantial gains in cross-metric correlation (e.g., from $r=0.30$ to $r=0.90$ for gender and from $r=0.18$ to $r=0.98$ for religion) with significant $p$-values, suggesting a more reliable bias assessment pipeline; the code is publicly available.
Abstract
The widespread use of large language models has brought up essential questions about the potential biases these models might learn. This led to the development of several metrics aimed at evaluating and mitigating these biases. In this paper, we first demonstrate that prompt-based fairness metrics exhibit poor agreement, as measured by correlation, raising important questions about the reliability of fairness assessment using prompts. Then, we outline six relevant reasons why such a low correlation is observed across existing metrics. Based on these insights, we propose a method called Correlated Fairness Output (CAIRO) to enhance the correlation between fairness metrics. CAIRO augments the original prompts of a given fairness metric by using several pre-trained language models and then selects the combination of the augmented prompts that achieves the highest correlation across metrics. We show a significant improvement in Pearson correlation from 0.3 and 0.18 to 0.90 and 0.98 across metrics for gender and religion biases, respectively. Our code is available at https://github.com/chandar-lab/CAIRO.
