arXiv:2608.15303cs.AI2026-08

通过分阶段推理提升大模型测试时计算效率,让少数正确答案也能被找回。

Divergent-Convergent Reasoning: Scaling Test-Time Compute through Structured Solution Synthesis

论文配图:Divergent-Convergent Reasoning: Scaling Test-Time Compute through Structured Solution Synthesis
图 1 · 摘自论文原文
  • 先发散生成多个解法,再收敛整合,用结构化方式合成答案。
  • 递归式重构使准确率超基线,AIME 2024 达 93.3%,平均少用 27% 算力。
  • 发现分歧越大,重校正收益越高,可指导算力动态分配。

测试时计算能显著提升大语言模型的推理性能,但其机制与适用条件仍不清晰。本文研究分叉-汇聚推理(DCR),一种包含探索与收敛两阶段的简单范式:探索阶段生成多个候选解,收敛阶段进行整合。核心发现:即使一次重校步骤,也能可靠放大少数正确输出——在正确解为少数时,该方法可恢复正确答案,而多数投票失效;提出递归式DCR,一种自回归重校系统,能迭代分析分歧并动态分配算力,实现更高精度(如在AIME 2024达93.3%、AIME 2025达92.0%),且平均算力消耗减少约27%;进一步引入无需训练的离散度度量,揭示分歧程度与测试时增益间的结构关系:当DCR有效时,探索输出分歧越高,重校带来的准确率提升越显著。这些结果表明,分歧可被系统利用以优化测试时推理,并揭示智能体式大模型系统的新兴缩放规律。

原文摘要 · Abstract (English)

Test-time compute can substantially improve Large Language Model (LLM) reasoning performance, yet how and when additional compute helps remains poorly understood. We study Divergent-Convergent Reasoning (DCR), a simple two-phase primitive consisting of an exploration phase that generates multiple candidate solutions followed by a convergent reconciliation phase. We present three core results. First, we show that even a single reconciliation step can reliably amplify correct minority reports: across datasets, DCR often recovers the correct answer when correct exploration outputs are in the minority, a regime where majority voting fails. Second, we introduce recursive DCR, an autoregressive reconciliation system that iteratively analyzes disagreements and allocates additional test-time compute. Recursive DCR achieves higher accuracy than fixed-compute baselines-reaching 93.3% on AIME 2024 and 92.0% on AIME 2025-while using roughly 27% less compute on average, demonstrating that attentive resource allocation is superior to uniform scaling. Third, we analyze disagreement among exploration outputs via a simple, training-free dispersion metric. Dispersion reveals a structured relationship between disagreement and test-time gains: in regimes where DCR is effective, higher disagreement among exploration outputs is associated with larger accuracy improvements from reconciliation. Together, these results show that disagreement, often viewed as noise, can be systematically exploited to improve test-time reasoning and reveal emerging scaling laws for agentic LLM systems.

测试时计算推理增强动态分配大模型

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