Graph Grounded Cross Attention Transformer Neural Network for Structurally Constrained Full Event Sequence Generation in Predictive Process Monitoring

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, quick

Summary

The Graph Grounded Cross Attention Transformer Neural Network (GGATN) is proposed to address the challenging task of structurally constrained full event sequence generation in Predictive Process Monitoring (PPM). Unlike existing work that focuses on component tasks, GGATN unifies this process by using a global process graph as structured activity memory, contextualizing sequence positions via Transformer self-attention, and injecting process topology through graph grounded cross-attention. GGATN generates activities, timestamps, length, and event/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 demonstrate GGATN's superior and more reliable generation quality compared to local instruction prompted LLM baselines, achieving strong performance on sequence similarity, Damerau Levenshtein similarity, bigram control flow similarity, and duration distribution, while maintaining zero hallucinated activities and zero sequence level attribute inconsistency.

Key takeaway

For Machine Learning Engineers or AI Scientists developing solutions for predictive process monitoring, GGATN offers a robust approach to generating full event sequences with critical structural constraints. This method ensures transition feasibility, temporal order, and attribute consistency, preventing common issues like hallucinated activities. You should consider GGATN's unified single-pass generation and Viterbi-style decoding as a high-fidelity alternative to autoregressive LLM baselines when structural integrity is paramount in your process modeling tasks.

Key insights

GGATN unifies full event sequence generation in PPM by combining graph-grounded attention with single-pass decoding and Viterbi-style path constraints.

Principles

Method

GGATN generates activities, timestamps, length, and attributes in a single pass, then uses Viterbi-style graph-constrained decoding for feasible, terminated paths.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.