<?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">Nirdizati Light: A Modular Framework for Explainable Predictive Process Monitoring</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Andrei</forename><surname>Buliga</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Free University of Bozen-Bolzano Bolzano</orgName>
								<address>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">Fondazione Bruno Kessler</orgName>
								<address>
									<settlement>Trento</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Riccardo</forename><surname>Graziosi</surname></persName>
							<affiliation key="aff1">
								<orgName type="institution">Fondazione Bruno Kessler</orgName>
								<address>
									<settlement>Trento</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Chiara</forename><forename type="middle">Di</forename><surname>Francescomarino</surname></persName>
							<affiliation key="aff2">
								<orgName type="institution">University of Trento</orgName>
								<address>
									<settlement>Trento</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
							<affiliation key="aff3">
								<orgName type="institution">Nexoya</orgName>
								<address>
									<settlement>Zurich</settlement>
									<country key="CH">Switzerland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Chiara</forename><surname>Ghidini</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Free University of Bozen-Bolzano Bolzano</orgName>
								<address>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Fabrizio</forename><forename type="middle">Maria</forename><surname>Maggi</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Free University of Bozen-Bolzano Bolzano</orgName>
								<address>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Williams</forename><surname>Rizzi</surname></persName>
						</author>
						<author>
							<persName><forename type="first">Massimiliano</forename><surname>Ronzani</surname></persName>
							<affiliation key="aff1">
								<orgName type="institution">Fondazione Bruno Kessler</orgName>
								<address>
									<settlement>Trento</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Nirdizati Light: A Modular Framework for Explainable Predictive Process Monitoring</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">34ECA5195C3D340ACA85D237C73A6EC6</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T17:03+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>predictive process monitoring</term>
					<term>machine learning</term>
					<term>explainable AI</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Nirdizati Light is an innovative Python package designed for Explainable Predictive Process Monitoring (XPPM). It addresses the need for a modular, flexible tool to compare predictive models, and generate explanations for the predictions made by the predictive models. By integrating consolidated frameworks libraries for process mining, machine learning, and explainable AI, it offers a comprehensive approach to predictive model construction and explanation generation. This paper discusses the tool's key features, and its significance in the BPM community.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>Nirdizati Light is an innovative Python-based (Explainable) Predictive Process Monitoring (PPM) <ref type="bibr" target="#b0">[1]</ref> tool offering a wide array of approaches and providing researchers and practitioners with a highly modular solution for the instantiation, comparison, analysis, selection, and explanation of predictive models for different types of prediction tasks. Existing tools like Nirdizati <ref type="bibr" target="#b1">[2]</ref> have significantly contributed to this field by offering robust capabilities for building, analysing, and comparing predictive models, offering also a glimpse into the application of Explainable AI techniques in PPM. However, Nirdizati faces notable limitations that hinder experimental flexibility, as it is primarily tied to a user interface, restricting customization and the seamless integration of new techniques. Its fixed set of models and hardcoded workflows limits adaptability and scalability, posing challenges for researchers and practitioners who wish to innovate or tailor the tool to specific needs. Envelope abuliga@fbk.eu (A. Buliga); rgraziosi@fbk.eu (R. Graziosi); c.difrancescomarino@unitn.it (C. Di Francescomarino); chiara.ghidini@unibz.it (C. Ghidini); maggi@inf.unibz.it (F. M. Maggi); mronzani@fbk.eu (M. Ronzani) In response to these constraints, in this demo paper we introduce a modular and extensible Python-based version of Nirdizati, by offering more encoding techniques, newer state-of-theart predictive models, with a particular focus on novel XAI techniques adapted to the PPM domain. With Nirdizati Light, users can explore a diverse set of trace encodings, predictive tasks, predictive models, and explanations, enhancing their ability to make data-driven decisions.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Nirdizati Light innovations for (X)PPM</head><p>Predictive Process Monitoring (PPM) is crucial for operational optimisation and informed decision-making. Fig. <ref type="figure" target="#fig_1">1</ref> shows a general pipeline employed for PPM. However, existing PPM methods often lack transparency and fail to incorporate domain-specific knowledge, limiting their effectiveness. The adoption of Deep Learning models in Predictive Process Monitoring (PPM) has synchronously brought upon the adoption of explanatory techniques intending to provide explanations for different prediction tasks. This has lead to the creation of a novel subfield, named Explainable Predictive Process Monitoring (XPPM) <ref type="bibr" target="#b2">[3]</ref>.</p><p>Nirdizati Light is a modular Python package that supports PPM by providing a comprehensive suite of functionalities for Explainable Predictive Process Monitoring (XPPM). Designed with flexibility at its core, Nirdizati Light<ref type="foot" target="#foot_0">1</ref> allows users to seamlessly import event logs, experiment with a range of encoding techniques, and train various predictive models. It integrates popular libraries such as pm4py <ref type="bibr" target="#b3">[4]</ref> for event log handling, scikit-learn <ref type="foot" target="#foot_1">2</ref> and PyTorch 3 for model training, and hyperopt 4 for hyperparameter optimisation. This integration facilitates a cohesive environment where users can conduct all stages of event log analysis within a single platform. A standout feature of Nirdizati Light is its modularity, enabling users to effortlessly swap components like encodings, models, and explainable AI (XAI) methods. This flexibility supports a dynamic experimentation process without being confined to a rigid interface. The tool supports a diverse array of predictive tasks, including outcome prediction, next activity prediction, remaining time prediction, and trace duration prediction. This breadth of capabilities allows it to cater to a wide range of use cases and data characteristics, independently on whether the task involves classification or regression. Fig. <ref type="figure" target="#fig_1">1</ref> also highlights the main functionalities of Nirdizati light. We present each of the submodules of the framework below.</p><p>Event Log labeling. The Prediction task definition module enables the automatic labeling of logs with various predictions, including categorical outcomes, numeric values, and next activities. For categorical outcomes, it allows for multiclass labels from categorical attributes and next activities, as well as binary labels for outcome predictions. For numerical outcomes, it supports numeric labels derived from numeric attributes and trace duration.</p><p>Trace Encoder/Decoder. The Encoding selection module processes labelled event logs and converts them into a DataFrame suitable for machine learning. This transformation occurs through three steps: (i) Encoding information extraction: This step extracts critical attributes from the event log, such as control-flow (activity names), data flow (trace and event attributes), and resource-flow (resource-related attributes). This mapping identifies the relevant information for encoding; (ii) Feature encoding: Using the extracted information, this step determines the feature set that will represent each trace in the DataFrame; (iii) Data encoding: Finally, the feature set is transformed into a DataFrame. This includes operations like one-hot encoding of categorical features and normalization of numeric attributes, ensuring the data is ready for training predictive models. For this we make use of the scikit-learn library.</p><p>Predictive Model Selection + Optimisation. The Model(s) selection module allows users to specify and instantiate predictive models. It supports both classification and regression algorithms. The modular design of Nirdizati Light permits the integration and expansion of additional predictive algorithms, enhancing its adaptability to different requirements. For the predictive models, Nirdizati Light uses popular Machine Learning/Deep Learning libraries such as scikit-learn and PyTorch to instantiate the predictive models within the framework.</p><p>Hyperparameter optimisation. This module enhances model performance by automating the tuning of hyperparameters using the hyperopt library. This module receives the training DataFrame and an instantiated predictive model, then explores multiple hyperparameter configurations to maximize a specified quality metric. This process, although computationally intensive, significantly improves the accuracy and effectiveness of the predictive models.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Predictive Model Comparison. The Model evaluation module provides a comprehensive assessment of predictive models based on two primary classes of metrics: (i) Time metrics:</head><p>Evaluate the speed at which the predictive model trains, updates, and generates predictions; (ii) Accuracy metrics: Assess the model's predictive performance on the test set. This module facilitates detailed comparisons between different models, offering insights into their performance across various configurations and datasets. Nirdizati Light supports a streamlined workflow from data preprocessing to model evaluation, making it an invaluable tool for researchers and practitioners in the BPM community.</p><p>Explainability. Nirdizati Light also excels in generating actionable insights through stateof-the-art XAI methods, incorporating advanced tools such as SHAP (SHapley Additive ex-Planations) <ref type="bibr" target="#b4">[5]</ref>, LiME <ref type="bibr" target="#b5">[6]</ref>, and DiCE (Diverse Counterfactual Explanations) <ref type="bibr" target="#b6">[7]</ref> through the Explanation method selection module. These methods provide deep, interpretative insights into model predictions, enhancing their transparency and utility. Furthermore, the tool emphasizes knowledge-aware explainability, leveraging domain-specific knowledge to produce explanations that are not only accurate but also meaningful and easy to understand. Furthermore, we also include a selection of state-of-the-art XPPM techniques <ref type="bibr" target="#b7">[8,</ref><ref type="bibr" target="#b8">9]</ref>, which leverage domain-specific knowledge, either through the form of temporal constraints (LTLf and Declare), or by providing explanations in terms of process patterns <ref type="foot" target="#foot_4">5</ref> . These adapted techniques focus on both providing the reasons for the prediction made by the model (so-called factual explanations) and showing the required changes to the input to achieve an alternative outcome (also known as counterfactual explanations). By integrating these advanced features and methodologies, Nirdizati Light empowers process analysts and data scientists to unlock profound insights from event logs and make well-informed decisions. Its ability to support flexible experimentation and deliver interpretive, domain-specific explanations marks a significant advancement in the XPPM domain, providing a robust and intuitive platform for comprehensive data analysis.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Concluding Remarks</head><p>This paper introduced Nirdizati Light, a significant advancement in the realm of Explainable Predictive Process Monitoring (XPPM), addressing the limitations of existing tools like Nirdizati by offering a modular, flexible, and powerful Python package that facilitates the construction and comparison of different predictive models and trace encodings for a given event log. Its architecture supports easy integration and comparison of various encoding techniques, predictive models, and state-of-the-art explainability methods, while its modularity allows users to experiment with and adopt the latest advancements in predictive process monitoring, tailoring solutions to specific use cases. This flexibility is crucial in the PPM domain, where researchers and practitioners need adaptable tools for a wide range of scenarios and data characteristics.</p><p>We assess the current Technology Readiness Level of Nirdizati Light to be a 4, reflecting its well-defined software structure, its versatility and robustness demonstrated through past applications in various domains <ref type="bibr" target="#b11">[12,</ref><ref type="bibr" target="#b12">13,</ref><ref type="bibr" target="#b7">8,</ref><ref type="bibr" target="#b8">9]</ref>. With its flexible framework and feature set, the tool offers researchers and practitioners a tool to enhance their understanding of predictive process monitoring techniques, and easily extend the framework with additional custom methods.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head></head><label></label><figDesc>Proceedings of the Best BPM Dissertation Award, Doctoral Consortium, and Demonstrations &amp; Resources Forum co-located with 22nd International Conference on Business Process Management (BPM 2024), Krakow, Poland, September 1st to 6th, 2024. * Corresponding author. † These authors contributed equally.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Diagram showing the overall pipeline for Nirdizati Light.</figDesc><graphic coords="2,130.96,84.19,333.36,168.82" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">The tool is available at the following repository link https://github.com/rgraziosi-fbk/nirdizati-light, while the video demonstration for the tool can be found at https://tinyurl.com/bdhbwwhz</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">https://scikit-learn.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">https://pytorch.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">https://hyperopt.github.io/hyperopt/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4">See<ref type="bibr" target="#b9">[10]</ref> for more details on Declare and LTLf, and<ref type="bibr" target="#b10">[11]</ref> for more details on process patterns.</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Acknowledgments</head><p>This work was partially supported by the Italian (MUR) under PRIN project PINPOINT Prot. 2020FNEB27, CUP H23C22000280006 and H45E21000210001, the support is greatly appreciated.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Predictive 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>
	</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="volume">448</biblScope>
			<biblScope unit="page" from="320" to="346" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<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=".org" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Dissertation Award, Doctoral Consortium, and Demonstration Track at BPM 2019</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<meeting>the Dissertation Award, Doctoral Consortium, and Demonstration Track at BPM 2019</meeting>
		<imprint>
			<publisher>CEUR-WS</publisher>
			<date type="published" when="2019">2019</date>
			<biblScope unit="volume">2420</biblScope>
			<biblScope unit="page" from="154" to="158" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Bringing light into the darkness-a systematic literature review on explainable predictive business process monitoring techniques</title>
		<author>
			<persName><forename type="first">M</forename><surname>Stierle</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Brunk</surname></persName>
		</author>
		<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">M</forename><surname>Matzner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Becker</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Research-in-Progress Papers</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<date type="published" when="2021">2021. 2021</date>
		</imprint>
	</monogr>
	<note>ECIS</note>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Pm4py: A process mining library for python</title>
		<author>
			<persName><forename type="first">A</forename><surname>Berti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Van Zelst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Schuster</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Software Impacts</title>
		<imprint>
			<biblScope unit="volume">17</biblScope>
			<biblScope unit="page">100556</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<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 Conf. on Neural Information Processing Systems 2017</title>
				<imprint>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="4765" to="4774" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Why should i trust you?&quot; 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>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 22nd ACM SIGKDD international conference on knowledge discovery and data mining</title>
				<meeting>the 22nd ACM SIGKDD international conference on knowledge discovery and data mining</meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="1135" to="1144" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Explaining machine learning classifiers through diverse counterfactual explanations</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">K</forename><surname>Mothilal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Sharma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Tan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2020 Conference on Fairness, Accountability, and Transparency</title>
				<meeting>the 2020 Conference on Fairness, Accountability, and Transparency</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="607" to="617" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Counterfactuals and ways to build them: Evaluating approaches in predictive process monitoring</title>
		<author>
			<persName><forename type="first">A</forename><surname>Buliga</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">F</forename><forename type="middle">M</forename><surname>Maggi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advanced Information Systems Engineering -35th International Conference, CAiSE 2023, Proceedings</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2023">2023</date>
			<biblScope unit="volume">13901</biblScope>
			<biblScope unit="page" from="558" to="574" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">Guiding the generation of counterfactual explanations through temporal background knowledge for predictive process monitoring</title>
		<author>
			<persName><forename type="first">A</forename><surname>Buliga</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">D</forename><surname>Francescomarino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Ghidini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Donadello</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">M</forename><surname>Maggi</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2403.11642</idno>
		<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<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>
	</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="volume">448</biblScope>
			<biblScope unit="page" from="108" to="152" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Interactive multi-interest process pattern discovery</title>
		<author>
			<persName><forename type="first">M</forename><surname>Vazifehdoostirani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Genga</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Lu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Verhoeven</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Van Laarhoven</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">M</forename><surname>Dijkman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Business Process Management -21st Int. Conf., BPM 2023, Proceedings</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2023">2023</date>
			<biblScope unit="volume">14159</biblScope>
			<biblScope unit="page" from="303" to="319" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<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><forename type="middle">D</forename><surname>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>
		<idno>doi:</idno>
		<ptr target="10.1007/978-3-030-58638-6\_9" />
	</analytic>
	<monogr>
		<title level="m">Business Process Management Forum -BPM Forum 2020</title>
		<title level="s">Lecture Notes in Business Information Processing</title>
		<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="b12">
	<analytic>
		<title level="a" type="main">codes for the home hospitalization service</title>
		<author>
			<persName><forename type="first">M</forename><surname>Ronzani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ferrod</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Di Francescomarino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Sulis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Aringhieri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Boella</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Brunetti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">Di</forename><surname>Caro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dragoni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Ghidini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Marinello</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Unstructured data in predictive process monitoring: Lexicographic and semantic mapping to ICD-9-CM</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2021">2021</date>
			<biblScope unit="volume">13196</biblScope>
			<biblScope unit="page" from="700" to="715" />
		</imprint>
	</monogr>
	<note>AIxIA 2021, Revised Selected Papers</note>
</biblStruct>

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