paper-with-me

Papers

AutoML-Agent: A Multi-Agent LLM Framework for Full-Pipeline AutoML

2024-10-03 · Patara Trirat, Wonyong Jeong, Sung Ju Hwang

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. AutoML-Agent takes user's task descriptions, facilitates collaboration between specialized LLM agents, and delivers deployment-ready models. Unlike existing work, instead of devising a single plan, we introduce a retrieval-augmented planning strategy to enhance exploration to search for more optimal plans. We also decompose each plan into sub-tasks (e.g., data preprocessing and neural network design) each of which is solved by a specialized agent we build via prompting executing in parallel, making the search process more efficient. Moreover, we propose a multi-stage verification to verify executed results and guide the code generation LLM in implementing successful solutions. Extensive experiments on seven downstream tasks using fourteen datasets show that AutoML-Agent achieves a higher success rate in automating the full AutoML process, yielding systems with good performance throughout the diverse domains.

📄 PDF Abstract BibTeX arXiv:2410.02958

Code (1)

DeepAuto-AI/automl-agent 공식 구현 pytorch

Tasks

AutoMLCode GenerationRetrieval

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Trustworthy Self-Composable Big-Data-as-a-Service: An LLM-Orchestrated Multi-Agent Framework for Automated Data Engineering, AutoML, MLOps Deployment, and Drift-Aware Lifecycle Optimization

2026-06-16 · Aueaphum Aueawatthanaphisut, Badri Raj Lamichhane arxiv

Big-Data-as-a-Service (BDaaS) platforms require re liable automation across data ingestion, cleaning, feature engi neering, model development, deployment, and post-deployment monitoring. However, existing LLM-based data …

Feature Engineering

SELA: Tree-Search Enhanced LLM Agents for Automated Machine Learning

2024-10-22 · Yizhou Chi, Yizhang Lin, Sirui Hong, Duyi Pan 외

Automated Machine Learning (AutoML) approaches encompass traditional methods that optimize fixed pipelines for model selection and ensembling, as well as newer LLM-based frameworks that autonomously build pipelines. Whil…

AutoMLDiversityModel Selection

A Framework for Assessing AI Agent Decisions and Outcomes in AutoML Pipelines

2026-02-25 · Gaoyuan Du, Amit Ahlawat, Xiaoyang Liu, Jing Wu arxiv

Agent-based AutoML systems rely on large language models to make complex, multi-stage decisions across data processing, model selection, and evaluation. However, existing evaluation practices remain outcome-centric, focu…

LightAutoDS-Tab: Multi-AutoML Agentic System for Tabular Data

2025-07-17 · Aleksey Lapin, Igor Hromov, Stanislav Chumakov, Mile Mitrovic 외 arxiv

AutoML has advanced in handling complex tasks using the integration of LLMs, yet its efficiency remains limited by dependence on specific underlying tools. In this paper, we introduce LightAutoDS-Tab, a multi-AutoML agen…

Code Generation

MLZero: A Multi-Agent System for End-to-end Machine Learning Automation

2025-05-20 · Haoyang Fang, Boran Han, Nick Erickson, Xiyuan Zhang 외

Existing AutoML systems have advanced the automation of machine learning (ML); however, they still require substantial manual configuration and expert input, particularly when handling multimodal data. We introduce MLZer…

AutoMLCode Generation