Papers › Probabilities of Chat LLMs Are Miscalibrated but Still Predict Correctness on...

Probabilities of Chat LLMs Are Miscalibrated but Still Predict Correctness on Multiple-Choice Q&A

20 Feb 2024arXiv:2402.13213archive 2025-07-28

Benjamin Plaut, Nguyen X. Khanh, Tu Trinh

We study 14 large language models (LLMs) fine-tuned for chat and find that their maximum softmax probabilities (MSPs) are consistently miscalibrated on multiple-choice Q&A. However, those MSPs might still encode useful uncertainty information. Specifically, we hypothesized that wrong answers would be associated with smaller MSPs compared to correct answers. Via rigororous statistical testing, we show that this hypothesis holds for models which perform well on the underlying Q&A task. We also find a strong direction correlation between Q&A accuracy and MSP correctness prediction, while finding no correlation between Q&A accuracy and calibration error. This suggests that within the current fine-tuning paradigm, we can expect correctness prediction but not calibration to improve as LLM capabilities progress. To demonstrate the utility of correctness prediction, we show that when models have the option to abstain, performance can be improved by selectively abstaining based on the MSP of the initial model response, using only a small amount of labeled data to choose the MSP threshold.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2402.13213")

Code

Syntology Ran 10 of 14 code samples harvested from 2 repositories linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 9 ran with no contract checked.

By repository: official repository: 14 samples from 2 repositories, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

bplaut/softmax-probs-predict-llm-correctness officialmentioned in papermentioned on GitHubMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 10 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · fixture could not drive it
9ran
4unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

compute_statistics bplaut/softmax-probs-predict-llm-correctness/show_msp_distributions.py official repository ran fingerprinted MIT (permissive) · 74f56cba2c962f66 · report
parse_data bplaut/softmax-probs-predict-llm-correctness/utils.py official repository ran MIT (permissive) · ed723c89b7e88189 · report
parse_file_name bplaut/softmax-probs-predict-llm-correctness/utils.py official repository ran MIT (permissive) · 54531f830631efef · report
parse_filename bplaut/softmax-probs-predict-llm-correctness/show_msp_distributions.py official repository ran fingerprinted MIT (permissive) · ddaa2dc3f0678532 · report
parse_group_name bplaut/softmax-probs-predict-llm-correctness/utils.py official repository ran fingerprinted MIT (permissive) · 0881fdbaf4528342 · report
plot_style_for_group bplaut/softmax-probs-predict-llm-correctness/plotting_functions.py official repository ran MIT (permissive) · 44d2ee7d0ca61946 · report
process_file bplaut/softmax-probs-predict-llm-correctness/show_msp_distributions.py official repository ran MIT (permissive) · 0c29fde88ebbe1cd · report
t_to_str bplaut/llm-calibration-and-correctness-prediction/generate_text.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 68f6a3ddce1f5422 · report
test_large_sample bplaut/softmax-probs-predict-llm-correctness/statistical_tests.py official repository ran MIT (permissive) · 3b63c9c481b3cc15 · report
test_normality bplaut/softmax-probs-predict-llm-correctness/statistical_tests.py official repository ran MIT (permissive) · 95b959aa05271726 · report
acc_scatter_plots bplaut/softmax-probs-predict-llm-correctness/plotting_functions.py official repository unverified MIT (permissive) · 4d4f6a798379d5f5 · report
compute_auroc bplaut/softmax-probs-predict-llm-correctness/plotting_functions.py official repository unverified MIT (permissive) · 4e2deaf4a017eea3 · report
plots_for_group bplaut/llm-calibration-and-correctness-prediction/analysis_main.py official repository unverified MIT (permissive) · 8d80acdead51a530 · report
test_equal_variance bplaut/softmax-probs-predict-llm-correctness/statistical_tests.py official repository unverified MIT (permissive) · 85a8cea633d8182d · report

Tasks

Language ModellingLarge Language ModelMultiple-choicePrediction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Softmax

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections