arXiv:2606.06915cs.CLcs.AI2026-06ACL

统一测试时计算扩展框架,让大模型推理更高效智能。

ThinkBooster: A Unified Framework for Seamless Test-Time Scaling of LLM Reasoning

论文配图:ThinkBooster: A Unified Framework for Seamless Test-Time Scaling of LLM Reasoning
图 1 · 摘自论文原文
  • 模块化库整合多种推理增强策略与评分方法。
  • 实测显示不同策略在性能与计算成本间存在权衡。
  • 支持真实应用部署,可调试推理过程路径选择。

测试时计算(TTC)扩展已成为提升大语言模型推理能力的重要范式,通过在推理阶段分配额外算力实现,如多样本生成和验证器重排序。现有TTC扩展策略与推理评分方法分散、评估协议不一致,且缺乏对质量-成本权衡的系统分析。本文提出ThinkBooster,一个统一的无缝测试时计算扩展框架,包含:(i) 实现前沿TTC扩展策略与评分方法的模块化Python库;(ii) 联合评估性能与计算效率的基准;(iii) 兼容OpenAI接口的可部署代理服务,支持将自适应推理直接集成到实际应用中。我们还提供可视化调试工具,用于观察推理轨迹、中间选择决策与替代路径。在数学与编程任务上的实证结果揭示了各类策略与评分方法在性能-计算开销间的权衡,并证明ThinkBooster在真实任务中带来实际收益。代码已开源,采用MIT许可。

原文摘要 · Abstract (English)

Test-time compute (TTC) scaling has emerged as a powerful paradigm for improving large language model (LLM) reasoning by allocating additional compute during inference, e.g., via multi-sample generation and verifier-based reranking. Existing TTC scaling strategies and reasoning scorers remain fragmented, evaluated under inconsistent protocols, and are rarely analyzed through the lens of quality-cost trade-offs. We introduce ThinkBooster, a unified framework for seamless test-time compute scaling of LLM reasoning, which consists of (i) a modular Python library implementing state-of-the-art TTC scaling strategy and scorer families, (ii) a benchmark that jointly evaluates performance and computational efficiency, and (iii) a deployable OpenAI-compatible proxy service that enables drop-in integration of adaptive reasoning into real-world applications. We further provide a demo visual debugger for inspecting the reasoning trajectories, intermediate selection decisions, and alternative reasoning paths. Empirical results on mathematical and coding tasks reveal the performance-compute trade-offs of TTC scaling strategies and scoring methods and demonstrate that ThinkBooster provides practical gains in real-world tasks. The code is available online under an MIT license.

大模型推理测试时扩展框架设计

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