Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Promoting Simple Agents: Ensemble Methods for Event-Log Prediction

About

We compare lightweight automata-based models (n-grams) with neural architectures (LSTM, Transformer) for next-activity prediction in streaming event logs. Experiments on synthetic patterns and five real-world process mining datasets show that n-grams with appropriate context windows achieve comparable accuracy to neural models while requiring substantially fewer resources. Unlike windowed neural architectures, which show unstable performance patterns, n-grams provide stable and consistent accuracy. While we demonstrate that classical ensemble methods like voting improve n-gram performance, they require running many agents in parallel during inference, increasing memory consumption and latency. We propose an ensemble method, the promotion algorithm, that dynamically selects between two active models during inference, reducing overhead compared to classical voting schemes. On real-world datasets, these ensembles match or exceed the accuracy of non-windowed neural models with lower computational cost.

Benedikt Bollig, Matthias F\"ugger, Thomas Nowak, Paul Zeinaty• 2026

Related benchmarks

TaskDatasetResultRank
Next Activity PredictionBPIC 12
Accuracy85.5
13
Next Activity PredictionBPIC 17
Accuracy87.39
13
Next Activity PredictionSynthetic xAxB
Accuracy87.33
8
Next Activity PredictionSynthetic xxx
Accuracy83.27
8
Next Activity PredictionSynthetic xABxBA
Accuracy83.35
8
Next Activity PredictionBPI 2018
Accuracy75.8
8
Next Activity PredictionSynthetic A3B2
Accuracy99.88
8
Next Activity PredictionSynthetic A3B3
Accuracy99.82
8
Next Activity PredictionSepsis 2016
Accuracy61.6
8
Next Activity PredictionBPI 2013
Accuracy72.4
8
Showing 10 of 10 rows

Other info

Follow for update