pith. sign in

arxiv: 2408.01916 · v2 · pith:W3JGWZUQnew · submitted 2024-08-04 · 💻 cs.AI · cs.SE

MAO: A Framework for Process Model Generation with Multi-Agent Orchestration

classification 💻 cs.AI cs.SE
keywords processmodelsmodelframeworkmodelingmulti-agentagentsefficient
0
0 comments X
read the original abstract

Process models are frequently used in software engineering to describe business requirements, guide software testing and control system improvement. However, traditional process modeling methods often require the participation of numerous experts, which is expensive and time-consuming. Therefore, the exploration of a more efficient and cost-effective automated modeling method has emerged as a focal point in current research. This article explores a framework for automatically generating process models with multi-agent orchestration (MAO), aiming to enhance the efficiency of process modeling and offer valuable insights for domain experts. Our framework MAO leverages large language models as the cornerstone for multi-agent, employing an innovative prompt strategy to ensure efficient collaboration among multi-agent. Specifically, 1) generation. The first phase of MAO is to generate a slightly rough process model from the text description; 2) refinement. The agents would continuously refine the initial process model through multiple rounds of dialogue; 3) reviewing. Large language models are prone to hallucination phenomena among multi-turn dialogues, so the agents need to review and repair semantic hallucinations in process models; 4) testing. The representation of process models is diverse. Consequently, the agents utilize external tools to test whether the generated process model contains format errors, namely format hallucinations, and then adjust the process model to conform to the output paradigm. The experiments demonstrate that the process models generated by our framework outperform existing methods and surpass manual modeling by 89%, 61%, 52%, and 75% on four different datasets, respectively.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Beyond Control-Flow: Integrating the Resource Perspective into Multi-Collaborative Process Modeling from Text

    cs.AI 2026-05 unverdicted novelty 6.0

    A resource-aware pipeline generates BPMN collaboration diagrams with pools and lanes from natural language descriptions using LLMs and a compact intermediate language.