paper-with-me

홈 › Papers

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

2026-06-25 · Johannes Zenn, Jonas Geiping arxiv

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.

📄 PDF Abstract BibTeX arXiv:2606.27359

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Algorithms and Improved bounds for online learning under finite hypothesis class

2019-03-24 · Ankit Sharma, Late C. A. Murthy

Online learning is the process of answering a sequence of questions based on the correct answers to the previous questions. It is studied in many research areas such as game theory, information theory and machine learnin…

Value Leakage: An LLM's Answers Are Silently Shaped by Its Own Values

2026-07-15 · Jan Betley, Johannes Treutlein, Jan Dubiński, Harry Mayne 외 arxiv

People use language models for practical questions whose answers are difficult to verify. We show that models exhibit covert value leakage: the information they provide is influenced by their own values, without this inf…

Neural Models for Key Phrase Detection and Question Generation

2017-06-14 · Sandeep Subramanian, Tong Wang, Xingdi Yuan, Saizheng Zhang 외

We propose a two-stage neural model to tackle question generation from documents. First, our model estimates the probability that word sequences in a document are ones that a human would pick when selecting candidate ans…

Question AnsweringQuestion GenerationQuestion-GenerationReading Comprehension

Neural Models for Key Phrase Extraction and Question Generation

2018-07-01 · WS 2018 7 · S Subramanian, eep, Tong Wang, Xingdi Yuan 외

We propose a two-stage neural model to tackle question generation from documents. First, our model estimates the probability that word sequences in a document are ones that a human would pick when selecting candidate ans…

Question AnsweringQuestion GenerationQuestion-GenerationReading Comprehension

Self-Consistency of Large Language Models under Ambiguity

2023-10-20 · Henning Bartsch, Ole Jorgensen, Domenic Rosati, Jason Hoelscher-Obermaier 외

Large language models (LLMs) that do not give consistent answers across contexts are problematic when used for tasks with expectations of consistency, e.g., question-answering, explanations, etc. Our work presents an eva…

Question Answering