← 首页|学术|Test-Time Scaling in the Wild: Why Exploitation, Not Exploration, Is the Bottleneck
Computation and Language (cs.CL) · 2608.18931 · 2026/08/19

Test-Time Scaling in the Wild: Why Exploitation, Not Exploration, Is the Bottleneck

Romano, Davide, Raj, Kanak, Parker, Jerrod, Giofrè, Daniele
TL;DR:TTS 在开放任务上的瓶颈不是探索是利用:最佳候选随算力稳步提升,但奖励模型与真实质量相关仅 ρ≈0.12,选不出最优——只有跨候选融合稳定有效。

🎯 问题

测试时扩展(多候选生成/搜索/迭代细化)在数学和代码上增益大,但验证容易;在医学/法律/金融/聊天/创作等开放生成任务上是否成立、token 预算到底花在哪没被系统测过。

🔬 方法

统一框架把 TTS 的 token 预算分解为探索与利用两个分量,首次做五个 TTS 家族×五个开放基准的算力归一化对比,度量每个方法的探索/利用效率。
章节结构(全文标题提取):
1 Introduction
2 Related Work
3 Theoretical Framework
4 Experimental Setup
5 Results
6 Analysis
7 Conclusion
Acknowledgements

📊 结果

探索有效(候选池最佳随算力稳步上升),利用崩坏(SOTA 奖励模型与真实质量 ρ≈0.12,选择近乎随机);树搜索因多样性坍缩放大失败;只有跨候选合成(Fusion)一致改善,也仅回收约 40% 可用质量。

💡 与研究方向关联

奖励模型选不出最优 → 推理层的「最后一公里」仍是短板,直接关联 duplex 推理层对响应质量的选择问题。

📝 原文摘要

▶ 原文摘要 Abstract
Test-time scaling (TTS) improves language model outputs by spending additional inference compute - generating multiple candidates, searching over partial sequences, or iteratively refining drafts. These techniques yield large gains on mathematics and code, but have been developed and stress-tested almost exclusively on tasks where verification is straightforward. We conduct the first compute-normalised comparison of five TTS families across five open-ended generation benchmarks spanning medicine, law, finance, general chat, and creative writing - grounded in a unified framework that decomposes the effectiveness of each method's token budget into exploration and exploitation. The answer depends on which side of that decomposition you examine. Scaling exploration works: the best candidate in the pool improves steadily with compute across all settings. What breaks is exploitation - the step that converts a rich candidate pool into a final output. With state-of-the-art generators, reward models correlate at only $\rho_v \approx 0.12$ with true quality, rendering selection near-random regardless of budget. Tree search amplifies this failure through diversity collapse. Refinement helps on one of five benchmarks; its apparent gains elsewhere are confounded. Only synthesis across candidates (Fusion) consistently improves over single-sample baselines, yet still recovers only ~40% of available quality. The candidate pool is not the bottleneck - choosing from it is.
Deep Read · 2026-08-21高松灯 / Agent 日报
Test-Time ScalingExplorationExploitationReward Model