paper-with-me

Papers

Chat2Workflow: A Benchmark for Generating Executable Visual Workflows with Natural Language

2026-04-21 · Yi Zhong, Buqiang Xu, Yijun Wang, Zifei Shan, Shuofei Qiao, Guozhou Zheng, Ningyu Zhang arxiv

At present, executable visual workflows have emerged as a mainstream paradigm in real-world industrial deployments, offering strong reliability and controllability. However, in current practice, such workflows are almost entirely constructed through manual engineering: developers must carefully design workflows, write prompts for each step, and repeatedly revise the logic as requirements evolve -- making development costly, time-consuming, and error-prone. To study whether large language models can automate this multi-round interaction process, we introduce Chat2Workflow, a benchmark for generating executable visual workflows directly from natural language, and propose a robust agentic baseline to improve performance. The benchmark is built from a large collection of real-world business workflows, with each instance designed so that the generated workflow can be transformed and directly deployed to practical workflow platforms such as Dify and Coze. Experimental results show that while state-of-the-art language models can often capture high-level intent, they struggle to generate correct, stable, and executable workflows, especially given complex and evolving requirements. Although our agentic baseline yields up to 6.05% resolve rate gains, the remaining real-world gap positions Chat2Workflow as a foundation for advancing industrial-grade automation. Code is available at https://github.com/zjunlp/Chat2Workflow.

📄 PDF Abstract BibTeX arXiv:2604.19667

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

What Do I Hear? Generating Sounds for Visuals with ChatGPT

2023-11-09 · David Chuan-En Lin, Nikolas Martelaro

This short paper introduces a workflow for generating realistic soundscapes for visual media. In contrast to prior work, which primarily focus on matching sounds for on-screen visuals, our approach extends to suggesting …

StarFlow: Generating Structured Workflow Outputs From Sketch Images

2025-03-27 · Patrice Bechard, Chao Wang, Amirhossein Abaskohi, Juan Rodriguez 외

Workflows are a fundamental component of automation in enterprise platforms, enabling the orchestration of tasks, data processing, and system integrations. Despite being widely used, building workflows can be complex, of…

VisCoder2: Building Multi-Language Visualization Coding Agents

2025-10-24 · Yuansheng Ni, Songcheng Cai, Xiangchao Chen, Jiarong Liang 외 arxiv

Large language models (LLMs) have recently enabled coding agents capable of generating, executing, and revising visualization code. However, existing models often fail in practical workflows due to limited language cover…

SafeChat: A Framework for Building Trustworthy Collaborative Assistants and a Case Study of its Usefulness

2025-04-08 · Biplav Srivastava, Kausik Lakkaraju, Nitin Gupta, Vansh Nagpal 외

Collaborative assistants, or chatbots, are data-driven decision support systems that enable natural interaction for task completion. While they can meet critical needs in modern society, concerns about their reliability …

ChatbotExtractive SummarizationInformation RetrievalLarge Language Model+1

Scaling Human-AI Coding Collaboration Requires a Governable Consensus Layer

2026-04-20 · Tianfu Wang, Zhezheng Hao, Yin Wu, Wei Wu 외 arxiv

Vibe coding produces correct, executable code at speed, but leaves no record of the structural commitments, dependencies, or evidence behind it. Reviewers cannot determine what invariants were assumed, what changed, or w…