From Search to Synthesis: Training LLMs as Zero-Shot Workflow Generators 文章

ArXiv CS.CL2026-07-01PAPERen作者: Gan Luo, Zihan Qin, Bin Dong, Wotao Yin

详细信息

来源站点
ArXiv CS.CL
作者
Gan Luo, Zihan Qin, Bin Dong, Wotao Yin
文章类型
PAPER
语言
en
发布日期
2026-07-01

摘要

arXiv:2606.30704v1 Announce Type: cross 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.