Data is Moody: Discovering Data Modification Rules from Process Event Logs
Although event logs are a powerful source to gain insight about the behavior of the underlying business process, existing work primarily focuses on finding patterns in the activity sequences of an event log, while ignoring event attribute data. Event attribute data has mostly been used to predict event occurrences and process outcome, but the state of the art neglects to mine succinct and interpretable rules how event attribute data changes during process execution. Subgroup discovery and rule-based classification approaches lack the ability to capture the sequential dependencies present in event logs, and thus lead to unsatisfactory results with limited insight into the process behavior. Given an event log, we are interested in finding accurate yet succinct and interpretable if-then rules how the process modifies data. We formalize the problem in terms of the Minimum Description Length (MDL) principle, by which we choose the model with the best lossless description of the data. Additionally, we propose the greedy Moody algorithm to efficiently search for rules. By extensive experiments on both synthetic and real-world data, we show Moody indeed finds compact and interpretable rules, needs little data for accurate discovery, and is robust to noise.
Code (0)
등록된 구현이 없습니다.
Tasks
AttributeSubgroup DiscoverySimilar Papers 제목 키워드 기반
Seqret: Mining Rule Sets from Event Sequences
Summarizing event sequences is a key aspect of data mining. Most existing methods neglect conditional dependencies and focus on discovering sequential patterns only. In this paper, we study the problem of discovering bot…
Moody Learners -- Explaining Competitive Behaviour of Reinforcement Learning Agents
Designing the decision-making processes of artificial agents that are involved in competitive interactions is a challenging task. In a competitive scenario, the agent does not only have a dynamic environment but also is …
Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)Drug Discovery with Dynamic Goal-aware Fragments
Fragment-based drug discovery is an effective strategy for discovering drug candidates in the vast chemical space, and has been widely employed in molecular generative models. However, many existing fragment extraction m…
Drug DiscoveryDiscovering Bias in Latent Space: An Unsupervised Debiasing Approach
The question-answering (QA) capabilities of foundation models are highly sensitive to prompt variations, rendering their performance susceptible to superficial, non-meaning-altering changes. This vulnerability often stem…
Question AnsweringHow are Scientific Concepts Birthed? Typing Rules of Concept Formation in Theoretical Physics Reasoning
This work aims to formalize some of the ways scientific concepts are formed in the process of theoretical physics discovery. Since this may at first seem like a task beyond the scope of the exact sciences (natural and fo…
Program Synthesis