[Abstract & Introduction] Three-line summary + problem statement
3-line summary:
- Fatal problem: Many AutoML tools are powerful but hard to set up; without expertise you struggle to even start.
- Classical limitation: LLM-based attempts often cover only a slice of the pipeline (e.g., preprocessing only) and use planning too shallowly, wasting exploration.
- Core fix and benefit: AutoML-Agent uses specialized multi-agent collaboration, Retrieval-Augmented Planning to generate better candidate plans, and multi-stage verification to ensure deployment-ready code.
Analogy:
- Traditional AutoML is like a meal kit: ingredients are there, but you still manage cooking order and “heat.”
- Some LLM helpers are like a toaster that occasionally reads a recipe—useful, but it does not cook and serve end-to-end.
- AutoML-Agent is the 5-star hotel service: multiple “kitchen roles” (data/model/implementation) collaborate so that one menu request becomes a complete pipeline from ingredients to serving.
Now let’s turn that full-loop automation into equations and steps.