AI Agents 相关度: 9/10

PMAx: An Agentic Framework for AI-Driven Process Mining

Anton Antonov, Humam Kourani, Alessandro Berti, Gyunam Park, Wil M. P. van der Aalst
arXiv: 2603.15351v1 发布: 2026-03-16 更新: 2026-03-16

AI 摘要

PMAx是一个AI驱动的过程挖掘框架,通过多智能体架构实现隐私保护和精确分析。

主要贡献

  • 提出PMAx框架,分离计算与解释
  • 采用多智能体架构,提高数据隐私性
  • 使非技术用户能够通过自然语言获取过程洞察

方法论

构建Engineer和Analyst两个智能体,前者执行本地算法计算指标,后者解释结果生成报告。

原文摘要

Process mining provides powerful insights into organizational workflows, but extracting these insights typically requires expertise in specialized query languages and data science tools. Large Language Models (LLMs) offer the potential to democratize process mining by enabling business users to interact with process data through natural language. However, using LLMs as direct analytical engines over raw event logs introduces fundamental challenges: LLMs struggle with deterministic reasoning and may hallucinate metrics, while sending large, sensitive logs to external AI services raises serious data-privacy concerns. To address these limitations, we present PMAx, an autonomous agentic framework that functions as a virtual process analyst. Rather than relying on LLMs to generate process models or compute analytical results, PMAx employs a privacy-preserving multi-agent architecture. An Engineer agent analyzes event-log metadata and autonomously generates local scripts to run established process mining algorithms, compute exact metrics, and produce artifacts such as process models, summary tables, and visualizations. An Analyst agent then interprets these insights and artifacts to compile comprehensive reports. By separating computation from interpretation and executing analysis locally, PMAx ensures mathematical accuracy and data privacy while enabling non-technical users to transform high-level business questions into reliable process insights.

标签

Process Mining Large Language Models AI Agents Data Privacy

arXiv 分类

cs.AI cs.MA