Calibrated Language Model Fine-Tuning for In- and Out-of-Distribution Data
Lingkai Kong, Haoming Jiang, Yuchen Zhuang, Jie Lyu, Tuo Zhao, Chao Zhang
TL;DR
This work tackles miscalibration in fine-tuned language models for both ID and OOD data by introducing a data-augmentation-inspired calibration framework with on-manifold interpolation and off-manifold entropy regularization. The proposed objective regularizes predictions through pseudo-sample generation inside and outside the data manifold, improving ID calibration and OOD uncertainty. Across six text-classification datasets, the method achieves superior ECE and NBAUCC scores for misclassification and OOD detection, with ablations confirming complementary effects of both regularizers. The approach offers a general, practical calibration technique for large pre-trained language models that preserves accuracy while enhancing reliability.
Abstract
Fine-tuned pre-trained language models can suffer from severe miscalibration for both in-distribution and out-of-distribution (OOD) data due to over-parameterization. To mitigate this issue, we propose a regularized fine-tuning method. Our method introduces two types of regularization for better calibration: (1) On-manifold regularization, which generates pseudo on-manifold samples through interpolation within the data manifold. Augmented training with these pseudo samples imposes a smoothness regularization to improve in-distribution calibration. (2) Off-manifold regularization, which encourages the model to output uniform distributions for pseudo off-manifold samples to address the over-confidence issue for OOD data. Our experiments demonstrate that the proposed method outperforms existing calibration methods for text classification in terms of expectation calibration error, misclassification detection, and OOD detection on six datasets. Our code can be found at https://github.com/Lingkai-Kong/Calibrated-BERT-Fine-Tuning.
