Papers for

business process analysts

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Graph-based retrieval improves suffix prediction for process recommendations

Complete Suffix Prediction for Recommendation via Latent Retrieval over Process Graphs

Abstract: Complete suffix prediction is challenging in sequential decision settings, where the same prefix can remain compatible with several plausible suffixes. We propose a graphbased metric-learning framework that reformulates complete suffix prediction as latent retrieval over process graphs. Prefixes and suffixes are represented as directed attributed graphs and encoded by edge-conditioned graph neural networks, allowing event-level activities and transition-level durations to be modelled jointly. Prefix representations are projected into the latent suffix space through a predictor trained with a joint reconstruction and contrastive objective strengthened using process-aware hard negatives. To stabilise the learned retrieval geometry, spectral normalisation, and retrieval robustness, spectral normalisation is applied to enforce a Lipschitz constraint on both encoders and predictor. Experiments on two real-life process datasets demonstrate that the proposed framework achieves the best overall results across nearly all evaluated criteria. It improves semantic suffix accuracy measured by normalized Damerau-Levenshtein distance, yields strong retrieval quality through Recall@1, Recall@5, and MRR@5, and maintains temporal plausibility according to Mean Absolute Error. These results show that graph-based latent retrieval is an effective alternative to sequential suffix prediction for recommendation-oriented process monitoring under structural and KPI-related constraints.

Mon 14 SeptNeural and Evolutionary Computing
The gist
Predicting what comes next after a series of steps is hard because the same beginning can lead to many different endings. The authors represent these sequences as graphs and use a special type of neural network to understand both the activities and the time between them. They train a model that matches beginnings to likely endings by learning to pull similar examples close in a shared space. Their method outperforms others in accuracy and timing on real-world datasets, showing graph-based methods can better recommend next steps in complex processes.
Open 2609.15692v1

Graph neural networks predict multiple future process events accurately

GNN4PPM: Multi-Target Predictive Process Monitoring with Relational Graph Convolutional Networks

Abstract: Predictive Process Monitoring (PPM) aims at predicting at runtime and as early as possible the future states of a process execution. Common tasks include predicting the next event, the time to completion of a trace, and outcomes. Existing approaches typically consider an event from the perspective of the executed activities along with their timestamps and case identifiers. This leads to the disadvantage that in real-life settings, there is much more information recorded in the event log that is not captured or completely ignored when performing prediction tasks. We introduce GNN4PPM, an approach that predicts all next events along with their complete data payload at once. We represent event information in a heterogeneous knowledge graph that captures the event log as an RDF semantics, and train the embeddings with a Relational Graph Convolutional Network (R-GCN). Our approach is promising in comparison to existing solutions, and experiments with state-of-the-art solutions prove the accuracy and applicability of GNN4PPM in complex settings.

Sun 13 SeptMachine Learning
The gist
Predictive Process Monitoring helps predict what will happen next in a business process based on past events. The authors present GNN4PPM, a new method that uses graph neural networks to look at the relationships between all the data recorded during a process, not just the activities and timestamps. This approach can predict multiple future events and their details at once, improving prediction in complex real-life cases. They tested their method against other top techniques and found it performed well.
Open 2609.14534v1

Contextual events improve prediction of next process steps

Leveraging contextual events on structure-aware next activity prediction

Abstract: Predictive process monitoring aims at forecasting various aspects of running processes. Among the different tasks, next activity prediction represents the most extensively investigated. However, only a limited number of existing approaches explicitly encode contextual information, i.e., the environmental conditions in which the process is executed, typically modeled through event log attributes or aggregated measures. In this paper, an approach based on the concept of Instance Graphs is introduced. To incorporate contextual process instances, several encoding strategies are proposed and evaluated by measuring their impact on prediction performance. For each encoding strategy, a set of prefix-Instance Graphs is generated and subsequently provided as input to a Graph Neural Network for the classification task. The proposed approach is evaluated on multiple real-world event logs, and the experimental results demonstrate that incorporating contextual process instances benefits prediction performance.

Tue 8 SeptMachine LearningArtificial Intelligence
The gist
Predicting the next step in a process can help businesses plan and react better. But often, existing methods don’t fully use the context around the process, like conditions or other related events. The authors introduce a new way to encode these contexts using graphs that represent process instances and feed them to a neural network. Their tests with real-world data show that including this contextual information helps make better predictions about what will happen next in ongoing processes.
Open 2609.08622v1