🤖 AI Summary
This study addresses the challenge of high evaluation costs hindering experimental progress in AI research agents by proposing a preference prediction method based on frozen pretrained language models. Leveraging dual-mode reasoning and proxy modeling integrated with the AIRA-dojo framework for optimized budget allocation, this approach enables training-free value assessment without task-specific fine-tuning. Experimental results demonstrate that the proposed method achieves a normalized score of 0.729 while reducing evaluation budgets by over one-third. Furthermore, it attains state-of-the-art performance across two distinct tasks, significantly enhancing both research efficiency and resource utilization in AI scientific discovery.
📝 Abstract
AI research agents (AIRA) can now propose, implement, and evaluate their own machine learning experiments, but progress on frontier tasks is throttled by cost: a candidate solution can be written in minutes, whereas evaluating it can take hours to days of GPU time. An agent can therefore propose far more candidates than it can afford to run, and its progress depends on its research preference: how it allocates a fixed execution budget across many candidates. We introduce AI Research Preference Models (RPMs) that predict which of multiple candidate solutions are most worth executing, without paying the cost of executing them all. We build RPMs from frozen pretrained language models (with no task-specific training), in two forms: an inference-only model that reasons over candidate plans, code, and prior executed solutions, and an agentic model that additionally runs small-scale pilot experiments before deciding. We integrate both into the AIRA-dojo search agent and evaluate on AIRS-Bench, a recent benchmark of machine learning research tasks for AI research agents. The two variants raise the average normalized score from 0.684 to 0.711 and 0.729 respectively, and reach the unguided agent's 24-hour performance in roughly 15 hours, using less than two-thirds of its execution budget. Our best RPMs also yield new state-of-the-art results on two AIRS-Bench tasks.