Search papers, labs, and topics across Lattice.
This paper introduces the Graph Grounded Cross Attention Transformer Neural Network (GGATN) to tackle the complex task of full event sequence generation in predictive process monitoring, addressing challenges like transition feasibility and temporal order. By leveraging a global process graph and employing a unique graph grounded cross attention mechanism, GGATN generates activities and attributes in a single pass, significantly improving generation quality over existing LLM baselines. Experimental results demonstrate GGATN's superior performance in maintaining sequence consistency and reliability, achieving zero hallucinations and inconsistencies in attributes across multiple benchmark event logs.
GGATN achieves reliable full event sequence generation with zero hallucinations, outperforming traditional LLMs by integrating structured process graphs into its architecture.
Structurally constrained event sequence generation remains challenging because generated paths must preserve transition feasibility, temporal order, termination, and attribute consistency. In predictive process monitoring (PPM), this challenge appears as full event sequence generation, whereas existing work mainly addresses component tasks such as next activity, remaining time, outcome, and attribute prediction. This paper proposes the Graph Grounded Cross Attention Transformer Neural Network (GGATN) for this unified PPM task. GGATN uses a global process graph as structured activity memory, contextualizes sequence positions through Transformer self attention, and injects process topology through graph grounded cross attention. Unlike autoregressive decoding, GGATN generates activities, timestamps, length, and event level and sequence level attributes in a single pass, followed by Viterbi style graph constrained decoding for feasible paths and explicit termination. Experiments on six benchmark event logs show more reliable generation quality than local instruction prompted LLM baselines. GGATN achieves strong performance on sequence similarity, Damerau Levenshtein similarity, bigram based control flow similarity, and duration distribution, while maintaining zero hallucinated activities and zero sequence level attribute inconsistency. Ablation analyses confirm the global graph encoder as a stable structural prior. Interpretability analyses show how graph structure, sequence context, feedback refinement, and constrained decoding shape generation.