Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/8/4 17:57:20
Test-Time Scaling in Reasoning LLMs: Inference Regimes, Evaluation, and Reproducibility
AI 中文解读
核心亮点:这篇研究给AI推理能力的“考试时间”立了规矩,让不同AI的成绩单终于可以公平比较了。
通俗解读:以前让AI解难题,就像给学生不同时长的考试,有人答完就交卷,有人反复检查,还有人叫上“同学”一起讨论。但大家只报分数,不说考试方式,结果根本没法比。这篇论文把AI“加时思考”的方法分成了三类:一条路走到黑、多写几份答案再投票、边想边改路线。它还要求以后报告成绩必须附带“考试规则”,比如用了多少算力、怎么验证答案,否则成绩无效。同时,研究者公开了20亿条AI思考过程的数据,相当于把“学霸草稿纸”都发出来了。
实际影响:以后你用AI做数学题、写代码或查资料,如果它“想”得更久,答案会更可靠。普通用户能更清楚AI的思考成本,不会误以为“快”就是“笨”。对开发者来说,选择哪种AI推理方案有了明确依据,能避免被宣传数据忽悠。最终,AI在医疗诊断、法律分析等需要严谨推理的领域会更值得信赖。
Large language models can solve substantially harder reasoning problems with more inference-time compute. The term "test-time scaling," however, now covers diverse inference algorithms that extend deliberation along a single trajectory, sample completed candidates and aggregate them through voting or verification, or search over unfinished partial states. These algorithms differ in their statistical structure, compute accounting, and failure modes. Treating these procedures as interchangeable under a single scalar "budget," or reporting accuracy without the inference protocol that produced it, makes results difficult to compare across studies. We develop a systematic account of test-time scaling along three axes. First, we formalize test-time scaling as budgeted inference over the implicit prefix tree of an autoregressive model and distinguish three structural regimes: single-trajectory sequential scaling, leaf-level scaling with terminal reduction, and prefix-level scaling. Second, we treat the evaluated object as the entire inference system and develop evaluation principles that separate end-to-end system performance from candidate-bank diagnostics. We introduce an evaluation profile whose coordinates and simple functionals recover or bound common repeated-sampling metrics, and prescribe protocol-matched reporting of compute and uncertainty. Third, we specify reproducibility requirements for inference protocols, distinguishing exact replay from distributional reproducibility and identifying the artifacts needed to support each. We also organize the open-weight reasoning ecosystem by model-side and interface mechanisms, apply these principles to broad-knowledge, symbolic-reasoning, and competition-mathematics benchmarks, and assemble over 2 billion full reasoning traces for release with progressively richer verifier and token-level signals.
分享
阅读原文 ↗