AutoML-Agent: A Multi-Agent LLM Framework for Full-Pipeline AutoML
Patara Trirat, Wonyong Jeong, Sung Ju Hwang

TL;DR
AutoML-Agent introduces a multi-agent LLM framework that automates the entire AI development pipeline from data retrieval to deployment, improving efficiency and success rates over existing single-process AutoML methods.
Contribution
It presents a novel multi-agent, retrieval-augmented planning approach for full-pipeline AutoML, enabling parallel task execution and better exploration of solutions.
Findings
Higher success rate in automating full AutoML pipeline
Effective multi-stage verification improves solution quality
Demonstrates versatility across diverse datasets and tasks
Abstract
Automated machine learning (AutoML) accelerates AI development by automating tasks in the development pipeline, such as optimal model search and hyperparameter tuning. Existing AutoML systems often require technical expertise to set up complex tools, which is in general time-consuming and requires a large amount of human effort. Therefore, recent works have started exploiting large language models (LLM) to lessen such burden and increase the usability of AutoML frameworks via a natural language interface, allowing non-expert users to build their data-driven solutions. These methods, however, are usually designed only for a particular process in the AI development pipeline and do not efficiently use the inherent capacity of the LLMs. This paper proposes AutoML-Agent, a novel multi-agent framework tailored for full-pipeline AutoML, i.e., from data retrieval to model deployment.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsMachine Learning and Data Classification
MethodsSparse Evolutionary Training
