arXiv:2607.27687cs.AI2026-07

让自动研究在试错前更准判断,避免越改越差的‘信心悬崖’。

Rehearse: Stepping Back from the Confidence Cliff in Self-Improving Autoresearch

论文配图:Rehearse: Stepping Back from the Confidence Cliff in Self-Improving Autoresearch
图 1 · 摘自论文原文
  • 先对比多个想法再执行,用聚焦的历史记忆辅助决策。
  • 后期判断准确率从56.9%提升至83.5%,大幅减少无效训练。
  • 适合追求高效自动化实验的机器学习研究者使用。

自动研究通过提出代码修改、运行完整训练并保留表现提升的改动来优化模型。其效率不仅取决于想法生成,还依赖于在训练前预判修改是否有效的能力。我们在公开的AutoSOTA日志中发现,前两次迭代中有效修改占比达70%,到第6次后降至43%。在39个源自论文的任务中,对296组相同基线的修改对(每组包含一个有效和一个无效修改),隐藏结果后仅提供候选理由,大模型裁判在严格共识下达到79.5%准确率。但在包含全部366组的基准测试中,随着成功修改积累,条件准确率(严格共识下的准确率)从82.8%下降至56.9%,而裁判仍持续给出判断——我们称此为“信心悬崖”。Rehearse引入轻量级改进:提出多个方案,比较后再执行最有望的,并结合聚焦的历史结果记忆进行判断。该记忆机制将后期条件准确率提升至83.5%。在三个任务上,共4000次预算内训练运行中,Rehearse均在相同训练预算下取得更优终点性能。

原文摘要 · Abstract (English)

Autoresearch improves machine-learning code by proposing changes, running full training jobs, and keeping changes that improve the metric. The efficiency of this loop depends not only on generating ideas, but also on the agent's ability to decide, before spending a training run, whether a proposed modification is likely to work. We study how the reliability of this pre-execution judgment changes over the course of an autoresearch trajectory. In public AutoSOTA logs (Li et al., 2026; Tsinghua FIB Lab, 2026), the fraction of helpful modifications falls from 70% in the first two iterations to 43% by iteration 6+. On 296 same-baseline modification pairs from 39 paper-derived AutoSOTA tasks, each containing one modification that improved the metric and one that did not, with measured outcomes hidden, an LLM judge given candidate rationales but no prior-attempt history reaches 79.5% accuracy on the pairs where strict consensus returns a verdict. On the full 366-pair benchmark, however, this ability weakens substantially late in the loop. As successful changes accumulate, selective accuracy - accuracy conditioned on a strict-consensus verdict - falls from 82.8% to 56.9%, while the judge remains willing to decide. We call this operational pattern the confidence cliff. Rehearse implements the loop change as a lightweight skill for autoresearch loops: propose several ideas, compare them before execution, run the most promising, and judge with a focused memory of similar past attempts and outcomes. This focused outcome memory raises late selective accuracy to 83.5%. Across 4,000 budgeted training runs over three loops, Rehearse improves the endpoint under the same training-run budget on nanochat, image classification, and time-series forecasting.

自动研究大模型决策优化效率提升

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