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,
LLM推理过程的动态不确定性分析
- 核心方法
- 引入答案分布轨迹表示方法,跟踪LLM在推理过程中的完整预测分布,捕捉不确定性来源及演变。
- 适合谁读
- 研究者、工程师
- 要解决的问题
- 现有的链式思维推理仅通过最终准确率评估,忽略了推理路径对结果的影响。
- 关键实验
- 使用具体模型和数据集展示了答案分布轨迹的有效性和洞察力,但具体实验细节未提供。
- 主要贡献
- 提供比终点和熵汇总更精细的推理过程描述,揭示动态不确定性演变和竞争假设。
- 意义与局限
- 有助于更深入地理解LLM的推理机制,提升模型的可解释性和优化潜力,但计算成本可能较高。