When Does a Language Model Commit? A Finite-Answer Theory of Pre-Verbalization Commitment

Long Zhang, Wei-neng Chen, Feng-feng Wei, Zi-bo Qin

arXiv:2605.06723 · 2026-05-11 공개 · arXiv · PDF

finite-answer pre-verbalization commitment qwen3-4b-instruct log-odds-code hidden-summaries stabilization-time parser-based

Abstract

Language models often generate reasoning before giving a final answer, but the visible answer does not reveal when the model's answer preference became stable. We study this question through a narrow computable object: \emph{finite-answer preference stabilization}. For a model state and specified answer verbalizers, we project the model's own continuation probabilities onto a finite answer set; in binary tasks this yields an exact log-odds code, $\delta(\xi)=S_\theta(\mathrm{yes}\mid\xi)-S_\theta(\mathrm{no}\mid\xi)$. This target defines parser-based answer onset, retrospective stabilization time, and lead without relying on greedy rollouts or learned probes. In controlled delayed-verdict tasks with Qwen3-4B-Instruct, the contextual finite-answer projection stabilizes before the answer is parseable, with 17--31 token mean lead in the main templates and positive, shorter lead in a parser-clean replication. The signal tracks the model's eventual output rather than truth, is linearly recoverable from compact hidden summaries, is partly separable from cursor progress, and transfers as shared information without a single invariant coordinate. Diagnostics separate the measurement from online stopping, verbalizer-free belief, and causal answer control; exact steering shows local sensitivity of $\delta$ but not reliable generation control.

한국어 요약

📋 한 줄 요약

**[LLM 해석가능성/추론 동학]** 언어 모델이 추론을 시작하기 전에 이미 어느 답을 선호하는지가 언제 안정화되는지를 "finite-answer preference stabilization"이라는 계산 가능한 객체로 정형화하고 정량 측정.

🎯 핵심 기여도

💡 핵심 아이디어

사람이 보기엔 모델이 한참 추론한 뒤에 답을 내는 것처럼 보이지만, 모델 내부에서는 답 선호가 그 전에 이미 안정화되는 경우가 많다. 이 "사전 언어화 commitment" 시점을 verbalizer probability projection이라는 계산 가능 객체로 정량화하면 추론 과정의 해석가능성과 안전성 평가가 가능해진다.

🔬 기술적 접근법

📊 주요 결과

💭 의의 및 한계

**의의**: "추론이 답을 결정한다"는 가정과 달리, 표면적인 추론 토큰이 이미 결정된 답을 사후 합리화하는 경우가 있음을 정량적으로 입증해 LLM 해석가능성·정렬 연구에 정밀한 측정 도구를 제공한다. **한계**: 분석은 이진/유한 답 과제로 한정되며, 개방형 생성에서의 commitment 정의는 아직 열려 있다. steering 실패는 측정과 제어의 격차를 시사한다.

🚀 실용적 활용