Think Twice: Measuring the Efficiency of Eliminating Prediction Shortcuts of Question Answering Models
Lukáš Mikula, Michal Štefánik, Marek Petrovič, Petr Sojka
TL;DR
This work introduces a bootstrapped framework to quantify how QA models rely on spurious, bias-driven features, arguing that traditional OOD evaluation alone can misrepresent robustness when biases are shared across datasets. By evaluating predictions on bias-based data splits for seven features and applying debiasing methods (ReSam, LMix, CReg), the study reveals that reductions in Prediction bias do not consistently translate to improved OOD performance, and that biases can transfer across QA datasets. The authors show that model pre-training scale generally reduces reliance on biases, while debiasing methods vary in effectiveness across biases and can slow training. They also demonstrate that models trained on one QA dataset can exhibit similar bias reliance when evaluated on others, underscoring the need for bias-aware robustness reporting. Overall, the paper advocates for complementary bias-focused analyses to better gauge LMs’ robustness beyond OOD metrics, guiding more reliable deployment of QA systems.
Abstract
While the Large Language Models (LLMs) dominate a majority of language understanding tasks, previous work shows that some of these results are supported by modelling spurious correlations of training datasets. Authors commonly assess model robustness by evaluating their models on out-of-distribution (OOD) datasets of the same task, but these datasets might share the bias of the training dataset. We propose a simple method for measuring a scale of models' reliance on any identified spurious feature and assess the robustness towards a large set of known and newly found prediction biases for various pre-trained models and debiasing methods in Question Answering (QA). We find that while existing debiasing methods can mitigate reliance on a chosen spurious feature, the OOD performance gains of these methods can not be explained by mitigated reliance on biased features, suggesting that biases are shared among different QA datasets. Finally, we evidence this to be the case by measuring that the performance of models trained on different QA datasets relies comparably on the same bias features. We hope these results will motivate future work to refine the reports of LMs' robustness to a level of adversarial samples addressing specific spurious features.
