自动发现系统无通用最优框架:研究建议适应性超参数选择

Automated Discovery Has No Universally Superior Harness

精选理由

这篇论文用310万次测试证明没有一种自动发现框架永远最好,建议根据任务灵活调整,值得做Agent研究的同学参考。

AI 摘要

论文拆解了OpenEvolve和TTT-Discover两种自动发现系统的组件,在12个模型-问题对上评估了30种预算匹配框架,涉及超过310万次LLM生成。重复试验统计分析表明,没有一种固定框架在所有情况下表现最优,且OpenEvolve变体普遍不如更简单的方案。研究发现早期发现进度可预测最终性能,因此提出基于早期表现进行预算自适应分配的方案,其效果优于随机固定框架或非自适应集成。该研究建议将框架选择视为超参数,而非通用方案。

原文 · arXiv cs.AI

Automated Discovery Has No Universally Superior Harness

Autonomous discovery systems such as OpenEvolve and TTT-Discover are often used as general-purpose harnesses. However, in practice these are composite systems combining several design choices about archives, parent selection, exploration, and budget allocation into a single recipe. Because discovery runs are expensive and inherently stochastic, existing harnesses are often compared using too few independent trials to distinguish key methodological improvements from run-to-run variance. We systematically decompose OpenEvolve-style evolutionary search and the TTT-Discover search harness into its constituent components and systematically evaluate 30 budget-matched harnesses across 12 model-problem pairs using more than 3.1 million LLM rollouts and repeated-trial statistical analysis. Our results show that discovery harnesses have a generalization problem: No fixed harness is reliably superior across the evaluated model-problem pairs, and variants of OpenEvolve generally underperform simpler alternatives. Thus, harness choice is better viewed as a hyperparameter rather than as a universal recipe, and should be tailored to the specific problem and underlying model. We also find that early discovery progress predicts final performance, and use this property to present a budget-matched adaptive-allocation experiment that starts multiple harnesses, prunes weak partial runs, and reallocates compute to stronger survivors, outperforming both commitment to a randomly sampled fixed harness and a non-adaptive harness ensemble. Together, these results motivate shifting from fixed harness selection to online adaptation guided by early performance. We release all run pools including baseline null distributions for every model-problem pair as reusable statistical infrastructure against for future harness proposals.