paper-with-me

Papers

Calibration Meets Explanation: A Simple and Effective Approach for Model Confidence Estimates

2022-11-06 · Dongfang Li, Baotian Hu, Qingcai Chen

Calibration strengthens the trustworthiness of black-box models by producing better accurate confidence estimates on given examples. However, little is known about if model explanations can help confidence calibration. Intuitively, humans look at important features attributions and decide whether the model is trustworthy. Similarly, the explanations can tell us when the model may or may not know. Inspired by this, we propose a method named CME that leverages model explanations to make the model less confident with non-inductive attributions. The idea is that when the model is not highly confident, it is difficult to identify strong indications of any class, and the tokens accordingly do not have high attribution scores for any class and vice versa. We conduct extensive experiments on six datasets with two popular pre-trained language models in the in-domain and out-of-domain settings. The results show that CME improves calibration performance in all settings. The expected calibration errors are further reduced when combined with temperature scaling. Our findings highlight that model explanations can help calibrate posterior estimates.

📄 PDF Abstract BibTeX arXiv:2211.03041

Code (1)

crazyofapple/cme-emnlp2022 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Don't Go Breaking My LLM: The Impact of Pruning Attention Layers on Explanation Faithfulness and Confidence Calibration

2026-06-23 · Pietro Tropeano, Maria Maistro, Tuukka Ruotsalo, Christina Lioma arxiv

Pruning Large Language Models (LLMs) reduces memory and inference costs by removing parts of the network, producing smaller models that retain most of their accuracy. As attention layers are the most resource-intensive p…

Improving Perturbation-based Explanations by Understanding the Role of Uncertainty Calibration

2025-11-13 · Thomas Decker, Volker Tresp, Florian Buettner arxiv

Perturbation-based explanations are widely utilized to enhance the transparency of machine-learning models in practice. However, their reliability is often compromised by the unknown model behavior under the specific per…

On Calibrating Semantic Segmentation Models: Analyses and An Algorithm

2022-12-22 · CVPR 2023 1 · Dongdong Wang, Boqing Gong, Liqiang Wang

We study the problem of semantic segmentation calibration. Lots of solutions have been proposed to approach model miscalibration of confidence in image classification. However, to date, confidence calibration research on…

image-classificationImage ClassificationPredictionSegmentation+1

What Large Language Models Know and What People Think They Know

2024-01-24 · Mark Steyvers, Heliodoro Tejeda, Aakriti Kumar, Catarina Belem 외

As artificial intelligence (AI) systems, particularly large language models (LLMs), become increasingly integrated into decision-making processes, the ability to trust their outputs is crucial. To earn human trust, LLMs …

ArticlesDecision MakingMultiple-choice

Improving Calibration by Relating Focal Loss, Temperature Scaling, and Properness

2024-08-21 · Viacheslav Komisarenko, Meelis Kull

Proper losses such as cross-entropy incentivize classifiers to produce class probabilities that are well-calibrated on the training data. Due to the generalization gap, these classifiers tend to become overconfident on t…

image-classificationImage Classification