paper-with-me

홈 › Papers

Ambiguity Detection and Elimination in Automated Executable Process Modeling

2026-04-13 · Ion Matei, Praveen Kumar Menaka Sekar, Maksym Zhenirovskyy, Hon Yung Wong, Sayuri Kohmura, Shinji Hotta, Akihiro Inomata arxiv

Automated generation of executable Business Process Model and Notation (BPMN) models from natural-language specifications is increasingly enabled by large language models. However, ambiguous or underspecified text can yield structurally valid models with different simulated behavior. Our goal is not to prove that one generated BPMN model is semantically correct, but to detect when a natural-language specification fails to support a stable executable interpretation under repeated generation and simulation. We present a diagnosis-driven framework that detects behavioral inconsistency from the empirical distribution of key performance indicators (KPIs), localizes divergence to gateway logic using model-based diagnosis, maps that logic back to verbatim narrative segments, and repairs the source text through evidence-based refinement. Experiments on diabetic nephropathy health-guidance policies show that the method reduces variability in regenerated model behavior. The result is a closed-loop approach for validating and repairing executable process specifications in the absence of ground-truth BPMN models.

📄 PDF Abstract BibTeX arXiv:2604.10884

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Fewer Clarifications, Better Code: Benchmarking Cross-Session Personalized Ambiguity Adaptation in Coding Assistants

2026-07-29 · Zijian Xu, Wenshuo Zhang, Zisen Qin, Rui Sheng 외 arxiv

AI-assisted coding increasingly translates informal user intent into executable software, yet coding requests often contain ambiguities that recur in user-specific ways across tasks and sessions. Existing disambiguation …

CLARITY: A Framework and Benchmark for Conversational Language Ambiguity and Unanswerability in Interactive NL2SQL Systems

2026-04-24 · Tabinda Sarwar, Farhad Moghimifar, Cong Duy Vu Hoang, Xiaoxiao Ma 외 arxiv

NL2SQL systems deployed in industry settings often encounter ambiguous or unanswerable queries, particularly in interactive scenarios with incomplete user clarification. Existing benchmarks typically assume a single sour…

Applying Second-Order Quantifier Elimination in Inspecting Gödel's Ontological Proof

2021-10-21 · Christoph Wernhard

In recent years, G\"odel's ontological proof and variations of it were formalized and analyzed with automated tools in various ways. We supplement these analyses with a modeling in an automated environment based on first…

Automated Theorem Proving

CRAVE: A Conflicting Reasoning Approach for Explainable Claim Verification Using LLMs

2025-04-21 · Yingming Zheng, Xiaoliang Liu, Peng Wu, Li Pan

The rapid spread of misinformation, driven by digital media and AI-generated content, has made automatic claim verification essential. Traditional methods, which depend on expert-annotated evidence, are labor-intensive a…

Claim VerificationLogical ReasoningMisinformationSmall Language Model

Automatic Generation of Executable BPMN Models from Medical Guidelines

2026-04-09 · Praveen Kumar Menaka Sekar, Ion Matei, Maksym Zhenirovskyy, Hon Yung Wong 외 arxiv

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 eva…