paper-with-me

홈 › Papers

FlowBench: Revisiting and Benchmarking Workflow-Guided Planning for LLM-based Agents

2024-06-21 · Ruixuan Xiao, Wentao Ma, Ke Wang, Yuchuan Wu, Junbo Zhao, Haobo Wang, Fei Huang, Yongbin Li

LLM-based agents have emerged as promising tools, which are crafted to fulfill complex tasks by iterative planning and action. However, these agents are susceptible to undesired planning hallucinations when lacking specific knowledge for expertise-intensive tasks. To address this, preliminary attempts are made to enhance planning reliability by incorporating external workflow-related knowledge. Despite the promise, such infused knowledge is mostly disorganized and diverse in formats, lacking rigorous formalization and comprehensive comparisons. Motivated by this, we formalize different formats of workflow knowledge and present FlowBench, the first benchmark for workflow-guided planning. FlowBench covers 51 different scenarios from 6 domains, with knowledge presented in diverse formats. To assess different LLMs on FlowBench, we design a multi-tiered evaluation framework. We evaluate the efficacy of workflow knowledge across multiple formats, and the results indicate that current LLM agents need considerable improvements for satisfactory planning. We hope that our challenging benchmark can pave the way for future agent planning research.

📄 PDF Abstract BibTeX arXiv:2406.14884

Code (0)

등록된 구현이 없습니다.

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

WorkflowLLM: Enhancing Workflow Orchestration Capability of Large Language Models

2024-11-08 · Shengda Fan, Xin Cong, Yuepeng Fu, Zhong Zhang 외

Recent advancements in large language models (LLMs) have driven a revolutionary paradigm shift in process automation from Robotic Process Automation to Agentic Process Automation by automating the workflow orchestration …

Task PlanningZero-shot Generalization

MedOpenClaw and MedFlowBench: Auditing Medical Agents in Full-Study Workflows

2026-03-25 · Weixiang Shen, Chengzhi Shen, Yanzhu Hu, Che Liu 외 arxiv

Medical imaging benchmarks often evaluate VLMs on pre-selected 2D images, slices, crops, or patches, making evaluation closer to visual recognition. Real clinical workflows impose a different burden: readers must search …

CodeFlowBench: A Multi-turn, Iterative Benchmark for Complex Code Generation

2025-04-30 · Sizhe Wang, Zhengren Wang, Dongsheng Ma, Yongan Yu 외

Modern software development demands code that is maintainable, testable, and scalable by organizing the implementation into modular components with iterative reuse of existing codes. We formalize this iterative, multi-tu…

Code Generation

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…

CT-Flow: Orchestrating CT Interpretation Workflow with Model Context Protocol Servers

2026-02-23 · Yannian Gu, Xizhuo Zhang, Linjie Mu, Yongrui Yu 외 arxiv

Recent advances in Large Vision-Language Models (LVLMs) have shown strong potential for multi-modal radiological reasoning, particularly in tasks like diagnostic visual question answering (VQA) and radiology report gener…

Visual Question AnsweringNatural Language Queries