FlowMind: Automatic Workflow Generation with LLMs
Zhen Zeng, William Watson, Nicole Cho, Saba Rahimi, Shayleen Reynolds, Tucker Balch, Manuela Veloso
TL;DR
FlowMind addresses the challenge of spontaneous-task automation by generating workflows on the fly with LLMs while grounding reasoning in reliable APIs to prevent hallucinations and protect data. It introduces a generic lecture prompt recipe that educates the LLM about context and API interfaces, enabling safe and effective code generation for workflows. The approach is evaluated on a finance-focused NCEN-QA benchmark built from N-CEN reports, with ablations demonstrating the contribution of each lecture-prompt component and a user-feedback loop that substantially boosts performance toward near-perfect accuracy. The work advances practical, privacy-preserving LLM-driven automation for finance and similar domains, and provides a benchmark and methodology for future research in API-grounded workflow generation.
Abstract
The rapidly evolving field of Robotic Process Automation (RPA) has made significant strides in automating repetitive processes, yet its effectiveness diminishes in scenarios requiring spontaneous or unpredictable tasks demanded by users. This paper introduces a novel approach, FlowMind, leveraging the capabilities of Large Language Models (LLMs) such as Generative Pretrained Transformer (GPT), to address this limitation and create an automatic workflow generation system. In FlowMind, we propose a generic prompt recipe for a lecture that helps ground LLM reasoning with reliable Application Programming Interfaces (APIs). With this, FlowMind not only mitigates the common issue of hallucinations in LLMs, but also eliminates direct interaction between LLMs and proprietary data or code, thus ensuring the integrity and confidentiality of information - a cornerstone in financial services. FlowMind further simplifies user interaction by presenting high-level descriptions of auto-generated workflows, enabling users to inspect and provide feedback effectively. We also introduce NCEN-QA, a new dataset in finance for benchmarking question-answering tasks from N-CEN reports on funds. We used NCEN-QA to evaluate the performance of workflows generated by FlowMind against baseline and ablation variants of FlowMind. We demonstrate the success of FlowMind, the importance of each component in the proposed lecture recipe, and the effectiveness of user interaction and feedback in FlowMind.
