๐ค AI Summary
While large language models excel at specific tasks, they lack structured, reusable task-level workflows, limiting their reliability, interpretability, and generalization. This work proposes MetaFlow, which formulates workflow generation as a meta-learning problem. Through a two-stage training paradigmโfirst supervised fine-tuning on synthetically generated data, followed by reinforcement learning with verifiable execution feedback (RLVR)โthe model learns to compose operators into general-purpose workflows. MetaFlow achieves, for the first time, zero-shot workflow generation on unseen tasks and novel operator sets using large language models. It attains state-of-the-art performance in a single inference pass across benchmarks in question answering, code generation, and mathematical reasoning, while substantially enhancing cross-task generalization.
๐ Abstract
Large language models (LLMs) excel across a wide range of tasks, yet their instance-specific solutions often lack the structural consistency needed for reliable deployment. Workflows that encode recurring algorithmic patterns at the task level provide a principled framework, offering robustness across instance variations, interpretable traces for debugging, and reusability across problem instances. However, manually designing such workflows requires significant expertise and effort, limiting their broader application. While automatic workflow generation could address this bottleneck, existing methods either produce instance-specific solutions without learning task-level patterns, or cannot generalize beyond their training configurations. We present MetaFlow, which casts workflow generation as a meta-learning problem: given a task and an operator set, the model learns to compose solution strategies. MetaFlow trains in two stages: supervised fine-tuning on synthetic workflow data, followed by reinforcement learning with verifiable rewards (RLVR) that uses execution feedback across problem instances in the task to improve end-to-end success. The resulting model produces effective workflows for trained tasks and exhibits strong generalization to untrained tasks and novel operator sets. Across benchmarks in question answering, code generation, and mathematical reasoning, MetaFlow achieves performance comparable to state-of-the-art baselines on in-domain tasks with single inference, while demonstrating remarkable zero-shot generalization capabilities on out-of-domain tasks and operator sets.