Slides of the paper presented at the 4th Int. Conference on Process Mining (ICPM 2022, Bolzano, Italy).
Abstract:
Process mining analyzes business processes’ behavior and performance using event logs. An essential requirement is that events are grouped in cases representing the execution of process instances. However, logs extracted from different systems or non-process-aware information systems do not map events with unique case identifiers (case IDs). In such settings, the event log needs to be pre-processed to group events into cases – an operation known as event correlation. Existing techniques for correlating events work with different assumptions: some assume the generating processes are acyclic, while others require extra domain knowledge, such as the relation between the events and event attributes or heuristic information about the activities’ execution time behavior. However, domain knowledge is not always available or easy to acquire, compromising the quality of the correlated event log. In this paper, we propose a new technique called EC-SA-RM, which correlates the events using a simulated annealing technique and iteratively learns the domain knowledge as a set of association rules. The technique requires a sequence of timestamped events (i.e., the log without case IDs) and a process model describing the underlying business process. A possible correlated log is generated at each iteration of the simulated annealing. Then, EC-SA-RM uses this correlated log to learn a set of association rules that represent the relationship between the events and the changing behavior over the events’ attributes in an understandable way. These rules enrich the input and improve the event correlation process for the next iteration. EC-SA-RM returns an event log in which events are grouped in cases and a set of association rules that explain the correlation over the events. We evaluate our approach using four real-life datasets.
Paper: D. Bayomie, K. Revoredo, C. Di Ciccio and J. Mendling, "Improving Accuracy and Explainability in Event-Case Correlation via Rule Mining," 2022 4th International Conference on Process Mining (ICPM), Bolzano, Italy, 2022, pp. 24-31,
doi: 10.1109/ICPM57379.2022.9980684.