paper-with-me

Papers

FlowMind: Automatic Workflow Generation with LLMs

2024-03-17 · Zhen Zeng, William Watson, Nicole Cho, Saba Rahimi, Shayleen Reynolds, Tucker Balch, Manuela Veloso

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.

📄 PDF Abstract BibTeX arXiv:2404.13050

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingQuestion Answering

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

FlowMind: Execute-Summarize for Structured Workflow Generation from LLM Reasoning

2026-02-12 · Yihao Liu, Ziyun Zhang, Zile He, Huaqian Cai arxiv

LLMs can solve complex tasks through reasoning and tool use, but accurately translating these solutions into structured workflows remains challenging. We model workflows as sequences of tool use and reformulate the probl…

Flowmind2Digital: The First Comprehensive Flowmind Recognition and Conversion Approach

2024-01-08 · Huanyu Liu, JianFeng Cai, Tingjia Zhang, Hongsheng Li 외

Flowcharts and mind maps, collectively known as flowmind, are vital in daily activities, with hand-drawn versions facilitating real-time collaboration. However, there's a growing need to digitize them for efficient proce…

Keypoint DetectionSketch Recognition

AutoFlow: Automated Workflow Generation for Large Language Model Agents

2024-07-01 · Zelong Li, Shuyuan Xu, Kai Mei, Wenyue Hua 외

Recent advancements in Large Language Models (LLMs) have shown significant progress in understanding complex natural language. One important application of LLM is LLM-based AI Agent, which leverages the ability of LLM as…

AI AgentLanguage ModelingLanguage ModellingLarge Language Model

SEW: Self-Evolving Agentic Workflows for Automated Code Generation

2025-05-24 · Siwei Liu, Jinyuan Fang, Han Zhou, Yingxu Wang 외

Large Language Models (LLMs) have demonstrated effectiveness in code generation tasks. To enable LLMs to address more complex coding challenges, existing research has focused on crafting multi-agent systems with agentic …

Code Generation

AutoDCWorkflow: LLM-based Data Cleaning Workflow Auto-Generation and Benchmark

2024-12-09 · Lan Li, Liri Fang, Vetle I. Torvik

We investigate the reasoning capabilities of large language models (LLMs) for automatically generating data-cleaning workflows. To evaluate LLMs' ability to complete data-cleaning tasks, we implemented a pipeline for LLM…

Missing Values