<?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">Behavioural Clustering by Extensive Declarative Specifications Measurements (Extended Abstract)</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Alessio</forename><surname>Cecconi</surname></persName>
							<email>alessio.cecconi@wu.ac.at</email>
							<affiliation key="aff0">
								<orgName type="institution">Vienna University of Economics and Business</orgName>
								<address>
									<settlement>Vienna</settlement>
									<country key="AT">Austria</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Behavioural Clustering by Extensive Declarative Specifications Measurements (Extended Abstract)</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">6573F4D821E1EEE3830384E98B2358DB</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T09:19+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>
			<abstract/>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>I. INTRODUCTION</head><p>The recognition, classification and grouping of distinct process behaviours in an event log is a key aspect of process analysis. In unstructured and flexible processes contexts this is not straightforward and the literature devises different techniques to tackle the problem. An effective one has been found in trace clustering, namely a set of techniques which automatically group similar traces according to specified criteria, allowing for better understandability and decreased complexity of the analysis. However, all available clustering techniques are designed exclusively with procedural process models. For those techniques the key aspect for trace similarity is the precise sequence of execution of events, as they consider only events that immediately follow or precede one another. Yet, the properties and relations of events in a process may fall outside such a narrow scope.</p><p>In our research, we want to explore the opportunity of employing declarative process mining for trace clustering. We believe that the characteristics of declarative specifications can lead to novel results given the focus on different relations of the events in the event log. Indeed, a declarative rule describes a desired property of the process, not a specific execution. Thus, grouping around them suggests clusters centred on flexible, complex, and yet specific behaviours of the process instead of strict events sequence similarity.</p><p>Any clustering technique is based on similarity (or distance) concepts describing how close or distant objects are. Nevertheless, the current declarative rules evaluation methods are limited to devise a comprehensive similarity concept for traces based on rules. To fill this gap it is required an extensive measurement system for declarative specifications.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>II. BACKGROUND</head><p>Trace Clustering. The goal of trace clustering is to find traces of similar behaviour and group them into clusters. The guiding rule is to maximise the similarity within a cluster while maximising the distance with the other clusters. Three main class of approaches exist: (i) Vector-based, where the traces are transformed into feature vectors and distance metrics are used in the vector space (e.g. <ref type="bibr" target="#b0">[1]</ref>, <ref type="bibr" target="#b1">[2]</ref>); (ii) Context-aware, where string distance metrics are applied directly on the whole traces (e.g. <ref type="bibr" target="#b3">[4]</ref>, <ref type="bibr" target="#b8">[9]</ref>); (iii) Model-based, where traces are clustered around fitting process models (e.g. <ref type="bibr" target="#b4">[5]</ref>, <ref type="bibr" target="#b5">[6]</ref>). Trace clustering has been employed in process mining to assist the discovery of procedural process models. Dividing the event log into It can be noticed that different approaches, perspectives, and algorithms have been tried, yet all the current trace clustering techniques in process mining share, not really a limit, but rather a common trait: only procedural models are considered. Accordingly the control-flow perspective is inspected only for its continuous subsequences, i.e., only directly following relations, thus local proximity of activities is preferred in the clustering composition. This is not a limit of the clustering techniques per se, but in the object used to devise the characteristics upon which basing the clustering. For example, consider two traces xa, <ref type="figure">b, c, d, e, f y and xb, a, d, c, f</ref>, ey where the events are couple-wise swapped, but a transitivity property between tasks a, b, and c is preserved (i.e., a Ñ c Ñ e). If this transitivity property is of interest, both the traces should be grouped in the same cluster, but the directly-follow relations between the two traces is messed, thus they may result too different to appear in the same cluster. As a result, similar traces may be disjoined or different ones may be grouped. Evaluation of declarative specifications. Declarative process mining mostly resorts to quality measures from association rule mining <ref type="bibr" target="#b11">[12]</ref> to qualify single rules with respect to event logs. Support and confidence are the most adopted measures on that regard, yet they are reportedly not sufficient to avoid a great amount of spurious results <ref type="bibr" target="#b12">[13]</ref>, which threatens the statistical soundness of the results. Also, there are different</p><p>Copyright © 2020 for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0). definitions for support <ref type="bibr" target="#b13">[14]</ref>, <ref type="bibr" target="#b14">[15]</ref>, <ref type="bibr" target="#b15">[16]</ref> and confidence <ref type="bibr" target="#b13">[14]</ref>, <ref type="bibr" target="#b14">[15]</ref>, <ref type="bibr" target="#b15">[16]</ref>. For example, the support measure of <ref type="bibr" target="#b15">[16]</ref> cannot be compared to the support of <ref type="bibr" target="#b13">[14]</ref> because of the different definitions. Furthermore these techniques defined the measures only for a limited set of rules (i.e., the standard DECLARE rules-set). Thus, the comparison of techniques is hampered by their customized definitions of the same measures and the transferability of measures themselves between techniques is limited. The result is a scattered adoption of a small set of measures dependent either to a specific language or set of rules. Different other measures have been studied to go beyond this limit <ref type="bibr" target="#b16">[17]</ref>, yet they have been not fully exploited in process mining area. Thus a more advanced and extensive evaluation system for declarative specifications is required to base efficiently trace clustering on them.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>III. CONTRIBUTION</head><p>With this research we aim to explore the integration of declarative process mining and trace clustering. The expressiveness of declarative rules can allow for a new clustering based on clear desired properties of the process, and not strict events sequences. In order to do so, an extension of the current evaluation techniques for declarative specifications is required.</p><p>A declarative specification allows for complex relations among activities regardless of their distance in the execution flow. That is because each specification models a desired properties of the process, not a specific executions. At the best of our knowledge, the combination of declarative process mining with trace clustering is still unexplored. We believe that this novel intuition can lead to distinct and interesting results, beyond the reach of procedural processes. Also, clustering around rules makes the clustering semantic explicit, easing supervised techniques and the injection of experts knowledge.</p><p>To make this clustering possible, it is mandatory to devise a similarity concept between traces and rules. Indeed a declarative injection can be used for both model-based and vector-based techniques. For both is paramount to devise an informative evaluation of the rules on the trace. The validity or violation of a rule in a trace can be a possible direction, but the boolean evaluation may be too limited to clearly differentiate the clusters. Furthermore it would be a single perspective, not enough to build a feature vector. A more flexible and broad mean of rules evaluation would be desirable, but the current declarative techniques are limited on that regard. For this reason we will devise an extensive measurement framework for declarative specifications going beyond these limits.</p><p>The goal of our measurement framework is to provide a sound ground where to define, compute, and verify measures for generic temporal logic formulae. On top of it will be based the similarity function for clustering of traces. In order to validate these results, we are going to implement the measurement framework first and the overall behavioural clustering afterwards into a proof-of-concept software with which experimental evaluations will be conducted. The empirical evaluation of the techniques will be carried out both on simulated artificial data and publicly available real-life data like BPI Challenge datasets, e.g. <ref type="bibr" target="#b17">[18]</ref>. The controlled environment of a simulation is required to check the validity of the results in absence of a ground truth, while real-life data allows to asses the feasibility of the technique in realistic settings.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>IV. CONCLUSION</head><p>Trace clustering is a relevant topic and the employment of declarative process mining in that regard is promising and especially still unexplored. Yet, the current evaluation systems for declarative specification are not enough for a truly effective trace clustering based on them. Given these open points, there is a call for: (i) an extended evaluation system for declarative specifications. (ii) a novel application of declarative process mining for trace clustering. Markedly, we recently achieved the first point in <ref type="bibr" target="#b18">[19]</ref>, based our previous work <ref type="bibr" target="#b19">[20]</ref>.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table I :</head><label>I</label><figDesc>Process mining techniques using trace clustering.</figDesc><table><row><cell cols="2">Technique</cell><cell>Clustering approach</cell><cell>Control-flow perspective</cell><cell>Data perspective</cell><cell>Clustering algorithms</cell></row><row><cell></cell><cell></cell><cell></cell><cell>procedural</cell><cell>yes</cell><cell>Hierarchical clustering</cell></row><row><cell>Bose and van der Aalst</cell><cell cols="2">[4] Vector-based</cell><cell>procedural</cell><cell>no</cell><cell>Hierarchical clustering</cell></row><row><cell cols="3">Ferreira et al. [5] Model-based</cell><cell>procedural</cell><cell>no</cell><cell>1st order Markov chain Expectation-</cell></row><row><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>Maximization</cell></row><row><cell>De Koninck and De Weerdt</cell><cell cols="2">[6] Model-based</cell><cell>procedural</cell><cell>no</cell><cell>Active learning</cell></row><row><cell cols="3">Wang et al. [7] Model-based</cell><cell>procedural</cell><cell>no</cell><cell>Constrained clustering, agglomerative hi-</cell></row><row><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>erarchical clustering, spectral clustering</cell></row><row><cell>Bose and van der Aalst</cell><cell cols="3">[8] Context-aware procedural</cell><cell>no</cell><cell>edit-distance, agglomerative clustering</cell></row><row><cell cols="4">Evermann et al. [9] Context-aware procedural</cell><cell>no</cell><cell>K-means</cell></row><row><cell cols="3">Nguyen et al. [10] Mixed</cell><cell>procedural</cell><cell>yes</cell><cell>Graph path similarity</cell></row><row><cell>De Koninck and De Weerdt</cell><cell cols="2">[11] Mixed</cell><cell>procedural</cell><cell>yes</cell><cell>K-means, active learning</cell></row></table><note>Greco et al. [1] Vector-based procedural no K-means, Hierarchical Clustering Song et al. [2] Vector-based procedural yes K-means, Quality Threshold, Agglomerative Clustering, SelfOrganizing Maps Jablonski et al. [3] Vector-based different clusters, the discovery techniques can be applied only to discover the models of each cluster, resulting in a set of simpler and more understandable models of particular behaviours of the process. Table I summarizes the current applications of trace clustering in process mining.</note></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Discovering expressive process models by clustering log traces</title>
		<author>
			<persName><forename type="first">G</forename><surname>Greco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Guzzo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Pontieri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Saccà</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Trans. Knowl. Data Eng</title>
		<imprint>
			<biblScope unit="volume">18</biblScope>
			<biblScope unit="issue">8</biblScope>
			<biblScope unit="page" from="1010" to="1027" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Trace clustering in process mining</title>
		<author>
			<persName><forename type="first">M</forename><surname>Song</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">W</forename><surname>Günther</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">BPM Workshops</title>
				<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="109" to="120" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Multiperspective clustering of process execution traces</title>
		<author>
			<persName><forename type="first">S</forename><surname>Jablonski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Röglinger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Schönig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">M</forename><surname>Wyrtki</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Enterp. Model. Inf. Syst. Archit. Int. J. Concept. Model</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page">22</biblScope>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Trace clustering based on conserved patterns: Towards achieving better process models</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">P J C</forename><surname>Bose</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">BPM Workshops</title>
				<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="170" to="181" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Approaching process mining with sequence clustering: Experiments and findings</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">R</forename><surname>Ferreira</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Zacarias</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Malheiros</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Ferreira</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">BPM</title>
		<imprint>
			<biblScope unit="page" from="360" to="374" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Multi-objective trace clustering: Finding more balanced solutions</title>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">De</forename><surname>Koninck</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">De</forename><surname>Weerdt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">BPM Workshops</title>
				<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="49" to="60" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">A novel trace clustering technique based on constrained trace alignment</title>
		<author>
			<persName><forename type="first">P</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Tan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Tang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Hu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">HCC</title>
		<imprint>
			<biblScope unit="page" from="53" to="63" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Context aware trace clustering: Towards improving process mining results</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">P J C</forename><surname>Bose</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">SIAM International Conference on Data Mining</title>
				<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="page" from="401" to="412" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Clustering traces using sequence alignment</title>
		<author>
			<persName><forename type="first">J</forename><surname>Evermann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Thaler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Fettke</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">BPM Workshops</title>
				<imprint>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="179" to="190" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Process trace clustering: A heterogeneous information network approach</title>
		<author>
			<persName><forename type="first">P</forename><surname>Nguyen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Slominski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Muthusamy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Ishakian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Nahrstedt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">SIAM International Conference on Data Mining</title>
				<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="279" to="287" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Scalable mixed-paradigm trace clustering using super-instances</title>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">De</forename><surname>Koninck</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">De</forename><surname>Weerdt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ICPM</title>
		<imprint>
			<biblScope unit="page" from="17" to="24" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Interestingness measures for data mining: A survey</title>
		<author>
			<persName><forename type="first">L</forename><surname>Geng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">J</forename><surname>Hamilton</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Comput. Surv</title>
		<imprint>
			<biblScope unit="volume">38</biblScope>
			<biblScope unit="issue">3</biblScope>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">A tutorial on statistically sound pattern discovery</title>
		<author>
			<persName><forename type="first">W</forename><surname>Hämäläinen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">I</forename><surname>Webb</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Data Min. Knowl. Discov</title>
		<imprint>
			<biblScope unit="volume">33</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="325" to="377" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Efficient discovery of understandable declarative process models from event logs</title>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">M</forename><surname>Maggi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">P J C</forename><surname>Bose</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">CAiSE</title>
				<imprint>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="270" to="285" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<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>
	</analytic>
	<monogr>
		<title level="m">CAiSE</title>
				<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="290" to="305" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">On the discovery of declarative control flows for artful processes</title>
		<author>
			<persName><forename type="first">C</forename></persName>
		</author>
		<author>
			<persName><forename type="first">Di</forename><surname>Ciccio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mecella</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Trans. Management Inf. Syst</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page">37</biblScope>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Beyond support and confidence: Exploring interestingness measures for rule-based specification mining</title>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">B</forename><surname>Le</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Lo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">SANER</title>
		<imprint>
			<biblScope unit="page" from="331" to="340" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<title level="m" type="main">BPI challenge 2012</title>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">F</forename><surname>Van Dongen</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2012">2012</date>
		</imprint>
		<respStmt>
			<orgName>Eindhoven University of Technology</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">A temporal logic-based measurement framework for process mining</title>
		<author>
			<persName><forename type="first">A</forename><surname>Cecconi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>De Giacomo</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>
	</analytic>
	<monogr>
		<title level="m">ICPM</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Interestingness of traces in declarative process mining: The janus LTLpf approach</title>
		<author>
			<persName><forename type="first">A</forename><surname>Cecconi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">D</forename><surname>Ciccio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">De</forename><surname>Giacomo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mendling</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">BPM</title>
		<imprint>
			<biblScope unit="page" from="121" to="138" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

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