paper-with-me

홈 › Papers

AIBuildAI: An AI Agent for Automatically Building AI Models

2026-04-15 · Ruiyi Zhang, Peijia Qin, Qi Cao, Li Zhang, Pengtao Xie arxiv

AI models underpin modern intelligent systems, driving advances across science, medicine, finance, and technology. Yet developing high-performing AI models remains a labor-intensive process that requires expert practitioners to iteratively design architectures, engineer representations, implement training pipelines and refine approaches through empirical evaluation. Existing AutoML methods partially alleviate this burden but remain limited to narrow aspects such as hyperparameter optimization and model selection within predefined search spaces, leaving the full development lifecycle largely dependent on human expertise. To address this gap, we introduce AIBuildAI, an AI agent that automatically builds AI models from a task description and training data. AIBuildAI adopts a hierarchical agent architecture in which a manager agent coordinates three specialized sub-agents: a designer for modeling strategy, a coder for implementation and debugging, and a tuner for training and performance optimization. Each sub-agent is itself a large language model (LLM) based agent capable of multi-step reasoning and tool use, enabling end-to-end automation of the AI model development process that goes beyond the scope of existing AutoML approaches. We evaluate AIBuildAI on MLE-Bench, a benchmark of realistic Kaggle-style AI development tasks spanning visual, textual, time-series and tabular modalities. AIBuildAI ranks first on MLE-Bench with a medal rate of 63.1%, outperforming all existing baseline methods and matching the capability of highly experienced AI engineers. These results demonstrate that hierarchical agent systems can automate the full AI model development process from task specification to deployable model, suggesting a pathway toward broadly accessible AI development with minimal human intervention.

📄 PDF Abstract BibTeX arXiv:2604.14455

Code (0)

등록된 구현이 없습니다.

Tasks

Hyperparameter Optimization

Similar Papers 제목 키워드 기반

AIBuildAI-2: A Knowledge-Enhanced Agent for Automatically Building AI Models

2026-05-27 · Ruiyi Zhang, Peijia Qin, Qi Cao, Li Zhang 외 arxiv

AI models underpin data-centric applications from image and text processing to scientific discovery in biology, physics, and chemistry. Yet developing them remains heavily manual, requiring practitioners to design archit…

EvoAgent: Towards Automatic Multi-Agent Generation via Evolutionary Algorithms

2024-06-20 · Siyu Yuan, Kaitao Song, Jiangjie Chen, Xu Tan 외

The rise of powerful large language models (LLMs) has spurred a new trend in building LLM-based autonomous agents for solving complex tasks, especially multi-agent systems. Despite the remarkable progress, we notice that…

Evolutionary Algorithms

Toward Self-learning End-to-End Task-Oriented Dialog Systems

2022-01-18 · SIGDIAL (ACL) 2022 9 · Xiaoying Zhang, Baolin Peng, Jianfeng Gao, Helen Meng

End-to-end task bots are typically learned over a static and usually limited-size corpus. However, when deployed in dynamic, changing, and open environments to interact with users, task bots tend to fail when confronted …

reinforcement-learningReinforcement Learning (RL)Self-Learning

FlowBot: Inducing LLM Workflows with Bilevel Optimization and Textual Gradients

2026-04-29 · Hongyeon Yu, Young-Bum Kim, Yoon Kim arxiv

LLM workflows, which coordinate structured calls to individual LLMs/agents to achieve a particular goal, offer a promising path towards building powerful AI systems that can tackle diverse tasks. However, existing approa…

Bilevel Optimization

Agent Smith: Teaching Question Answering to Jill Watson

2021-12-22 · Ashok Goel, Harshvardhan Sikka, Eric Gregori

Building AI agents can be costly. Consider a question answering agent such as Jill Watson that automatically answers students' questions on the discussion forums of online classes based on their syllabi and other course …

AI AgentQuestion Answering