Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

A Close Look into the Calibration of Pre-trained Language Models

About

Pre-trained language models (PLMs) may fail in giving reliable estimates of their predictive uncertainty. We take a close look into this problem, aiming to answer two questions: (1) Do PLMs learn to become calibrated in the training process? (2) How effective are existing calibration methods? For the first question, we conduct fine-grained control experiments to study the dynamic change in PLMs' calibration performance in training. We consider six factors as control variables, including dataset difficulty, available training samples, training steps, the number of tunable parameters, model scale, and pretraining. We observe a consistent change in calibration performance across six factors. We find that PLMs don't learn to become calibrated in training, evidenced by the continual increase in confidence, no matter whether the predictions are correct or not. We highlight that our finding somewhat contradicts two established conclusions: (a) Larger PLMs are more calibrated; (b) Pretraining improves model calibration. Next, we study the effectiveness of existing calibration methods in mitigating the overconfidence issue. Besides unlearnable calibration methods (e.g., label smoothing), we adapt and extend two recently proposed learnable methods that directly collect data to train models to have reasonable confidence estimations. Experimental results show that learnable methods significantly reduce PLMs' confidence in wrong predictions. The code is available at \url{https://github.com/lifan-yuan/PLMCalibration}.

Yangyi Chen, Lifan Yuan, Ganqu Cui, Zhiyuan Liu, Heng Ji• 2022

Related benchmarks

TaskDatasetResultRank
Sentiment ClassificationSST-5
Accuracy70.67
31
Natural Language InferenceHANS
Accuracy57.15
23
Natural Language InferenceaNLI
Accuracy31.31
18
Sentiment ClassificationAMAZON
Accuracy92.2
10
Toxicity DetectionCivil
Accuracy87.06
10
Natural Language InferenceMNLI
Accuracy86.53
10
Toxicity DetectionImplicit Hate
Accuracy61.29
10
Sentiment ClassificationSemEval
Accuracy55.38
10
Toxicity DetectionHate Speech
Accuracy75.52
10
Showing 9 of 9 rows

Other info

Code

Follow for update