English

Language Model Probabilities are Not Calibrated in Numeric Contexts

Artificial Intelligence 2025-03-06 v2

Abstract

Some statements have one well-defined continuation (e.g., "the Eiffel Tower is in [Paris]"), whereas others have a natural distribution over multiple options (e.g., "the weighted coin flip was [Heads/Tails].") We argue that language model (LM) outputs should capture these natural distributions. Our work specifically tests whether LM output probabilities are calibrated to numeric information within their textual contexts. For example, if the context (the prompt) concerns two equally likely options (e.g., heads or tails for a fair coin), the LM output probabilities should also be equal. Likewise, in a context with nonuniformly likely events (e.g., rolling a pair with two dice) an LM should output proportionate probabilities. However, we find that even in simple settings, the best LMs (1) are poorly calibrated and (2) have systematic biases: artifacts like word identity, word order, and word frequency all impact calibration. For example, gpt-4o-mini often picks the first of two options presented in the prompt regardless of the options' implied likelihoods, whereas Llama-3.1-8B picks the second. Models do not allocate probability mass among valid options in a calibrated manner.

Keywords

Cite

@article{arxiv.2410.16007,
  title  = {Language Model Probabilities are Not Calibrated in Numeric Contexts},
  author = {Charles Lovering and Michael Krumdick and Viet Dac Lai and Seth Ebner and Nilesh Kumar and Varshini Reddy and Rik Koncel-Kedziorski and Chris Tanner},
  journal= {arXiv preprint arXiv:2410.16007},
  year   = {2025}
}

Comments

8 pages (main), 39 pages (references and appendix), in submission

R2 v1 2026-06-28T19:29:42.397Z