LLM推理的答案分布轨迹研究
Answer-Distribution Trajectories: A Stochastic-Dynamics View of LLM Reasoning
这篇论文提出了分析LLM推理动态的新方法,通过答案分布轨迹揭示了传统评估方法忽略的推理过程细节。
该研究提出答案分布轨迹方法,追踪大语言模型在推理过程中对答案的完整预测分布变化。研究分析了16个开源语言模型和4个推理基准测试,发现具有相同终点和相似熵轨迹的推理路径可能展现显著不同的推理动态。不同目标和训练推理选择会系统性地重塑这些动态特征。
Answer-Distribution Trajectories: A Stochastic-Dynamics View of LLM Reasoning
Chain-of-thought reasoning provides a structured computation between a model's input and final answer. Yet it is often evaluated through endpoint accuracy, which ignores the path taken to reach that answer. An emerging line of work addresses this limitation using entropy profiles, which track how uncertainty evolves over the reasoning process but do not reveal which competing hypotheses account for that uncertainty. We introduce answer-distribution trajectories, a stochastic-dynamics-inspired representation that tracks the model's full predictive distribution over answers as reasoning unfolds. As a strictly finer representation than endpoint and entropy summaries, answer-distribution trajectories enable us to characterize a trace through a dynamical reasoning profile spanning exploration, revision, motion, and commitment, and to distinguish different dynamical mechanisms of reasoning success and failure. Across sixteen open-weight language models and four reasoning benchmarks, we show that traces with the same endpoint and similar entropy profiles can exhibit substantially different reasoning dynamics. We further find substantial variation in these dynamics both within and across models and tasks, with different objectives favoring different dynamical profiles. Additionally, we show that training and inference choices systematically reshape these profiles. Our results suggest that answer-distribution trajectories provide a rich framework for analysing and evaluating the dynamics of LLM reasoning.