The Reliability Paradox: Exploring How Shortcut Learning Undermines Language Model Calibration
Geetanjali Bihani, Julia Rayz
TL;DR
The paper tackles the reliability paradox in pre-trained language models: lower calibration error does not guarantee reliable decision rules, as models can rely on shortcut cues that yield overconfident but non-generalizable predictions. It introduces a framework that identifies shortcuts using Integrated Gradients and Local Mutual Information and defines metrics $P_{sc}$ and $T_{sc}$ to relate shortcut use to accuracy. Across eight datasets and five transformer architectures, the study shows that models with lower $ECE$ often rely on shortcuts, challenging the assumption that calibration aligns with reliability. The authors advocate for integrating calibration with generalization objectives and developing robust frameworks to achieve truly trustworthy PLMs.
Abstract
The advent of pre-trained language models (PLMs) has enabled significant performance gains in the field of natural language processing. However, recent studies have found PLMs to suffer from miscalibration, indicating a lack of accuracy in the confidence estimates provided by these models. Current evaluation methods for PLM calibration often assume that lower calibration error estimates indicate more reliable predictions. However, fine-tuned PLMs often resort to shortcuts, leading to overconfident predictions that create the illusion of enhanced performance but lack generalizability in their decision rules. The relationship between PLM reliability, as measured by calibration error, and shortcut learning, has not been thoroughly explored thus far. This paper aims to investigate this relationship, studying whether lower calibration error implies reliable decision rules for a language model. Our findings reveal that models with seemingly superior calibration portray higher levels of non-generalizable decision rules. This challenges the prevailing notion that well-calibrated models are inherently reliable. Our study highlights the need to bridge the current gap between language model calibration and generalization objectives, urging the development of comprehensive frameworks to achieve truly robust and reliable language models.
