AICLLGSEOct 14, 2024

AFlow: Automating Agentic Workflow Generation

arXiv:2410.10762v4250 citationsh-index: 11Has CodeICLR
Originality Incremental advance
AI Analysis

This addresses scalability and generalizability issues in deploying LLMs for complex tasks, though it is incremental as it builds on existing automation efforts.

The paper tackles the problem of automating agentic workflow generation for LLMs, which typically requires manual effort, by introducing AFlow, a framework that reformulates workflow optimization as a search problem using Monte Carlo Tree Search. It achieves a 5.7% average improvement over state-of-the-art baselines and enables smaller models to outperform GPT-4o on specific tasks at 4.55% of its inference cost.

Large language models (LLMs) have demonstrated remarkable potential in solving complex tasks across diverse domains, typically by employing agentic workflows that follow detailed instructions and operational sequences. However, constructing these workflows requires significant human effort, limiting scalability and generalizability. Recent research has sought to automate the generation and optimization of these workflows, but existing methods still rely on initial manual setup and fall short of achieving fully automated and effective workflow generation. To address this challenge, we reformulate workflow optimization as a search problem over code-represented workflows, where LLM-invoking nodes are connected by edges. We introduce AFlow, an automated framework that efficiently explores this space using Monte Carlo Tree Search, iteratively refining workflows through code modification, tree-structured experience, and execution feedback. Empirical evaluations across six benchmark datasets demonstrate AFlow's efficacy, yielding a 5.7% average improvement over state-of-the-art baselines. Furthermore, AFlow enables smaller models to outperform GPT-4o on specific tasks at 4.55% of its inference cost in dollars. The code is available at https://github.com/FoundationAgents/AFlow.

Code Implementations4 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes