菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-09
📄 Abstract - Automatic Generation of Executable BPMN Models from Medical Guidelines

We present an end-to-end pipeline that converts healthcare policy documents into executable, data-aware Business Process Model and Notation (BPMN) models using large language models (LLMs) for simulation-based policy evaluation. We address the main challenges of automated policy digitization with four contributions: data-grounded BPMN generation with syntax auto-correction, executable augmentation, KPI instrumentation, and entropy-based uncertainty detection. We evaluate the pipeline on diabetic nephropathy prevention guidelines from three Japanese municipalities, generating 100 models per backend across three LLMs and executing each against 1,000 synthetic patients. On well-structured policies, the pipeline achieves a 100% ground-truth match with perfect per-patient decision agreement. Across all conditions, raw per-patient decision agreement exceeds 92%, and entropy scores increase monotonically with document complexity, confirming that the detector reliably separates unambiguous policies from those requiring targeted human clarification.

顶级标签: medical llm systems
详细标签: process automation policy digitization bpmn generation simulation evaluation synthetic data 或 搜索:

从医疗指南自动生成可执行的BPMN模型 / Automatic Generation of Executable BPMN Models from Medical Guidelines


1️⃣ 一句话总结

这篇论文开发了一个利用大语言模型将医疗政策文档自动转化为可执行流程模型的完整系统,并通过模拟患者数据验证了其在结构清晰的政策上能实现100%准确决策,为政策数字化评估提供了高效工具。

源自 arXiv: 2604.07817