Time-Aware and Transition-Semantic Graph Neural Networks for Interpretable Predictive Business Process Monitoring
Fang Wang, Ernesto Damiani
TL;DR
The paper tackles predictive business process monitoring by unifying prefix-based GCNs and full-sequence GATs within a time-aware, semantically enriched graph framework. It introduces a time-decay attention mechanism to form dynamic, prediction-centered windows and embeds transition semantics into edge features, enhancing both accuracy and interpretability. Empirical results across six PBPM datasets show that global attention with temporal and semantic cues yields competitive performance and that prefix-based GCNs remain strong in data-sparse, high-cardinality regimes, offering a practical guideline for model selection. The work also delivers multilevel interpretability tools, including attention heatmaps and adaptive window analyses, making the framework actionable for process optimization and compliance evaluation. Overall, the approach advances PBPM by balancing architectural exploration, temporal dynamics, semantic meaning, and transparent explanations in a scalable, generalizable manner.
Abstract
Predictive Business Process Monitoring (PBPM) aims to forecast future events in ongoing cases based on historical event logs. While Graph Neural Networks (GNNs) are well suited to capture structural dependencies in process data, existing GNN-based PBPM models remain underdeveloped. Most rely either on short prefix subgraphs or global architectures that overlook temporal relevance and transition semantics. We propose a unified, interpretable GNN framework that advances the state of the art along three key axes. First, we compare prefix-based Graph Convolutional Networks(GCNs) and full trace Graph Attention Networks(GATs) to quantify the performance gap between localized and global modeling. Second, we introduce a novel time decay attention mechanism that constructs dynamic, prediction-centered windows, emphasizing temporally relevant history and suppressing noise. Third, we embed transition type semantics into edge features to enable fine grained reasoning over structurally ambiguous traces. Our architecture includes multilevel interpretability modules, offering diverse visualizations of attention behavior. Evaluated on five benchmarks, the proposed models achieve competitive Top-k accuracy and DL scores without per-dataset tuning. By addressing architectural, temporal, and semantic gaps, this work presents a robust, generalizable, and explainable solution for next event prediction in PBPM.
