paper-with-me

Papers

Process Discovery for Structured Program Synthesis

2020-08-13 · Dell Zhang, Alexander Kuhnle, Julian Richardson, Murat Sensoy

A core task in process mining is process discovery which aims to learn an accurate process model from event log data. In this paper, we propose to use (block-) structured programs directly as target process models so as to establish connections to the field of program synthesis and facilitate the translation from abstract process models to executable processes, e.g., for robotic process automation. Furthermore, we develop a novel bottom-up agglomerative approach to the discovery of such structured program process models. In comparison with the popular top-down recursive inductive miner, our proposed agglomerative miner enjoys the similar theoretical guarantee to produce sound process models (without deadlocks and other anomalies) while exhibiting some advantages like avoiding silent activities and accommodating duplicate activities. The proposed algorithm works by iteratively applying a few graph rewriting rules to the directly-follows-graph of activities. For real-world (sparse) directly-follows-graphs, the algorithm has quadratic computational complexity with respect to the number of distinct activities. To our knowledge, this is the first process discovery algorithm that is made for the purpose of program synthesis. Experiments on the BPI-Challenge 2020 dataset and the Karel programming dataset have demonstrated that our proposed algorithm can outperform the inductive miner not only according to the traditional process discovery metrics but also in terms of the effectiveness in finding out the true underlying structured program from a small number of its execution traces.

📄 PDF Abstract BibTeX arXiv:2008.05804

Code (0)

등록된 구현이 없습니다.

Tasks

Program Synthesis

Similar Papers 제목 키워드 기반

AutumnSynth: Synthesis of Reactive Programs with Structured Latent State

2021-10-08 · NeurIPS Workshop AIPLANS 2021 12 · Ria Das, Joshua B. Tenenbaum, Armando Solar-Lezama, Zenna Tavares

The human ability to efficiently discover causal theories of their environments from observations is a feat of nature that remains elusive in machines. In this work, we attempt to make progress on this frontier by formul…

Program Synthesis

Improving Neural Program Synthesis with Inferred Execution Traces

2018-12-01 · NeurIPS 2018 12 · Richard Shin, Illia Polosukhin, Dawn Song

The task of program synthesis, or automatically generating programs that are consistent with a provided specification, remains a challenging task in artificial intelligence. As in other fields of AI, deep learning-based …

Program Synthesis

AlgoPilot: Fully Autonomous Program Synthesis Without Human-Written Programs

2025-01-11 · Xiaoxin Yin

Program synthesis has traditionally relied on human-provided specifications, examples, or prior knowledge to generate functional algorithms. Existing methods either emulate human-written algorithms or solve specific task…

Language ModelingLanguage ModellingProgram SynthesisReinforcement Learning (RL)+1

Toward Neural-Network-Guided Program Synthesis and Verification

2021-03-17 · Naoki Kobayashi, Taro Sekiyama, Issei Sato, Hiroshi Unno

We propose a novel framework of program and invariant synthesis called neural network-guided synthesis. We first show that, by suitably designing and training neural networks, we can extract logical formulas over integer…

Program Synthesis

Human spatiotemporal pattern learning as probabilistic program synthesis

2023-09-21 · NeurIPS 2023 11

People are adept at learning a wide variety of structured patterns from small amounts of data, presenting a conundrum from the standpoint of the bias-variance tradeoff: what kinds of representations and algorithms suppor…