arXiv:2605.06840cs.AI2026-05被引 1

通过提取搜索树发现大模型规划浅显且只关注短期结果。

Extracting Search Trees from LLM Reasoning Traces Reveals Myopic Planning

论文配图:Extracting Search Trees from LLM Reasoning Traces Reveals Myopic Planning
图 1 · 摘自论文原文
  • 从推理痕迹中提取搜索树,量化模型的规划结构
  • 模型性能由搜索广度决定,而非深度,且实际决策忽略深层节点
  • 适合研究模型推理机制或对齐人类规划的研究者

大型语言模型(LLMs),尤其是推理模型,会生成包含对未来结果显式权衡的长链思维(CoT)推理。然而,这种权衡是否构成真正规划、其结构如何以及哪些方面驱动性能仍不清楚。本文提出一种新方法,通过在四子连珠棋游戏中从推理轨迹中提取并量化搜索树,分析计划结构及其对走子决策的影响。结果发现,LLMs的搜索深度远小于人类,且性能由搜索广度决定而非深度。最显著的是,尽管模型在轨迹中扩展了深层节点,但走子选择最符合仅依赖浅层节点的短视模型。因果干预实验进一步表明,走子决策主要由浅层节点驱动,而非深层节点。这与人类规划形成对比:人类表现主要依赖深度搜索。研究揭示了人类与大模型在规划本质上的关键差异——人类专家靠深度前瞻,而大模型不使用深层预判。该发现为对齐模型与人类规划提供了针对性指导。更广泛地,本框架可推广至其他战略领域,用于解析大模型规划的结构。

原文摘要 · Abstract (English)

Large language models (LLMs), especially reasoning models, generate extended chain-of-thought (CoT) reasoning that often contains explicit deliberation over future outcomes. Yet whether this deliberation constitutes genuine planning, how it is structured, and what aspects of it drive performance remain poorly understood. In this work, we introduce a new method to characterize LLM planning by extracting and quantifying search trees from reasoning traces in the four-in-a-row board game. By fitting computational models on the extracted search trees, we characterize how plans are structured and how they influence move decisions. We find that LLMs' search is shallower than humans', and that performance is predicted by search breadth rather than depth. Most strikingly, although LLMs expand deep nodes in their traces, their move choices are best explained by a myopic model that ignores those nodes entirely. A causal intervention study where we selectively prune CoT paragraphs further suggests that move selection is driven predominantly by shallow rather than deep nodes. These patterns contrast with human planning, where performance is driven primarily by deep search. Together, our findings reveal a key difference between LLM and human planning: while human expertise is driven by deeper search, LLMs do not act on deep lookahead. This dissociation offers targeted guidance for aligning LLM and human planning. More broadly, our framework provides a generalizable approach for interpreting the structure of LLM planning across strategic domains.

大模型推理规划机制认知分析

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。