Graph-based Confidence Calibration for Large Language Models
About
Reliable confidence estimation is essential for enhancing the trustworthiness of large language models (LLMs), especially in high-stakes scenarios. Despite its importance, accurately estimating confidence in LLM responses remains a significant challenge. In this work, we propose using an auxiliary learning model to assess response correctness based on the self-consistency of multiple outputs generated by the LLM. Our method builds a consistency graph to represent the agreement among multiple responses and uses a graph neural network (GNN) to estimate the likelihood that each response is correct. Experiments demonstrate that this method has strong calibration performance on various benchmark datasets and generalizes well to out-of-domain cases.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Question Answering | TriviaQA | BS (%)12.29 | 65 | |
| Calibration | TriviaQA | -- | 39 | |
| Calibration | TruthfulQA | -- | 32 | |
| Calibration | MMLU-Pro | ECE13.33 | 11 | |
| Calibration | Mean macro-average across benchmarks | Expected Calibration Error (ECE)19.5 | 11 | |
| Language Understanding | MMLU-Pro | Brier Score26.28 | 11 | |
| Question Answering | TruthfulQA | Brier Score28.32 | 11 | |
| Math Reasoning | GSM8K | Brier Score9.25 | 11 | |
| Calibration | BBH | ECE19.77 | 11 | |
| Reasoning | BBH | Brier Score (BBH)20.18 | 11 |