Detecting Undesired Process Behavior by Means of Retrieval Augmented Generation
Michael Grohs, Adrian Rebmann, Jana-Rebecca Rehse

TL;DR
This paper introduces a retrieval augmented generation approach that enables detection of undesired process behaviors without the need for process models or resource-intensive fine-tuning of language models, outperforming traditional methods.
Contribution
The authors propose a novel RAG-based method that leverages a knowledge base to detect undesired process behavior without fine-tuning, addressing resource and generalization issues.
Findings
RAG outperforms fine-tuned LLMs in detecting undesired behavior.
The approach benefits from context like frequent traces and activities.
It eliminates the need for dedicated process models or fine-tuning.
Abstract
Conformance checking techniques detect undesired process behavior by comparing process executions that are recorded in event logs to desired behavior that is captured in a dedicated process model. If such models are not available, conformance checking techniques are not applicable, but organizations might still be interested in detecting undesired behavior in their processes. To enable this, existing approaches use Large Language Models (LLMs), assuming that they can learn to distinguish desired from undesired behavior through fine-tuning. However, fine-tuning is highly resource-intensive and the fine-tuned LLMs often do not generalize well. To address these limitations, we propose an approach that requires neither a dedicated process model nor resource-intensive fine-tuning to detect undesired process behavior. Instead, we use Retrieval Augmented Generation (RAG) to provide an LLM with…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBusiness Process Modeling and Analysis · Software System Performance and Reliability · Information Technology Governance and Strategy
