MEGA Hub

Recovering Wasted Compute in Autoresearch Agents

Authors

Do you know Au Kwok Chun?You can claim authorship or link another user.Do you know Abhigyan Acherjee?You can claim authorship or link another user.Do you know Amrutha Rao?You can claim authorship or link another user.Do you know Zaiqian Chen?You can claim authorship or link another user.Do you know Kazem Meidani?You can claim authorship or link another user.Do you know C. Bayan Bruss?You can claim authorship or link another user.Do you know Micah Goldblum?You can claim authorship or link another user.

Abstract

A slew of recent works develop agents for solving research problems end-to-end, a paradigm increasingly referred to as autoresearch. Such agents have inspired large industry investment, motivated by their potential to automate time-consuming human labor and customize machine learning solutions for specialized applications. In this paper, we study the modeling pipeline at the core of these autoresearch systems and identify common failure modes when they are applied to tabular datasets: (1) they waste compute resolving the same bugs over and over again; (2) they often fail to tune hyperparameters even when they have a large remaining compute budget; (3) the tree-search algorithms that power them do not explore; and (4) they perform data analysis, mimicking the humans whose data they are trained on, but do not use that analysis to make downstream decisions. We explore targeted interventions and find that a global debug consultant that shares discovered runtime constraints across all branches of the search tree, prompt- and control-level enhancements, and refined tree-search algorithms successfully recover wasted compute. Our results show that large gains in autoresearch agent performance are achievable through agentic design alone, holding the underlying language model fixed.

Community

00