<?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">Integrating Explainable Machine Learning and Predictive Process Monitoring</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Williams</forename><surname>Rizzi</surname></persName>
							<email>wrizzi@fbk.eu</email>
							<affiliation key="aff0">
								<orgName type="institution">Fondazione Bruno Kessler</orgName>
								<address>
									<settlement>Trento</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">Free University of Bozen-Bolzano</orgName>
								<address>
									<settlement>Bolzano</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Integrating Explainable Machine Learning and Predictive Process Monitoring</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">67137A380420FEC4D31234FC76885530</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T21: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 n="1.">Introduction</head><p>My PhD is focused on improving Predictive Process Monitoring (PPM) in several directions. The direction I am currently investigating is the improvement of PPM by exploiting explainable machine learning techniques.</p><p>Predictive Process Monitoring <ref type="bibr" target="#b0">[1]</ref> is a research topic aiming at developing techniques that event logs extracted from information systems to predict how ongoing process executions will unfold up to their completion.</p><p>Explainable Machine Learning <ref type="bibr" target="#b1">[2]</ref> is a research topic within the field of Explainable Artificial Intelligence (XAI), aiming at explaining why a given predictive model behaves in a certain way or in general how it will behave. Explainability techniques have been proven to be mature to be used, yet they have not been evaluated in-depth in the PPM scenario.</p><p>In this document, I focus on incorporating explainability techniques in PPM. In the PPM scenario we decided to identify three different actors to benefit from our work: (i) the business analyst; (ii) the machine; and (iii) the research scientist.</p><p>First, the document introduces the challenges of the work (Section 2), the approaches that have been/are going to be used for facing these challenges (Section 3), the results obtained so far (Section 4), and finally the position w.r.t. the State-of-the-art (Section 5).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Challenges</head><p>The three actors we identified have different understandings of the PPM scenario and different needs, this does not allow us to devise a solution that fits them all. To give the benefit of explainability techniques to the three aforementioned actors we focus on three challenges: (i) allowing business analysts to understand predictions and predictive models; (ii) allowing machines to enhance predictive models using the information gathered by the explainer as feedback; and (iii) allowing research scientists to leverage, adapt and build on top of explainability techniques for PPM.</p><p>The first challenge is using explainability techniques to allow business analysts to understand predictions and predictive models and to support them in other tasks, like decision making. The classical output of the explainability techniques have been tested in the general use-case of predictive model usage but not in the PPM scenario. What is missing is an investigation of whether the business analysts can be empowered with the same techniques. Empowering business analysts with the explanations for the predictive model could result in getting the trust of such users as well as in supporting them in making more informed decisions.</p><p>The second challenge is to allow machines to enhance the predictive model, by making use of the explanation as feedback. Since the explanation allows us to understand why the predictive model is behaving in a given way, we can use this explanation to characterise the wrong predictions. Understanding how the predictive model produces a wrong prediction would allow the machine to perform an automatic prevention, or at least correction, of the wrong predictions.</p><p>The third challenge is supporting research scientists with a representative set of explainability techniques for PPM that they can leverage and adapt to new problems. Up to now indeed, there is no code or API support for predictive model or prediction explanation out-of-the-box for PPM. Supporting the explanation of PPM models and data could be useful as a starting point for the research scientists who can build new solutions on top of them.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Addressing the Challenges</head><p>To address the aforementioned challenges we followed the methodology described in <ref type="bibr" target="#b2">[3]</ref>. Each of the aforementioned challenges is addressed with the delivery of different artifacts and their respective validation. In particular, the used/planned approaches are: (i) the development/adoption of visual representation of the explainability techniques' output and a user evaluation to understand how to empower the business analysts with the explainability techniques' output, (ii) a technique to enhance predictive models through explanations, and (iii) the integration of a representative set of explainability techniques for PPM into a framework as easy-to-use APIs.</p><p>The first challenge is addressed with the development/adoption of several different visualisations of explanations and a user evaluation. In the user evaluation, we investigate whether explanations for PPM are understandable by business analysts. We then investigate whether business analysts are capable to exploit the information contained in the explanation to perform other tasks; e.g., decision making.</p><p>The second challenge is addressed developing and evaluating an algorithm that aims at understanding the reasons why a prediction is wrong and leveraging this information for improving the accuracy of the model. The algorithm mines explanation patterns from sets of traces, that aim at characterising the wrong predictions and use these patterns to lower down the relevance of the same patterns in the training set. To this aim, the returned predictions, each referring to an incomplete trace, are classified based on the value of the prediction and on the value for the ground truth. For instance, in the case of binary predictions, the prediction related to each trace is classified in terms of one of the confusion matrix quadrants, i.e., true positives, true negatives, false positives, and false negatives. Patterns of explanations can then be identified over each class of traces. The machine can then leverage patterns characterising the wrong predictions by acting upon the training set reducing their relevance. Finally, the predictive model can be re-trained with the new training set possibly presenting less misleading examples than those causing the initial predictive model to learn patterns determining wrong predictions.</p><p>The third challenge is addressed by providing a representative set of explainability techniques although most of the PPM solutions exploit common machine learning models so that explainability techniques can be easily applied to the PPM scenarios, the main point of attention required for adapting explainability techniques to the PPM scenario is related to how the PPM data are encoded/decoded, due to the particular type of data used in this domain.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Results</head><p>Tackling the three aforementioned challenges produced the following results.</p><p>Results for the first challenge. We do not have conclusive results for this challenge, we are carrying out the user-evaluation. To evaluate the quality of the explainability solutions for PPM we aim at evaluating: (i) if the user understands the explanations; and (ii) if the explanation can influence positively the work of the business analyst. To evaluate (i) we give the user several different explanations, and we gather its insights on what is understandable. To evaluate (ii) we ask the user to carry out several decision-making tasks with the explainability information we provide.</p><p>Results for the second challenge. This is the challenge for which we have the most tangible results. In the paper <ref type="bibr" target="#b3">[4]</ref> we built a working solution that exploits feature-importance explanations to explain why a predictive model is wrong and eventually uses these feature-importance explanations to improve its accuracy. Given a trained predictive model, our solution computes the explanations for each of the traces of the validation set. Depending on the received predictions and on the actual labels, the traces are assigned to a quadrant of the confusion matrix. The traces contained in the quadrants of the correct and wrong predictions are then filtered keeping only the important features, using the feature-importance values received by the explainability technique. The filtered traces are then fed to a pattern miner, which retrieves the patterns characterising the correct and wrong predictions. We identify the occurrence of the patterns characterising the wrong predictions in the initial training set. The features identified by the patterns characterising the wrong predictions inside the identified set of traces are then shuffled to destroy the occurrence of these patterns, we then re-train the model and test it. This results in a significant improvement of the accuracy both on synthetic and real datasets. This solution currently works for the binary prediction problem and we are extending it to support the multiclass problem. The designed algorithm relies on Random Forest <ref type="bibr" target="#b4">[5]</ref> and LIME <ref type="bibr" target="#b5">[6]</ref>, we identified the work in <ref type="bibr" target="#b6">[7]</ref> as compatible with our approach and we are currently working with the authors on integrating our approaches to extend the significance of our respective contributions.</p><p>Results for the third challenge. To support the research scientists, we are continuing the development of Nirdizati <ref type="bibr" target="#b7">[8]</ref>. We identified the works in (i) Partial Dependence Plot (PDP) <ref type="bibr" target="#b8">[9]</ref>, (ii) Individual Conditional Expectations (ICE) <ref type="bibr" target="#b9">[10]</ref>, (iii) Local Interpretable Model Explanations (LIME) <ref type="bibr" target="#b5">[6]</ref>, (iv) Shapley values for Explanation (SHAP) <ref type="bibr" target="#b10">[11]</ref>, (v) Skater <ref type="bibr" target="#b11">[12]</ref>, and (vi) Anchors <ref type="bibr" target="#b12">[13]</ref> as suitable and representative of the state-of-the-art for explainability. We integrated them in Nirdizati, built the explanation module, and provided them as APIs.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Related Works</head><p>The body of previous work related to these challenges is the one that concerns: (i) PPM in general, (ii) the application of explainability techniques in PPM, and (iii) the development of PPM frameworks.</p><p>For what concerns the body of work related to PPM in general we can identify three streams of work: (i) outcome-oriented prediction <ref type="bibr" target="#b13">[14,</ref><ref type="bibr" target="#b0">1,</ref><ref type="bibr" target="#b14">15,</ref><ref type="bibr" target="#b15">16]</ref>, (ii) numeric/remaining time prediction <ref type="bibr" target="#b16">[17,</ref><ref type="bibr" target="#b17">18,</ref><ref type="bibr" target="#b18">19]</ref>, and (iii) next activity prediction <ref type="bibr" target="#b19">[20,</ref><ref type="bibr" target="#b20">21,</ref><ref type="bibr" target="#b21">22,</ref><ref type="bibr" target="#b22">23,</ref><ref type="bibr" target="#b23">24]</ref>. These works differ from the work in <ref type="bibr" target="#b3">[4]</ref> since they build the model once and for all and do not try to actively enhance the performance of the predictive model, or give any hint to the user on what moves the predictive model.</p><p>For what concerns the body of work related to the application of explainability techniques in PPM we identified <ref type="bibr" target="#b24">[25,</ref><ref type="bibr" target="#b6">7,</ref><ref type="bibr" target="#b25">26,</ref><ref type="bibr" target="#b26">27,</ref><ref type="bibr" target="#b27">28]</ref>. We can divide them in those using a post-hoc explainability technique <ref type="bibr" target="#b24">[25,</ref><ref type="bibr" target="#b6">7,</ref><ref type="bibr" target="#b25">26,</ref><ref type="bibr" target="#b26">27]</ref>, and the one using an ante-hoc explainability technique <ref type="bibr" target="#b24">[25]</ref>. All these works make next activity prediction, <ref type="bibr" target="#b24">[25,</ref><ref type="bibr" target="#b6">7,</ref><ref type="bibr" target="#b25">26,</ref><ref type="bibr" target="#b26">27]</ref> with deep neural networks, whereas <ref type="bibr" target="#b27">[28]</ref> with Bayesian Networks, and they all aim at providing the user with an understanding of what moved the predictive model towards a prediction. None of these works: (i) empirically evaluates the explanation delivered to the user, and (ii) actively enhance the accuracy of the predictive model.</p><p>For what concerns the body of work related to the development of PPM frameworks we identified, some plug-ins in ProM <ref type="bibr" target="#b28">[29]</ref>, for instance <ref type="bibr" target="#b29">[30,</ref><ref type="bibr" target="#b17">18,</ref><ref type="bibr" target="#b0">1,</ref><ref type="bibr" target="#b30">31]</ref> and one plug-in in Apromore <ref type="bibr" target="#b31">[32]</ref>, which is <ref type="bibr" target="#b32">[33]</ref>. They differ from our work on integrating explainability techniques in PPM frameworks because they do not support explainability techniques by design.</p></div>		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgements</head><p>I want to thank my supervisors, Chiara Ghidini (FBK), Chiara Di Francescomarino (FBK), and Fabrizio Maria Maggi (UNIBZ), for many hours of discussion and feedback regarding the research topic and for their help to formulate the thesis subject.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Predictive monitoring of business processes</title>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">M</forename><surname>Maggi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Di Francescomarino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Ghidini</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-319-07881-6_31</idno>
	</analytic>
	<monogr>
		<title level="m">Advanced Information Systems Engineering -26th International Conference, CAiSE 2014</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">M</forename><surname>Jarke</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Mylopoulos</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Quix</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Rolland</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Y</forename><surname>Manolopoulos</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Mouratidis</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Horkoff</surname></persName>
		</editor>
		<meeting><address><addrLine>Thessaloniki, Greece</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2014">June 16-20, 2014. 2014</date>
			<biblScope unit="volume">8484</biblScope>
			<biblScope unit="page" from="457" to="472" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">Explanation in human-ai systems: A literature meta-review, synopsis of key ideas and publications, and bibliography for explainable AI</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">T</forename><surname>Mueller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">R</forename><surname>Hoffman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">J</forename><surname>Clancey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Emrey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Klein</surname></persName>
		</author>
		<idno>CoRR abs/1902.01876</idno>
		<ptr target="http://arxiv.org/abs/1902.01876.arXiv:1902.01876" />
		<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<author>
			<persName><forename type="first">J</forename><surname>Brocke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hevner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Maedche</surname></persName>
		</author>
		<title level="m">Introduction to design science research</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2020">2020</date>
		</imprint>
		<respStmt>
			<orgName>Design Science Research. Cases</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Explainability in predictive process monitoring: When understanding helps improving</title>
		<author>
			<persName><forename type="first">W</forename><surname>Rizzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Di Francescomarino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">M</forename><surname>Maggi</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-030-58638-6_9</idno>
	</analytic>
	<monogr>
		<title level="m">Business Process Management Forum -BPM Forum 2020</title>
		<title level="s">Lecture Notes in Business Information Processing</title>
		<editor>
			<persName><forename type="first">D</forename><surname>Fahland</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Ghidini</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Becker</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</editor>
		<meeting><address><addrLine>Seville, Spain</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2020">September 13-18, 2020. 2020</date>
			<biblScope unit="volume">392</biblScope>
			<biblScope unit="page" from="141" to="158" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Random decision forests</title>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">K</forename><surname>Ho</surname></persName>
		</author>
		<idno type="DOI">10.1109/ICDAR.1995.598994</idno>
	</analytic>
	<monogr>
		<title level="m">Third International Conference on Document Analysis and Recognition, ICDAR 1995</title>
				<meeting><address><addrLine>Montreal, Canada</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE Computer Society</publisher>
			<date type="published" when="1995">August 14 -15, 1995. 1995</date>
			<biblScope unit="page" from="278" to="282" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<title level="m" type="main">Explaining the predictions of any classifier</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">T</forename><surname>Ribeiro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Guestrin</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1602.04938</idno>
		<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
	<note>why should I trust you?</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">XNAP: making lstm-based next activity predictions explainable by using LRP</title>
		<author>
			<persName><forename type="first">S</forename><surname>Weinzierl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Zilker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Brunk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Revoredo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Matzner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Becker</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-030-66498-5_10</idno>
	</analytic>
	<monogr>
		<title level="m">Business Process Management Workshops -BPM 2020 International Workshops</title>
		<title level="s">Lecture Notes in Business Information Processing</title>
		<editor>
			<persName><forename type="first">A</forename><surname>Del-Río-Ortega</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Leopold</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><forename type="middle">M</forename><surname>Santoro</surname></persName>
		</editor>
		<meeting><address><addrLine>Seville, Spain</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2020">September 13-18, 2020. 2020</date>
			<biblScope unit="volume">397</biblScope>
			<biblScope unit="page" from="129" to="141" />
		</imprint>
	</monogr>
	<note>Revised Selected Papers</note>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Nirdizati 2.0: New features and redesigned backend</title>
		<author>
			<persName><forename type="first">W</forename><surname>Rizzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Simonetto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Di Francescomarino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Ghidini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Kasekamp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">M</forename><surname>Maggi</surname></persName>
		</author>
		<ptr target="http://ceur-ws.org/Vol-2420/paperDT8.pdf" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Dissertation Award, Doctoral Consortium, and Demonstration Track at BPM 2019 co-located with 17th International Conference on Business Process Management, BPM 2019</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<editor>
			<persName><forename type="first">B</forename><surname>Depaire</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><forename type="middle">D</forename><surname>Smedt</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Fahland</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Kumar</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Leopold</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Reichert</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Rinderle-Ma</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Schulte</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Seidel</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">W</forename><forename type="middle">M P</forename><surname>Van Der Aalst</surname></persName>
		</editor>
		<meeting>the Dissertation Award, Doctoral Consortium, and Demonstration Track at BPM 2019 co-located with 17th International Conference on Business Process Management, BPM 2019<address><addrLine>Vienna, Austria</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019">September 1-6, 2019. 2420. 2019</date>
			<biblScope unit="page" from="154" to="158" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Greedy function approximation: a gradient boosting machine</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">H</forename><surname>Friedman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Annals of statistics</title>
		<imprint>
			<biblScope unit="page" from="1189" to="1232" />
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Peeking inside the black box: Visualizing statistical learning with plots of individual conditional expectation</title>
		<author>
			<persName><forename type="first">A</forename><surname>Goldstein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Kapelner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Bleich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Pitkin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Computational and Graphical Statistics</title>
		<imprint>
			<biblScope unit="volume">24</biblScope>
			<biblScope unit="page" from="44" to="65" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">A unified approach to interpreting model predictions</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Lundberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Lee</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Neural Information Processing Systems 30: Annual Conference on Neural Information Processing Systems 2017</title>
				<editor>
			<persName><forename type="first">I</forename><surname>Guyon</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">U</forename><surname>Luxburg</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Bengio</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><forename type="middle">M</forename><surname>Wallach</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Fergus</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><forename type="middle">V N</forename><surname>Vishwanathan</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Garnett</surname></persName>
		</editor>
		<meeting><address><addrLine>Long Beach, CA, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2017">December 4-9, 2017. 2017</date>
			<biblScope unit="page" from="4765" to="4774" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Kramer</surname></persName>
		</author>
		<ptr target="https://github.com/oracle/Skater/" />
		<title level="m">Skater</title>
				<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Anchors: High-precision model-agnostic explanations</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">T</forename><surname>Ribeiro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Guestrin</surname></persName>
		</author>
		<ptr target="https://www.aaai.org/ocs/index.php/AAAI/AAAI18/paper/view/16982" />
	</analytic>
	<monogr>
		<title level="m">AAAI-18), the 30th innovative Applications of Artificial Intelligence (IAAI-18), and the 8th AAAI Symposium on Educational Advances in Artificial Intelligence (EAAI-18)</title>
				<editor>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Mcilraith</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><forename type="middle">Q</forename><surname>Weinberger</surname></persName>
		</editor>
		<meeting><address><addrLine>New Orleans, Louisiana, USA</addrLine></address></meeting>
		<imprint>
			<publisher>AAAI Press</publisher>
			<date type="published" when="2018">February 2-7, 2018. 2018</date>
			<biblScope unit="page" from="1527" to="1535" />
		</imprint>
	</monogr>
	<note>Proceedings of the Thirty-Second AAAI Conference on Artificial Intelligence</note>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Outcome-oriented predictive process monitoring: Review and benchmark</title>
		<author>
			<persName><forename type="first">I</forename><surname>Teinemaa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Rosa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">M</forename><surname>Maggi</surname></persName>
		</author>
		<idno type="DOI">10.1145/3301300</idno>
	</analytic>
	<monogr>
		<title level="j">TKDD</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="page">57</biblScope>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Clustering-based predictive process monitoring</title>
		<author>
			<persName><forename type="first">C</forename><surname>Di Francescomarino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dumas</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">I</forename><surname>Teinemaa</surname></persName>
		</author>
		<idno type="DOI">10.1109/TSC.2016.2645153</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Trans. Services Computing</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="page" from="896" to="909" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Complex symbolic sequence encodings for predictive monitoring of business processes</title>
		<author>
			<persName><forename type="first">A</forename><surname>Leontjeva</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Conforti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Di Francescomarino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">M</forename><surname>Maggi</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-319-23063-4_21</idno>
	</analytic>
	<monogr>
		<title level="m">Business Process Management -13th International Conference, BPM 2015</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">H</forename><forename type="middle">R</forename><surname>Motahari-Nezhad</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Recker</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Weidlich</surname></persName>
		</editor>
		<meeting><address><addrLine>Innsbruck, Austria</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2015-09-03">August 31 -September 3, 2015. 9253. 2015</date>
			<biblScope unit="page" from="297" to="313" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Time prediction based on process mining</title>
		<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">M</forename><forename type="middle">H</forename><surname>Schonenberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Song</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.is.2010.09.001</idno>
	</analytic>
	<monogr>
		<title level="j">Inf. Syst</title>
		<imprint>
			<biblScope unit="volume">36</biblScope>
			<biblScope unit="page" from="450" to="475" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Discovering context-aware models for predicting business process performances</title>
		<author>
			<persName><forename type="first">F</forename><surname>Folino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Guarascio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Pontieri</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-642-33606-5_18</idno>
	</analytic>
	<monogr>
		<title level="m">On the Move to Meaningful Internet Systems: OTM 2012, Confederated International Conferences: CoopIS, DOA-SVI, and ODBASE 2012</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">R</forename><surname>Meersman</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Panetto</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">T</forename><forename type="middle">S</forename><surname>Dillon</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Rinderle-Ma</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Dadam</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">X</forename><surname>Zhou</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Pearson</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Ferscha</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Bergamaschi</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">I</forename><forename type="middle">F</forename><surname>Cruz</surname></persName>
		</editor>
		<meeting><address><addrLine>Rome, Italy</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2012">September 10-14, 2012. 2012</date>
			<biblScope unit="volume">7565</biblScope>
			<biblScope unit="page" from="287" to="304" />
		</imprint>
	</monogr>
	<note>Proceedings, Part I</note>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Prediction of remaining service execution time using stochastic petri nets with arbitrary firing delays</title>
		<author>
			<persName><forename type="first">A</forename><surname>Rogge-Solti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Weske</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Service-Oriented Computing -11th International Conference, ICSOC 2013</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">S</forename><surname>Basu</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Pautasso</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">L</forename><surname>Zhang</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">X</forename><surname>Fu</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin, Germany</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2013">December 2-5, 2013. 2013</date>
			<biblScope unit="volume">8274</biblScope>
			<biblScope unit="page" from="389" to="403" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Predictive business process monitoring with LSTM neural networks</title>
		<author>
			<persName><forename type="first">N</forename><surname>Tax</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Verenich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Rosa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the International Conference on Advanced Information Systems Engineering (CAiSE)</title>
				<meeting>the International Conference on Advanced Information Systems Engineering (CAiSE)</meeting>
		<imprint>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="477" to="492" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">An eye into the future: Leveraging a-priori knowledge in predictive business process monitoring</title>
		<author>
			<persName><forename type="first">C</forename><surname>Di Francescomarino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Ghidini</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">G</forename><surname>Petrucci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Yeshchenko</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">BPM</title>
		<imprint>
			<biblScope unit="page" from="252" to="268" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Learning accurate LSTM models of business processes</title>
		<author>
			<persName><forename type="first">M</forename><surname>Camargo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><forename type="middle">G</forename><surname>Rojas</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-030-26619-6_19</idno>
	</analytic>
	<monogr>
		<title level="m">Business Process Management -17th International Conference, BPM 2019</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">T</forename><forename type="middle">T</forename><surname>Hildebrandt</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">B</forename><forename type="middle">F</forename><surname>Van Dongen</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Röglinger</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Mendling</surname></persName>
		</editor>
		<meeting><address><addrLine>Vienna, Austria</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2019">September 1-6, 2019. 2019</date>
			<biblScope unit="volume">11675</biblScope>
			<biblScope unit="page" from="286" to="302" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Exploring the effect of context information on deep learning business process predictions</title>
		<author>
			<persName><forename type="first">J</forename><surname>Brunk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Stottmeister</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Weinzierl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Matzner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Becker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Decision Systems</title>
		<imprint>
			<biblScope unit="page" from="1" to="16" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Predictive business process monitoring via generative adversarial nets: The case of next event prediction</title>
		<author>
			<persName><forename type="first">F</forename><surname>Taymouri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Rosa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Erfani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><forename type="middle">D</forename><surname>Bozorgi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Verenich</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-030-58666-9_14</idno>
	</analytic>
	<monogr>
		<title level="m">Business Process Management -18th International Conference, BPM 2020</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">D</forename><surname>Fahland</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Ghidini</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Becker</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</editor>
		<meeting><address><addrLine>Seville, Spain</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2020">September 13-18, 2020. 2020</date>
			<biblScope unit="volume">12168</biblScope>
			<biblScope unit="page" from="237" to="256" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Explainable predictive process monitoring</title>
		<author>
			<persName><forename type="first">R</forename><surname>Galanti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Coma-Puig</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>De Leoni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Carmona</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Navarin</surname></persName>
		</author>
		<idno type="DOI">10.1109/ICPM49681.2020.00012</idno>
	</analytic>
	<monogr>
		<title level="m">2nd International Conference on Process Mining, ICPM 2020</title>
				<editor>
			<persName><forename type="first">B</forename><forename type="middle">F</forename><surname>Van Dongen</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Montali</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><forename type="middle">T</forename><surname>Wynn</surname></persName>
		</editor>
		<meeting><address><addrLine>Padua, Italy</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2020">October 4-9, 2020. 2020</date>
			<biblScope unit="page" from="1" to="8" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Exploring interpretable predictive models for business processes</title>
		<author>
			<persName><forename type="first">R</forename><surname>Sindhgatta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Moreira</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Ouyang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Barros</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-030-58666-9_15</idno>
	</analytic>
	<monogr>
		<title level="m">Business Process Management -18th International Conference, BPM 2020</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">D</forename><surname>Fahland</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Ghidini</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Becker</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</editor>
		<meeting><address><addrLine>Seville, Spain</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2020">September 13-18, 2020. 2020</date>
			<biblScope unit="volume">12168</biblScope>
			<biblScope unit="page" from="257" to="272" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Towards explainable process predictions for industry 4.0 in the dfki-smart-lego-factory</title>
		<author>
			<persName><forename type="first">J</forename><surname>Rehse</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Mehdiyev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Fettke</surname></persName>
		</author>
		<idno type="DOI">10.1007/s13218-019-00586-1</idno>
	</analytic>
	<monogr>
		<title level="j">Künstliche Intell</title>
		<imprint>
			<biblScope unit="volume">33</biblScope>
			<biblScope unit="page" from="181" to="187" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Bayesian network based predictions of business processes</title>
		<author>
			<persName><forename type="first">S</forename><surname>Pauwels</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Calders</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-030-58638-6_10</idno>
	</analytic>
	<monogr>
		<title level="m">Business Process Management Forum -BPM Forum 2020</title>
		<title level="s">Lecture Notes in Business Information Processing</title>
		<editor>
			<persName><forename type="first">D</forename><surname>Fahland</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Ghidini</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Becker</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</editor>
		<meeting><address><addrLine>Seville, Spain</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2020">September 13-18, 2020. 2020</date>
			<biblScope unit="volume">392</biblScope>
			<biblScope unit="page" from="159" to="175" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">The prom framework: A new era in process mining tool support</title>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">F</forename><surname>Van Dongen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">K A</forename><surname>De Medeiros</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">M W</forename><surname>Verbeek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">J M M</forename><surname>Weijters</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="DOI">10.1007/11494744_25</idno>
	</analytic>
	<monogr>
		<title level="m">Applications and Theory of Petri Nets 2005, 26th International Conference, ICATPN 2005</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">G</forename><surname>Ciardo</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Darondeau</surname></persName>
		</editor>
		<meeting><address><addrLine>Miami, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2005">June 20-25, 2005. 2005</date>
			<biblScope unit="volume">3536</biblScope>
			<biblScope unit="page" from="444" to="454" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">A general framework for correlating business process characteristics</title>
		<author>
			<persName><forename type="first">M</forename><surname>De Leoni</surname></persName>
		</author>
		<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">M</forename><surname>Dees</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-319-10172-9_16</idno>
	</analytic>
	<monogr>
		<title level="m">Business Process Management -12th International Conference, BPM 2014</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">S</forename><forename type="middle">W</forename><surname>Sadiq</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Soffer</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Völzer</surname></persName>
		</editor>
		<meeting><address><addrLine>Haifa, Israel</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2014">September 7-11, 2014. 2014</date>
			<biblScope unit="volume">8659</biblScope>
			<biblScope unit="page" from="250" to="266" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">A prom operational support provider for predictive monitoring of business processes</title>
		<author>
			<persName><forename type="first">M</forename><surname>Federici</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Rizzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Di Francescomarino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Ghidini</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">I</forename><surname>Teinemaa</surname></persName>
		</author>
		<ptr target="http://ceur-ws.org/Vol-1418/paper1.pdf" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the BPM Demo Session 2015 Co-located with the 13th International Conference on Business Process Management (BPM 2015)</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<editor>
			<persName><forename type="first">F</forename><surname>Daniel</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename></persName>
		</editor>
		<meeting>the BPM Demo Session 2015 Co-located with the 13th International Conference on Business Process Management (BPM 2015)<address><addrLine>Innsbruck, Austria</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2015-09-02">September 2, 2015. 2015</date>
			<biblScope unit="volume">1418</biblScope>
			<biblScope unit="page" from="1" to="5" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">APROMORE: an advanced process model repository</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">La</forename><surname>Rosa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">A</forename><surname>Reijers</surname></persName>
		</author>
		<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">R</forename><forename type="middle">M</forename><surname>Dijkman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Mendling</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>García-Bañuelos</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.eswa.2010.12.012</idno>
	</analytic>
	<monogr>
		<title level="j">Expert Syst. Appl</title>
		<imprint>
			<biblScope unit="volume">38</biblScope>
			<biblScope unit="page" from="7029" to="7040" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">Predictive process monitoring in apromore</title>
		<author>
			<persName><forename type="first">I</forename><surname>Verenich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Mõskovski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Raboczi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Rosa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">M</forename><surname>Maggi</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-319-92901-9_21</idno>
	</analytic>
	<monogr>
		<title level="m">Information Systems in the Big Data Era -CAiSE Forum 2018</title>
		<title level="s">Lecture Notes in Business Information Processing</title>
		<editor>
			<persName><forename type="first">J</forename><surname>Mendling</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">H</forename><surname>Mouratidis</surname></persName>
		</editor>
		<meeting><address><addrLine>Tallinn, Estonia</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2018">June 11-15, 2018. 2018</date>
			<biblScope unit="volume">317</biblScope>
			<biblScope unit="page" from="244" to="253" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

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