← Latest papers
🤖 machine learning

Revisiting Predictive Process Monitoring in the Age of Foundation Models: A Comparative Study of Sequence, Tabular, and LLM Approaches

This paper presents a comparative benchmark of sequence, tabular, and LLM-based approaches for predictive process monitoring, revealing that while sequence models excel at next-activity prediction and tabular foundation models are competitive for temporal tasks, LLMs generally underperform despite their higher computational costs.

Original authors: Lennart Fertig, Lukas Kirchdorfer, Tobias Sesterhenn

Published 2026-07-31
📖 4 min read☕ Coffee break read

Original authors: Lennart Fertig, Lukas Kirchdorfer, Tobias Sesterhenn

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are watching a busy kitchen. Orders come in, chefs chop, fry, and plate, and sometimes a dish gets stuck waiting for a sauce or a missing ingredient. If you could peek into the future and know exactly what the next step will be, how long the meal will take, or if the order is going to be late, you could fix problems before they happen. This is the heart of Predictive Process Monitoring (PPM). It's a branch of computer science that looks at the digital "receipts" of how things happen—like a factory making cars or a bank approving loans—to guess what comes next. For years, the best way to do this was to train a specialized computer brain from scratch, teaching it the specific rules of that one kitchen. But recently, a new wave of super-smart, general-purpose computers called Large Language Models (LLMs) has arrived. These are the models that can write poems, code, and chat with you, and people wondered: "Can we just ask these general geniuses to predict our kitchen's future?" At the same time, a third option appeared: Tabular Foundation Models, which are like expert statisticians that look at data in neat rows and columns rather than stories. The big question is: Do we still need the specialized kitchen experts, or have the general geniuses and the row-column statisticians taken over?

This paper is a massive taste test to see which of these three "chefs" actually cooks the best meal. The researchers set up a controlled competition using five different real-world "kitchens" (datasets from business processes) and asked the models to predict three things: what the next activity is, how long the next step will take, and how much time is left until the whole job is done. They pitted the old-school Sequence Models (trained from scratch just for this job) against the LLMs (adapted using a technique called LoRA to learn the process) and the Tabular Models (which use in-context learning, meaning they learn by looking at examples right in front of them without retraining).

The results were a bit of a surprise and a bit of a relief for the old-schoolers. When it came to guessing the next activity (like predicting the chef will chop onions next), the specialized Sequence Models were the clear winners. They consistently got the highest accuracy, beating the LLMs and the Tabular models. The paper suggests this is because these models are great at understanding the specific order and flow of events, especially when the process gets complicated with many possible paths (branching). The Tabular models were actually quite good at the time-related tasks, often performing just as well as the specialists when predicting how long things would take. However, the LLMs, despite being the most famous and expensive to run, usually lagged behind. They took much longer to compute (sometimes taking over 200 minutes for a single dataset compared to less than a minute for the others) and didn't always get the answers right. In fact, on one dataset, the LLMs frequently predicted the process had ended when it hadn't, making a lot of premature mistakes.

So, the paper concludes that while the flashy, general-purpose LLMs are interesting, they haven't quite dethroned the specialized models for predicting what happens next in a process. The specialized models are still the most reliable chefs for the job, while the Tabular models are a strong, fast alternative for timing questions. The authors suggest that the LLMs might need to be even bigger or trained differently to catch up, and that for now, if you want to know what happens next in a complex process, the old-school, specialized approach is still the most accurate bet.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →