MLCLLGOct 31, 2018

An Interdisciplinary Comparison of Sequence Modeling Methods for Next-Element Prediction

arXiv:1811.00062v163 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the lack of interdisciplinary comparison for researchers and practitioners in sequence modeling, though it is incremental as it synthesizes existing methods without introducing new ones.

This paper tackled the problem of comparing sequence modeling methods from different disciplines for next-element prediction, finding that machine learning techniques outperform interpretable models from process mining and grammar inference in accuracy on four real-life datasets.

Data of sequential nature arise in many application domains in forms of, e.g. textual data, DNA sequences, and software execution traces. Different research disciplines have developed methods to learn sequence models from such datasets: (i) in the machine learning field methods such as (hidden) Markov models and recurrent neural networks have been developed and successfully applied to a wide-range of tasks, (ii) in process mining process discovery techniques aim to generate human-interpretable descriptive models, and (iii) in the grammar inference field the focus is on finding descriptive models in the form of formal grammars. Despite their different focuses, these fields share a common goal - learning a model that accurately describes the behavior in the underlying data. Those sequence models are generative, i.e, they can predict what elements are likely to occur after a given unfinished sequence. So far, these fields have developed mainly in isolation from each other and no comparison exists. This paper presents an interdisciplinary experimental evaluation that compares sequence modeling techniques on the task of next-element prediction on four real-life sequence datasets. The results indicate that machine learning techniques that generally have no aim at interpretability in terms of accuracy outperform techniques from the process mining and grammar inference fields that aim to yield interpretable models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes