VLDB 2026 Research / reviewers in the wild / expert
Claudio Di Ciccio
dblp:18/10493
· DBLP profile ↗
25ranked-venue papers in the field
5as first author
10since 2021 · last 2026
0000-0001-5570-0475ORCID · verified
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 11 (4 first)Business Process & Enterprise Data · 10Knowledge Engineering, Semantic Web & Information Systems · 2Data Mining & Knowledge Discovery · 1 (1 first)Information Retrieval & Web Search · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Tiramisù: making sense of multi-faceted process information through time and spaceabstractAbstract Knowledge-intensive processes represent a particularly challenging scenario for process mining. The flexibility that such processes allow constitutes a hurdle as they are hard to capture in a single model. To tackle this problem, multiple visual representations of the same processes could be beneficial, each addressing different information dimensions according to the specific needs and background knowledge of the concrete process workers and stakeholders. In this paper, we propose, describe, and evaluate a framework, named , that leverages visual analytics for the interactive visualization of multi-faceted process information, aimed at supporting the investigation and insight generation of users in their process analysis tasks. is based on a multi-layer visualization methodology that includes a visual backdrop that provides context and an arbitrary number of superimposed and on-demand dimension layers. This arrangement allows our framework to display process information from different perspectives and to project this information onto a domain-friendly representation of the context in which the process unfolds. We provide an in-depth description of the approach’s founding principles, deeply rooted in visualization research, that justify our design choices for the whole framework. We demonstrate the feasibility of the framework through its application in two use-case scenarios in the context of healthcare and personal information management. Plus, we conducted qualitative evaluations with potential end users of both scenarios, gathering precious insights about the efficacy and applicability of our framework to various application domains. Anti Alman, Alessio Arleo, Iris Beerepoot, Andrea Burattin, Claudio Di Ciccio, Manuel Resinas |
J. Intell. Inf. Syst. | 5 |
| 2025 | Special issue: BPM 2022 Selected papers in Foundations and Engineering
Claudio Di Ciccio, Remco M. Dijkman, Adela del-Río-Ortega, Stefanie Rinderle-Ma, Manfred Reichert |
Inf. Syst. | 1 |
| 2024 | Trusted Execution Environment for Decentralized Process Mining
Valerio Goretti, Davide Basile 0002, Luca Barbaro, Claudio Di Ciccio |
CAiSE | 4 |
| 2024 | Measuring rule-based LTLf process specifications: A probabilistic data-driven approach
Alessio Cecconi, Luca Barbaro, Claudio Di Ciccio, Arik Senderovich |
Inf. Syst. | 3 |
| 2023 | Event-case correlation for process mining using probabilistic optimizationabstractProcess mining supports the analysis of the actual behavior and performance of business processes using event logs. An essential requirement is that every event in the log must be associated with a unique case identifier (e.g., the order ID of an order-to-cash process). In reality, however, this case identifier may not always be present, especially when logs are acquired from different systems or extracted from non-process-aware information systems. In such settings, the event log needs to be pre-processed by grouping events into cases — an operation known as event correlation. Existing techniques for correlating events have worked with assumptions to make the problem tractable: some assume the generative processes to be acyclic, while others require heuristic information or user input. Moreover, they abstract the log to activities and timestamps, and miss the opportunity to use data attributes. In this paper, we lift these assumptions and propose a new technique called EC-SA-Data based on probabilistic optimization. The technique takes as inputs a sequence of timestamped events (the log without case IDs), a process model describing the underlying business process, and constraints over the event attributes. Our approach returns an event log in which every event is associated with a case identifier. The technique allows users to flexibly incorporate rules on process knowledge and data constraints. The approach minimizes the misalignment between the generated log and the input process model, maximizes the support of the given data constraints over the correlated log, and the variance between activity durations across cases. Our experiments with various real-life datasets show the advantages of our approach over the state of the art. Dina Bayomie, Claudio Di Ciccio, Jan Mendling |
Inf. Syst. | 2 |
| 2023 | Editorial: recent advances in process analytics
Paolo Ceravolo, Claudio Di Ciccio, Chiara Di Francescomarino, María Teresa Gómez-López, Fabrizio Maria Maggi, Renuka Sindhgatta |
J. Intell. Inf. Syst. | 2 |
| 2022 | Improving Accuracy and Explainability in Event-Case Correlation via Rule MiningabstractProcess 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, 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, the 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. At each iteration of the simulated annealing, a possible correlated log is generated. 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. Dina Bayomie, Kate Revoredo, Claudio Di Ciccio, Jan Mendling |
ICPM | 3 |
| 2022 | Measurement of Rule-based LTLf Declarative Process SpecificationsabstractThe classical checking of declarative Linear Temporal Logic on Finite Traces (LTLf) specifications verifies whether conjunctions of sets of formulae are satisfied by collections of finite traces. The data on which the verification is conducted may be corrupted by a number of logging errors or execution deviations at the level of single elements within a trace. The ability to quantitatively assess the extent to which traces satisfy a process specification (and not only if they do so or not at all) is thus key, especially in process mining scenarios. Previous techniques proposed for this aim either require formulae to be extended with quantitative operators or cater to the coarse granularity of whole traces. In this paper, we propose a framework to devise probabilistic measures for declarative process specifications on traces at the level of events, inspired by association rule mining. Thereupon, we describe a technique that measures the degree of satisfaction of these specifications over bags of traces. To assess our approach, we conduct an evaluation with real-world data. Alessio Cecconi, Claudio Di Ciccio, Arik Senderovich |
ICPM | 2 |
| 2022 | Measuring the interestingness of temporal logic behavioral specifications in process miningabstractThe assessment of behavioral rules with respect to a given dataset is key in several research areas, including declarative process mining, association rule mining, and specification mining. An assessment is required to check how well a set of discovered rules describes the input data, and to determine to what extent data complies with predefined rules. Particularly in declarative process mining, Support and Confidence are used most often, yet they are reportedly unable to provide a sufficiently rich feedback to users and cause rules representing coincidental behavior to be deemed as representative for the event logs. In addition, these measures are designed to work on a predefined set of rules, thus lacking generality and extensibility. In this paper, we address this research gap by developing a measurement framework for temporal rules based on (LTLpf). The framework is suitable for any temporal rules expressed in a reactive form and for custom measures based on the probabilistic interpretation of such rules. We show that our framework can seamlessly adapt well-known measures of the association rule mining field to declarative process mining. Also, we test our software prototype implementing the framework on synthetic and real-world data, and investigate the properties characterizing those measures in the context of process analysis. Alessio Cecconi, Giuseppe De Giacomo, Claudio Di Ciccio, Fabrizio Maria Maggi, Jan Mendling |
Inf. Syst. | 3 |
| 2021 | Conformance checking of mixed-paradigm process models
Boudewijn F. van Dongen, Johannes De Smedt, Claudio Di Ciccio, Jan Mendling |
Inf. Syst. | 3 |
| 2020 | Do Declarative Process Models Help to Reduce Cognitive Biases Related to Business Rules?
Kathrin Figl, Claudio Di Ciccio, Hajo A. Reijers |
ER | 2 |
| 2020 | Rule Mining with RuMabstractDeclarative process modeling languages are especially suitable to model loosely-structured, unpredictable business processes. One of the most prominent of these languages is Declare. The Declare language can be used for all process mining branches and a plethora of techniques have been implemented to support process mining with Declare. However, using these techniques can become cumbersome in practical situations where different techniques need to be combined for analysis. In addition, the use of Declare constraints in practice is often hampered by the difficulty of modeling them: the formal expression of Declare is difficult to understand for users without a background in temporal logics, whereas its graphical notation has been shown to be unintuitive. In this paper, we present RuM, a novel application for rule mining that addresses the abovementioned issues by integrating multiple Declare-based process mining methods into a single unified application. The process mining techniques provided in RuM strongly rely on the use of Declare models expressed in natural language, which has the potential of mitigating the barriers of the language bias. The application has been evaluated by conducting a qualitative user evaluation with eight process analysts. Anti Alman, Claudio Di Ciccio, Dominik Haas, Fabrizio Maria Maggi, Alexander Nolte |
ICPM | 2 |
| 2020 | A Temporal Logic-Based Measurement Framework for Process MiningabstractThe assessment of behavioral rules with respect to a given dataset is key in several research areas, including declarative process mining, association rule mining, and specification mining. The assessment is required to check how well a set of discovered rules describes the input data, as well as to determine to what extent data complies with predefined rules. In declarative process mining, in particular, some measures have been taken from association rule mining and adapted to support the assessment of temporal rules on event logs. Among them, support and confidence are used most often, yet they are reportedly unable to provide a sufficiently rich feedback to users and often cause spurious rules to be discovered from logs. In addition, these measures are designed to work on a predefined set of rules, thus lacking generality and extensibility. In this paper, we address this research gap by developing a general measurement framework for temporal rules based on Linear-time Temporal Logic with Past on Finite Traces (LTLpf). The framework is independent from the rule-specification language of choice and allows users to define new measures. We show that our framework can seamlessly adapt well-known measures of the association rule mining field to declarative process mining. Also, we test our software prototype implementing the framework on synthetic and real-world data, and investigate the properties characterizing those measures in the context of process analysis. Alessio Cecconi, Giuseppe De Giacomo, Claudio Di Ciccio, Fabrizio Maria Maggi, Jan Mendling |
ICPM | 3 |
| 2019 | Extracting Declarative Process Models from Natural Language
Han van der Aa, Claudio Di Ciccio, Henrik Leopold, Hajo A. Reijers |
CAiSE | 2 |
| 2019 | QRFA: A Data-Driven Model of Information-Seeking Dialogues
Svitlana Vakulenko, Kate Revoredo, Claudio Di Ciccio, Maarten de Rijke |
ECIR (1) | 3 |
| 2019 | A Probabilistic Approach to Event-Case Correlation for Process Mining
Dina Bayomie, Claudio Di Ciccio, Marcello La Rosa, Jan Mendling |
ER | 2 |
| 2019 | Comprehensive Process Drift Detection with Visual Analytics
Anton Yeshchenko, Claudio Di Ciccio, Jan Mendling, Artem Polyvyanyy |
ER | 2 |
| 2019 | Business process improvement with the AB-BPM methodology
Suhrid Satyal, Ingo Weber, Hye-Young Paik, Claudio Di Ciccio, Jan Mendling |
Inf. Syst. | 4 |
| 2019 | From event streams to process models and back: Challenges and opportunities
Pnina Soffer, Annika Hinze, Agnes Koschmider, Holger Ziekow, Claudio Di Ciccio, Boris Koldehofe, Oliver Kopp, Hans-Arno Jacobsen, Jan Sürmeli, Wei Song 0003 |
Inf. Syst. | 5 |
| 2018 | AB Testing for Process Versions with Contextual Multi-armed Bandit Algorithms
Suhrid Satyal, Ingo Weber, Hye-Young Paik, Claudio Di Ciccio, Jan Mendling |
CAiSE | 4 |
| 2018 | On the relevance of a business constraint to an event log
Claudio Di Ciccio, Fabrizio Maria Maggi, Marco Montali, Jan Mendling |
Inf. Syst. | 1 |
| 2018 | Parallel algorithms for the automated discovery of declarative process models
Fabrizio Maria Maggi, Claudio Di Ciccio, Chiara Di Francescomarino, Taavi Kala |
Inf. Syst. | 2 |
| 2017 | Resolving inconsistencies and redundancies in declarative process models
Claudio Di Ciccio, Fabrizio Maria Maggi, Marco Montali, Jan Mendling |
Inf. Syst. | 1 |
| 2016 | Efficient discovery of Target-Branched Declare constraints
Claudio Di Ciccio, Fabrizio Maria Maggi, Jan Mendling |
Inf. Syst. | 1 |
| 2013 | A two-step fast algorithm for the automated discovery of declarative workflowsabstractDeclarative approaches are particularly suitable for modeling highly flexible processes. They especially apply to artful processes, i.e., rapid informal processes that are typically carried out by those people whose work is mental rather than physical (managers, professors, researchers, engineers, etc.), the so called “knowledge workers”. This paper describes MINERful++, a two-step algorithm for an efficient discovery of constraints that constitute declarative workflow models. As a first step, a knowledge base is built, with information about temporal statistics gathered from execution traces. Then, the statistical support of constraints is computed, by querying that knowledge base. MINERful++is fast, modular, independent of the specific formalism adopted for representing constraints, based on a probabilistic approach and capable of eliminating the redundancy of subsumed constraints. Claudio Di Ciccio, Massimo Mecella |
CIDM | 1 |