推理计算如何影响前沿LLM评估

How Inference Compute Shapes Frontier LLM Evaluation

精选理由

别被固定预算的基准分数骗了,这篇论文揭示了很多模型实际能力需要更多推理计算才能看出来。

AI 摘要

一项研究评估了12个前沿语言模型在7个基准上的表现,包括FrontierMath、TerminalBench和网络安全任务。研究发现,增加推理计算(如更大token预算和重复提交)能显著提升得分,例如在FrontierMath上提升达20%以上。固定预算的评估会低估新一代模型能力,因为它们在更大预算下能解锁并更可靠地解决难题。不同基准对推理缩放方法的依赖各异:重复提交对多数基准有效,但外部反馈仅在特定任务中有帮助。

原文 · arXiv cs.AI

How Inference Compute Shapes Frontier LLM Evaluation

AI evaluations are shifting toward harder tasks that benefit from longer trajectories involving tool use and iterative problem solving. As a result, performance is increasingly sensitive to the amount and allocation of compute available at test time ("inference compute"). Yet many evaluations still report performance at a single restrictive budget, meaning that low scores may reflect the evaluation setup rather than the model's underlying capability. To test this, we evaluate up to 12 frontier language models on seven challenging benchmarks spanning software engineering, mathematics, medicine, and cybersecurity. We use a controlled setup combining three simple inference-scaling interventions: larger token budgets, context compaction, and repeated submission attempts, guided either by the model itself or by minimal correctness feedback. We find three main results. First, larger token budgets substantially improve performance on benchmarks across multiple domains, including cybersecurity, FrontierMath, Humanity's Last Exam, and TerminalBench. Second, fixed-budget evaluations can increasingly understate frontier capability as models advance. Newer models reach higher performance at large budgets, where they unlock harder tasks and solve them more reliably. Third, benchmarks differ in which inference-scaling methods help most: repeated submission broadly improves performance, but the value of larger token budgets, external feedback, and parallel attempts varies by benchmark. Overall, our results show that benchmark scores are protocol-dependent. We therefore argue that evaluations should report capability as a function of inference-time compute, specify protocol choices explicitly, and compare model generations over a large shared compute range at matched budgets, especially in safety- or policy-relevant settings.