用多智能体LLM自动完成从数据到部署的完整机器学习流程
AutoML-Agent: A Multi-Agent LLM Framework for Full-Pipeline AutoML

- 设计多智能体协作框架,分步解决数据、模型、部署等任务
- 在14个数据集上成功率超现有方法,7项任务实现端到端自动化
- 适合无代码经验用户快速构建高性能机器学习系统
自动化机器学习(AutoML)通过自动化开发流程中的建模与调参等任务,加速AI应用开发。现有系统通常需专业技能配置复杂工具,耗时且人力成本高。近期研究尝试利用大语言模型(LLM)提供自然语言接口,降低使用门槛,但大多仅覆盖开发流程中单一环节,未能充分挖掘LLM潜力。本文提出AutoML-Agent,一种面向全流程AutoML的多智能体框架,支持从数据获取到模型部署的全链路自动化。该框架接收用户任务描述,通过专用智能体并行处理子任务(如数据预处理、网络设计),采用检索增强的规划策略提升探索效率,并引入多阶段验证机制确保执行结果正确,指导代码生成。在14个数据集上的7个下游任务实验表明,AutoML-Agent显著提升了全流程自动化的成功率,跨多个领域均产出性能良好的系统。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。