PMAx:一种用于人工智能驱动流程挖掘的智能体框架 / PMAx: An Agentic Framework for AI-Driven Process Mining
1️⃣ 一句话总结
这篇论文提出了一个名为PMAx的智能体框架,它通过将计算与解释分离,并利用本地脚本执行分析,解决了大语言模型在流程挖掘中可能产生幻觉和隐私泄露的问题,使得非技术用户也能通过自然语言提问获得准确、可靠的流程洞察。
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.
PMAx:一种用于人工智能驱动流程挖掘的智能体框架 / PMAx: An Agentic Framework for AI-Driven Process Mining
这篇论文提出了一个名为PMAx的智能体框架,它通过将计算与解释分离,并利用本地脚本执行分析,解决了大语言模型在流程挖掘中可能产生幻觉和隐私泄露的问题,使得非技术用户也能通过自然语言提问获得准确、可靠的流程洞察。
源自 arXiv: 2603.15351