ArXiv

When are likely answers right? On Sequence Probability and Correctness in LLMs

Authors
Johannes Zenn, Jonas Geiping
Categories
stat.ML, cs.LG
arXiv
https://arxiv.org/abs/2606.27359v1
PDF
https://arxiv.org/pdf/2606.27359v1

Brief

The paper studies when sequence probability (the model's conditional probability of a continuation) aligns with correctness by measuring this relationship across decoding methods, hyperparameter settings, prompt–answer pairs, and repeated responses. Key findings: within a fixed dataset higher sequence probability often correlates with correctness, but raising sequence probability via decoding changes usually does not boost accuracy, and sequence probability fails to predict correctness for repeated responses. The results clarify limits of probability‑based decoding and guide self‑consistency and verifier‑free improvement strategies; full preprint (PDF) is available.

Why it matters

Across prompt–answer pairs within a fixed dataset, higher sequence probability often predicts correctness: Zenn & Geiping (2026) quantify this alignment at four levels (decoding methods, hyperparameters, prompt–answer pairs, repeated responses) in a 38‑page preprint (10 pages main, 28 pages appendix).

Key details

  • Changing decoding method or hyperparameters to increase sequence probability does not reliably improve accuracy, and sequence probability is a poor indicator of correctness for repeated responses — with direct implications for decoding choices, self‑consistency, and verifier‑free self‑improvement.
Source evidence

Abstract

Many decoding methods for large language models can be understood as shifting probability mass toward outputs that are more likely under the model, either locally at the token level or globally at the sequence level. Therefore, their success depends on a fundamental question: when does sequence probability, that is, the conditional probability of a continuation given a prompt, actually align with correctness? In this paper, we set out to quantify this relationship across decoding methods, models, and benchmarks at four levels: across decoding methods, across hyperparameters within a method, across prompt-answer pairs within a dataset, and across repeated responses to the same prompt. We find that higher sequence probability is often predictive of correctness across prompt-answer pairs within a fixed dataset. However, this relationship does not generally transfer to decoding decisions: increasing sequence probability by changing hyperparameters or methods does not reliably improve accuracy. Further, sequence probability is not a good indicator of correctness for responses to the same prompt. These findings clarify when decoding can and cannot be expected to improve correctness, and provide practical guidance for decoding, self-consistency, and verifier-free self-improvement.

Comment: 38 pages, including 10 pages of main text and 28 pages of appendix, preprint