<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Traceability in Process Analysis</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Maike</forename><surname>Basmer</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Humboldt-Universität zu Berlin</orgName>
								<address>
									<addrLine>Unter den Linden 6</addrLine>
									<postCode>10099</postCode>
									<settlement>Berlin</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Traceability in Process Analysis</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">4C817C7985BCFD268F381F603410CFC6</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T16:32+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>process analysis</term>
					<term>traceability</term>
					<term>database systems</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The exploratory nature of process analysis requires the analysts to make decisions not only during the analysis but also during data preparation, which affects the outcome of the analysis. This PhD project aims to support traceability in process analysis, i.e., reconstructing the effect of the input data and the decisions made throughout the process analysis pipeline on the outcome. To accomplish this, we plan to leverage established data management capacities to integrate the models used for pre-processing and analysis.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Process analysis often follows an exploratory approach: while scrutinizing the event data captured from a process, analysts continuously build hypotheses and subsequently seek to falsify or validate them based on the data. This potentially involves comparing different process mining algorithms or testing different parameters. However, the exploration of the event data does not just start with the analysis, but rather when the data is prepared, as the data extraction, transformation, and loading (ETL) may also be subject to frequent change. Thus, decoupling the analysis from the data preparation possibly hides the effect of the choices made during the ETL steps on the analysis outcome. That does not only make it difficult to relate the results of the analysis to the original data, but also to judge the reliability of the results at large. Database technology appears to have the means in store to address that challenge, as they allow to integrate the ETL process and analysis using unified data models and query languages. Instead of extracting the event data to a log, one may keep the data close to the source, thus allowing to trace the analysis results to the source data. Ultimately, this affords the opportunity to reason on the propagation or interplay of changes in the pre-processing phase with respect to the analysis. That way, process analysts are supported in tracking and understanding the impact of decisions made during data preparation and analysis, which enables them to justify those decisions. Furthermore, adopting standard data models and query languages as the basis for this integration enables us to leverage the capacity of database systems and the research on them spanning decades to support the process analysis. Accordingly, the complex of problems that is going to be addressed in the PhD thesis can be summarized as follows:</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Objective of PhD Project</head><p>We aim at achieving traceability in process analysis, i.e., the ability to trace analysis results to the input data. To accomplish this, we will integrate the models used for data pre-processing and data analysis, and operationalize them using existing data management capacities.</p><p>ICPM 2024 Doctoral Consortium, October 14-18, 2024, Kongens Lyngby, Denmark maike.basmer@hu-berlin.de (M. Basmer) 0000-0003-2124-0276 (M. Basmer)</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related Work</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Database Technology in Process Mining</head><p>Within the relational realm, intermediate in-database representations and a native in-database operator have been developed to accelerate process mining tasks <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2]</ref>. Furthermore, concepts from data warehousing were adopted to facilitate multidimensional analysis <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b3">4]</ref>. Schönig et al. <ref type="bibr" target="#b4">[5,</ref><ref type="bibr" target="#b5">6]</ref> implemented declarative process discovery on relational databases. Riva et al. <ref type="bibr" target="#b6">[7]</ref> considered different schemata that have been proposed to represent event logs in the past and examined the effect of the schema choice on the performance of declarative process mining. Besides that, modelling event data as labeled property graphs <ref type="bibr" target="#b7">[8]</ref> was proposed to enable graph-based understanding of multi-dimensional data and to accommodate different analyses <ref type="bibr" target="#b8">[9]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Supporting the Process Analysis Pipeline</head><p>A process analysis pipeline may encompass different pre-processing steps like integrating, transforming, reducing, abstracting, filtering, or enriching the event log before the analysis <ref type="bibr" target="#b9">[10]</ref>, with abstraction currently being the focus for our setting. Different approaches to event abstraction exist, mainly lifting low-level events to activities according to the domain <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b11">12]</ref>. Other types of high-level events may also be discovered to enhance the analysis of processes <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b12">13]</ref>.</p><p>Regarding traceability, there have been several proposals in the past. Probabilistic event abstraction allows to keep track of alternative abstractions by capturing uncertainty when producing high-level events <ref type="bibr" target="#b13">[14]</ref>. For process mining on IoT data, Bertrand et al. <ref type="bibr" target="#b14">[15]</ref> propose a schema for an event log that caters to traceability concerns as well as different needs in granularity. Klinkmüller et al. <ref type="bibr" target="#b15">[16]</ref> examine the sensitivity of discovery results w.r.t. pipeline operations and parameters to debug process discovery pipelines, encompassing the discovery procedure itself along with pre-processing steps like abstraction or filtering. Data and provenance views were proposed to support explorative process mining by tracking steps, goals, and intermediate results throughout the analysis process <ref type="bibr" target="#b16">[17]</ref>. Beyond process mining, further inspiration may be drawn from research on provenance <ref type="bibr" target="#b17">[18]</ref>, explanations <ref type="bibr" target="#b18">[19]</ref>, debugging of pipelines <ref type="bibr" target="#b19">[20]</ref>, or probabilistic databases <ref type="bibr" target="#b20">[21]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Overview of Research Project</head><p>In the course of the PhD project, several facets may be investigated, for example:</p><p>• Which data schema or data model should be used depending on the use case or the characteristics of the data? • Can we exploit properties of the data to support the process analysis?</p><p>We will focus on two specific use cases described below to grasp and better understand these questions and the arising challenges.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Realization</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.1.">Tracing the Effect of Abstractions</head><p>To target the traceability of abstractions and their effect on a given analysis, the concept of Event Knowledge Graphs (EKGs) <ref type="bibr" target="#b7">[8]</ref> implemented in graph databases <ref type="bibr" target="#b21">[22]</ref> may come in handy, as they integrate low-level events with high-level abstractions and enable graph-based querying. This capacity may be extended to record event abstractions, such that the effect of abstractions during exploratory process analysis can be tracked. To that end, we conceive the following framework: In a forward-manner, the abstractions represented as queries in a given data preparation pipeline are treated as first-class citizens of an EKG by recording them along with their relations to lower-level events. Considering an alternative abstraction in the pipeline, the intermediary results of that alternative pipeline are computed and recorded correspondingly. Differences in the analysis may be explained by the difference set of nodes or edges between both possible "worlds" -either by their mere (non-)existence in one set or the other or by the context they define (i.e., the features that distinguish those nodes or edges). We plan to apply this idea to a pipeline for task analysis <ref type="bibr" target="#b22">[23]</ref>, as it involves several steps of abstraction. Interaction mining <ref type="bibr" target="#b23">[24]</ref> may also lend itself to evaluating this idea.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.2.">Multi-Dimensional Declarative Process Mining in Relational Databases</head><p>Similarly, the rich feature set of relational database systems may be employed to host process mining tasks. We plan to focus on declarative process mining <ref type="bibr" target="#b24">[25]</ref>, especially in view of multiple dimensions <ref type="bibr" target="#b25">[26,</ref><ref type="bibr" target="#b26">27]</ref>, as data-aware conditions relate to selection and navigating relations correspond to joins in the relational model. Implementing conformance checking or process discovery for multi-dimensional declarative process specifications encompasses finding an adequate representation of the event data, encoding the task as a set of queries, and ideally leveraging database technology like materialized views <ref type="bibr" target="#b27">[28]</ref> to track and reuse intermediary results. Another aspect that could be exploited in case of declarative process specifications is their apparent similarity to data dependencies in relational databases. In that case, techniques from the domain of data profiling may be used as a basis for, e.g., the discovery of declarative constraints <ref type="bibr" target="#b28">[29]</ref>. Beyond that, it might be interesting to investigate which intermediary data representations like indices <ref type="bibr" target="#b29">[30]</ref> or materialized views <ref type="bibr" target="#b27">[28]</ref> or other developments from database systems research like row pattern recognition <ref type="bibr" target="#b30">[31]</ref> may be useful to realize process mining tasks in-database.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Evaluation</head><p>Developments aiming at enhancing the efficiency of process analysis tasks may be evaluated empirically in a set of experiments on data sets that are established within the process mining community. In addition to that, synthetic data may serve to investigate the influence of specific data properties on the interventions that are going to be devised during the PhD project. When it comes to evaluating the traceability, one can either head into the direction of showing that the developed approach fulfills certain properties or measure the capacity of the proposed approach to trace deviations in the analysis due to abstractions. For example, it might be sensible to measure how compact these insights can be represented if we assume a correlation between the compactness of the representation and understandability.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Conclusion</head><p>The proposed thesis sets out to integrate pre-processing of the event data with process analysis by means of database technologies to achieve traceability. We outlined ideas how to approach this problem set, e.g., through the lens of event knowledge graphs (in terms of database technology used) or declarative process mining (in terms of process analysis).</p></div>		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Process discovery using in-database minimum self distance abstractions</title>
		<author>
			<persName><forename type="first">A</forename><surname>Syamsiyah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">J J</forename><surname>Leemans</surname></persName>
		</author>
		<idno type="DOI">10.1145/3341105.3373846</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 35th Annual ACM Symposium on Applied Computing</title>
				<meeting>the 35th Annual ACM Symposium on Applied Computing<address><addrLine>Brno Czech Republic</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="26" to="35" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Enabling efficient process mining on large data sets: Realizing an in-database process mining operator</title>
		<author>
			<persName><forename type="first">R</forename><surname>Dijkman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Gao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Syamsiyah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Van Dongen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Grefen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hofstede</surname></persName>
		</author>
		<idno type="DOI">10.1007/s10619-019-07270-1</idno>
	</analytic>
	<monogr>
		<title level="j">Distributed and Parallel Databases</title>
		<imprint>
			<biblScope unit="volume">38</biblScope>
			<biblScope unit="page" from="227" to="253" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Process Cubes: Slicing, Dicing, Rolling Up and Drilling Down Event Data for Process Mining</title>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-319-02922-1_1</idno>
	</analytic>
	<monogr>
		<title level="m">Asia Pacific Business Process Management</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2013">2013</date>
			<biblScope unit="volume">159</biblScope>
			<biblScope unit="page" from="1" to="22" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">PMCube: A Data-Warehouse-Based Approach for Multidimensional Process Mining</title>
		<author>
			<persName><forename type="first">T</forename><surname>Vogelgesang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H.-J</forename><surname>Appelrath</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-319-42887-1_14</idno>
	</analytic>
	<monogr>
		<title level="m">Business Process Management Workshops</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="167" to="178" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Discovery of Multi-perspective Declarative Process Models</title>
		<author>
			<persName><forename type="first">S</forename><surname>Schönig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Di Ciccio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">M</forename><surname>Maggi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mendling</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-319-46295-0_6</idno>
	</analytic>
	<monogr>
		<title level="m">Service-Oriented Computing</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2016">9936. 2016</date>
			<biblScope unit="page" from="87" to="103" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Efficient and Customisable Declarative Process Mining with SQL</title>
		<author>
			<persName><forename type="first">S</forename><surname>Schönig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rogge-Solti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Cabanillas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Jablonski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mendling</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-319-39696-5_18</idno>
	</analytic>
	<monogr>
		<title level="m">Advanced Information Systems Engineering</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2016">9694. 2016</date>
			<biblScope unit="page" from="290" to="305" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">An SQL-Based Declarative Process Mining Framework for Analyzing Process Data Stored in Relational Databases</title>
		<author>
			<persName><forename type="first">F</forename><surname>Riva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Benvenuti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">M</forename><surname>Maggi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Marrella</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Montali</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-031-41623-1_13</idno>
	</analytic>
	<monogr>
		<title level="m">Business Process Management Forum</title>
				<meeting><address><addrLine>Nature Switzerland</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2023">2023</date>
			<biblScope unit="volume">490</biblScope>
			<biblScope unit="page" from="214" to="231" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Multi-Dimensional Event Data in Graph Databases</title>
		<author>
			<persName><forename type="first">S</forename><surname>Esser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Fahland</surname></persName>
		</author>
		<idno type="DOI">10.1007/s13740-021-00122-1</idno>
	</analytic>
	<monogr>
		<title level="j">Journal on Data Semantics</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="page" from="109" to="141" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Aggregating Event Knowledge Graphs for Task Analysis</title>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">L</forename><surname>Klijn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Mannhardt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Fahland</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-031-27815-0_36</idno>
	</analytic>
	<monogr>
		<title level="m">Process Mining Workshops, LNBIP</title>
				<meeting>ess Mining Workshops, LNBIP<address><addrLine>Nature Switzerland</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2023">2023</date>
			<biblScope unit="page" from="493" to="505" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Turning logs into lumber: Preprocessing tasks in process mining</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">S</forename><surname>Dani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Beerepoot</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Lu</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-031-56107-8_8</idno>
	</analytic>
	<monogr>
		<title level="m">Process Mining Workshops -ICPM 2023 International Workshops</title>
				<editor>
			<persName><forename type="first">J</forename><forename type="middle">D</forename><surname>Smedt</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Soffer</surname></persName>
		</editor>
		<meeting>ess Mining Workshops -ICPM 2023 International Workshops<address><addrLine>Rome, Italy</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2023">October 23-27, 2023. 2023</date>
			<biblScope unit="volume">503</biblScope>
			<biblScope unit="page" from="98" to="109" />
		</imprint>
	</monogr>
	<note>Revised Selected Papers</note>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Event abstraction in process mining: Literature review and taxonomy</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">J</forename><surname>Van Zelst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Mannhardt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>De Leoni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Koschmider</surname></persName>
		</author>
		<idno type="DOI">10.1007/s41066-020-00226-2</idno>
	</analytic>
	<monogr>
		<title level="j">Granular Computing</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="page" from="719" to="736" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Extraction, correlation, and abstraction of event data for process mining</title>
		<author>
			<persName><forename type="first">K</forename><surname>Diba</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Batoulis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Weidlich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Weske</surname></persName>
		</author>
		<idno type="DOI">10.1002/widm.1346</idno>
	</analytic>
	<monogr>
		<title level="j">WIREs Data Mining and Knowledge Discovery</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="page">e1346</biblScope>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m" type="main">The Interplay Between High-Level Problems and The Process Instances That Give Rise To Them</title>
		<author>
			<persName><forename type="first">B</forename><surname>Bakullari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Van Thoor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Fahland</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2309.01571</idno>
		<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Efficiently interpreting traces of low level events in business process logs</title>
		<author>
			<persName><forename type="first">B</forename><surname>Fazzinga</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Flesca</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Furfaro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Masciari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Pontieri</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.is.2017.11.001</idno>
	</analytic>
	<monogr>
		<title level="j">Information Systems</title>
		<imprint>
			<biblScope unit="volume">73</biblScope>
			<biblScope unit="page" from="1" to="24" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<author>
			<persName><forename type="first">Y</forename><surname>Bertrand</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Veneruso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Leotta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mecella</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Serral</surname></persName>
		</author>
		<title level="m">NICE: The Native IoT-Centric Event Log Model for Process Mining</title>
				<meeting><address><addrLine>Germany); Rome</addrLine></address></meeting>
		<imprint>
			<publisher>Springer Verlag</publisher>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">A Method for Debugging Process Discovery Pipelines to Analyze the Consistency of Model Properties</title>
		<author>
			<persName><forename type="first">C</forename><surname>Klinkmüller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Seeliger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Müller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Pufahl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Weber</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-030-85469-0_7</idno>
	</analytic>
	<monogr>
		<title level="m">Business Process Management</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2021">2021</date>
			<biblScope unit="volume">12875</biblScope>
			<biblScope unit="page" from="65" to="84" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Supporting Provenance and Data Awareness in Exploratory Process Mining</title>
		<author>
			<persName><forename type="first">F</forename><surname>Zerbato</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Burattin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Völzer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">N</forename><surname>Becker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Boscaini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Weber</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-031-34560-9_27</idno>
	</analytic>
	<monogr>
		<title level="m">Advanced Information Systems Engineering</title>
				<meeting><address><addrLine>Nature Switzerland</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2023">2023</date>
			<biblScope unit="volume">13901</biblScope>
			<biblScope unit="page" from="454" to="470" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Data Provenance</title>
		<author>
			<persName><forename type="first">B</forename><surname>Glavic</surname></persName>
		</author>
		<idno type="DOI">10.1561/1900000068</idno>
	</analytic>
	<monogr>
		<title level="j">Foundations and Trends® in Databases</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="page" from="209" to="441" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Trends in Explanations: Understanding and Debugging Data-driven Systems</title>
		<author>
			<persName><forename type="first">B</forename><surname>Glavic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Meliou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Roy</surname></persName>
		</author>
		<idno type="DOI">10.1561/1900000074</idno>
	</analytic>
	<monogr>
		<title level="j">Foundations and Trends® in Databases</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="page" from="226" to="318" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title/>
		<author>
			<persName><forename type="first">R</forename><surname>Lourenço</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Freire</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Simon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Weber</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Shasha</surname></persName>
		</author>
		<author>
			<persName><surname>Bugdoc</surname></persName>
		</author>
		<idno type="DOI">10.1007/s00778-022-00733-5</idno>
	</analytic>
	<monogr>
		<title level="j">The VLDB Journal</title>
		<imprint>
			<biblScope unit="volume">32</biblScope>
			<biblScope unit="page" from="75" to="101" />
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Probabilistic databases</title>
		<author>
			<persName><forename type="first">D</forename><surname>Suciu</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-1-4614-8265-9_275</idno>
	</analytic>
	<monogr>
		<title level="m">Encyclopedia of Database Systems, Second Edition</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<monogr>
		<idno type="DOI">10.1007/978-3-319-96193-4</idno>
		<title level="m">Graph Data Management: Fundamental Issues and Recent Developments, Data-Centric Systems and Applications</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Multi-perspective concept drift detection: Including the actor perspective</title>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">L</forename><surname>Klijn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Mannhardt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Fahland</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-031-61057-8_9</idno>
	</analytic>
	<monogr>
		<title level="m">Advanced Information Systems Engineering -36th International Conference, CAiSE 2024</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<meeting><address><addrLine>Limassol, Cyprus</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2024">June 3-7, 2024. 2024</date>
			<biblScope unit="volume">14663</biblScope>
			<biblScope unit="page" from="141" to="157" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">The ROAD from Sensor Data to Process Instances via Interaction Mining</title>
		<author>
			<persName><forename type="first">A</forename><surname>Senderovich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rogge-Solti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mendling</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mandelbaum</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-319-39696-5_16</idno>
	</analytic>
	<monogr>
		<title level="m">Advanced Information Systems Engineering</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">S</forename><surname>Nurcan</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Soffer</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Bajec</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Eder</surname></persName>
		</editor>
		<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="257" to="273" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Declarative Process Specifications: Reasoning, Discovery, Monitoring</title>
		<author>
			<persName><forename type="first">C</forename><surname>Di Ciccio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Montali</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-031-08848-3_4</idno>
	</analytic>
	<monogr>
		<title level="m">Process Mining Handbook</title>
				<meeting>ess Mining Handbook</meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="108" to="152" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Conformance checking based on multi-perspective declarative process models</title>
		<author>
			<persName><forename type="first">A</forename><surname>Burattin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">M</forename><surname>Maggi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Sperduti</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.eswa.2016.08.040</idno>
	</analytic>
	<monogr>
		<title level="j">Expert Systems with Applications</title>
		<imprint>
			<biblScope unit="volume">65</biblScope>
			<biblScope unit="page" from="194" to="211" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<monogr>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Montali</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1703.05740</idno>
		<title level="m">Object-Centric Behavioral Constraints</title>
				<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Materialized Views</title>
		<author>
			<persName><forename type="first">R</forename><surname>Shirkova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Yang</surname></persName>
		</author>
		<idno type="DOI">10.1561/1900000020</idno>
	</analytic>
	<monogr>
		<title level="j">Foundations and Trends® in Databases</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="page" from="295" to="405" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Discovering denial constraints</title>
		<author>
			<persName><forename type="first">X</forename><surname>Chu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">F</forename><surname>Ilyas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Papotti</surname></persName>
		</author>
		<idno type="DOI">10.14778/2536258.2536262</idno>
	</analytic>
	<monogr>
		<title level="j">Proceedings of the VLDB Endowment</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="page" from="1498" to="1509" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">The Case for Learned Index Structures</title>
		<author>
			<persName><forename type="first">T</forename><surname>Kraska</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Beutel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">H</forename><surname>Chi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Dean</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Polyzotis</surname></persName>
		</author>
		<idno type="DOI">10.1145/3183713.3196909</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2018 International Conference on Management of Data</title>
				<meeting>the 2018 International Conference on Management of Data<address><addrLine>Houston TX USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="489" to="504" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">Specification of Row Pattern Recognition in the SQL Standard and its Implementations</title>
		<author>
			<persName><forename type="first">D</forename><surname>Petković</surname></persName>
		</author>
		<idno type="DOI">10.1007/s13222-022-00404-3</idno>
	</analytic>
	<monogr>
		<title level="j">Datenbank-Spektrum</title>
		<imprint>
			<biblScope unit="volume">22</biblScope>
			<biblScope unit="page" from="163" to="174" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
