<?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">A probabilistic semantics for process mining</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Michela</forename><surname>Vespa</surname></persName>
							<email>michela.vespa@unife.it</email>
							<affiliation key="aff0">
								<orgName type="department">Dipartimento di Ingegneria</orgName>
								<orgName type="institution">Università di Ferrara</orgName>
								<address>
									<addrLine>Via Saragat 1</addrLine>
									<settlement>Ferrara</settlement>
									<country key="IT">Italy</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">Italian Association for Artificial Intelligence Bolzano</orgName>
								<address>
									<addrLine>November 25-28</addrLine>
									<postCode>2024</postCode>
									<settlement>Italy</settlement>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">A probabilistic semantics for process mining</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">172DCBED1A09EA3216B2CAF2CF0FB076</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T17:32+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Process Mining</term>
					<term>Declarative language</term>
					<term>Distribution Semantics</term>
					<term>Probability theory</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>In declarative Process Mining (PM), accounting for uncertainty is essential to accurately model realworld business processes. Up to now, most traditional approaches have overlooked the possibility of integrating probability into process management. Starting from our previous works on this topic, we present an extension to our semantics that underlies a probabilistic declarative framework for PM, in such a way that we can manage uncertainty at multiple levels, from individual events to entire logs, by assigning probabilities reflecting a degree of belief or confidence in them. This framework is based on the Distribution Semantics of Probabilistic Logic Programming.</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>Ongoing research in Process Mining (PM) is increasingly focusing on the role of uncertainty in business process management. Uncertainty in PM can manifest in multiple aspects of a process, ranging from process models to process data, i.e. events and event attributes, traces, and logs. For instance, real-world event logs may contain incomplete or noisy data, where some events/traces are missing or misrecorded. Various approaches have been explored to address uncertainty in procedural PM settings, dealing with structured, sequential process models, typically represented as flow-based notations like Petri nets or BPMN diagrams. In recent years, significant research built on foundational work by Pegoraro and Van der Aalst has been devoted to address this challenge with respect to event data <ref type="bibr" target="#b0">[1]</ref>. This has been achieved through a framework designed to represent the control-flow dimension of uncertain events as Petri nets, involving stochastic process modeling techniques like stochastic Petri nets <ref type="bibr" target="#b1">[2]</ref>, behavioral nets <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b3">4]</ref>, and trace alignment <ref type="bibr" target="#b4">[5,</ref><ref type="bibr" target="#b5">6]</ref>. This research highlighted the complexities of managing uncertain event data within procedural models, focusing on strong uncertainty (unknown probability distributions for attribute values) at the attribute level of events.</p><p>However, a distinct approach can be taken when dealing with uncertainty in declarative PM, which focuses only on the constraints between activity sequences, rather than outlining exact workflows <ref type="bibr" target="#b6">[7,</ref><ref type="bibr" target="#b7">8]</ref>. For example, <ref type="bibr" target="#b8">[9]</ref> introduced the notion of probabilistic process constraints, by associating probabilities to Declare constraints.</p><p>Starting from our previous work based on probabilistic declarative process specifications <ref type="bibr" target="#b9">[10]</ref> and probabilistic events <ref type="bibr" target="#b10">[11]</ref>, here we extend the underlying semantics in order to comprehensively handle uncertainty at all levels of process data, from traces to entire logs. This semantics is inspired by the Distribution Semantics (DS) <ref type="bibr" target="#b11">[12]</ref> of Probabilistic Logic Programming (PLP) and handles uncertainty by expressing probabilities as a degree of belief (taking inspiration from <ref type="bibr" target="#b12">[13]</ref>, <ref type="bibr" target="#b13">[14]</ref>) in traces and logs.</p><p>In <ref type="bibr" target="#b10">[11]</ref>, we treat uncertain events in a process trace by annotating them with a probability expressing the user's confidence in that event(s) happening. Here, we complete this framework by considering probabilities attached to traces as a whole, which results in probabilistic logs. For instance, there might be cases where a maintenance task, composed of different phases (the trace's events), is not logged correctly due to human error or system issues. If a technician recalls performing it but later finds no documentation of this in the system, he might estimate, based on his memory, interactions with colleagues, and standard operating procedures, that there is a 95% probability the inspection was completed as required. This would generate two possible logs, one with the trace included, with 0.95 probability, and the other log without the trace, but much less probable (0.05 probability). To the best of our knowledge, previous efforts in procedural PM have addressed either event-based or traced-based uncertainty separately, while our approach is new in handling probabilities from events to logs, offering an integrated semantics to manage and interpret uncertainty in process data at all levels of granularity.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Background: Distribution Semantics</head><p>PLP, notably through the Distribution Semantics, handles uncertain information by allowing probabilities in logic programs, which define probability distributions over a set of possible normal logic programs called "worlds" . In the following, the DS will be described with reference to the language of LPADs (Logic Programs with Annotated Disjunctions) <ref type="bibr" target="#b14">[15]</ref>, even if it underlies many other languages. A detailed survey of the DS in PLP can be found in <ref type="bibr" target="#b15">[16]</ref>. In LPADs each program clause has a disjunction in the head with each atom annotated by a probability. When the clause body holds true, only one head atom is selected together with its probability.</p><p>An annotated disjunctive clause 𝐶 𝑖 is of the form ℎ 𝑖1 : 𝑝 𝑖1 ; . . . ; ℎ 𝑖𝑛 𝑖 : 𝑝 𝑖𝑛 𝑖 : − 𝑏 𝑖1 , . . . , 𝑏 𝑖𝑚 𝑖 , where ℎ 𝑖1 , . . . , ℎ 𝑖𝑛 𝑖 are logical atoms and {𝑝 𝑖1 , . . . , 𝑝 𝑖𝑛 𝑖 } are real numbers in the interval [0, 1] such that</p><formula xml:id="formula_0">∑︀ 𝑛 𝑖 𝑘=1 𝑝 𝑖𝑘 ≤ 1; 𝑏 𝑖1 , . . . , 𝑏 𝑖𝑚 𝑖 is indicated with 𝑏𝑜𝑑𝑦(𝐶 𝑖 ). If ∑︀ 𝑛 𝑖 𝑘=1 𝑝 𝑖𝑘 &lt; 1,</formula><p>the head implicitly contains an extra atom 𝑛𝑢𝑙𝑙 that does not appear in the body of any clause and whose annotation is 1 − ∑︀ 𝑛 𝑖 𝑘=1 𝑝 𝑖𝑘 . We denote by 𝑔𝑟𝑜𝑢𝑛𝑑(𝑇 ) the grounding of an LPAD 𝑇 . An atomic choice <ref type="bibr" target="#b16">[17]</ref> is a triple (𝐶 𝑖 , 𝜃 𝑗 , 𝑘) where 𝐶 𝑖 ∈ 𝑇 , 𝜃 𝑗 is a substitution that grounds 𝐶 𝑖 and 𝑘 ∈ {1, . . . , 𝑛 𝑖 } identifies one of the head atoms. (𝐶 𝑖 , 𝜃 𝑗 , 𝑘) means that, for the ground clause 𝐶 𝑖 𝜃 𝑗 , the head ℎ 𝑖𝑘 was chosen. A set of atomic choices 𝜅 is consistent if only one head is selected from the same ground clause; we assume independence between the different choices. A composite choice 𝜅 is a consistent set of atomic choices <ref type="bibr" target="#b16">[17]</ref>. The probability 𝑃 (𝜅) of a composite choice 𝜅 is the product of the probabilities of the independent atomic choices, i.e. 𝑃 (𝜅) = ∏︀ (  If a coin is tossed, the probability of it landing heads or tails is influenced by whether it is fair or biased: if the coin is fair (\+biased), then it has an equal chance of landing heads or tails (0.5). If the coin is biased, then it is more likely to land heads with a probability of 0.6, and tails with a probability of 0.4. 𝐶 3 states that the coin is fair with a probability of 0.9 or biased with a probability of 0.1. 𝐶 4 asserts that a coin is indeed tossed. Since we're only considering 1 coin, each rule has 1 grounding 𝜃 1 = {𝐶𝑜𝑖𝑛/𝑐𝑜𝑖𝑛}. Here, 𝑇 would have 2 × 2 × 2 = 8 possible worlds.</p><p>Given a goal G, its probability 𝑃 (𝐺) can be defined by marginalizing the joint probability of the goal and the worlds:</p><formula xml:id="formula_1">𝑃 (𝐺) = ∑︀ 𝑤∈𝑊 𝑇 𝑃 (𝐺, 𝑤) = ∑︀ 𝑤∈𝑊 𝑇 𝑃 (𝐺|𝑤)𝑃 (𝑤) = ∑︀ 𝑤∈𝑊 𝑇 :𝑤|=𝐺 𝑃 (𝑤).</formula><p>The probability of a goal 𝐺 given a world 𝑤 is 𝑃 (𝐺|𝑤) = 1 if 𝑤 |= 𝐺 and 0 otherwise. 𝑃 (𝑤) = 𝑃 (𝜎), i.e. is the product of the annotations 𝑝 𝑖𝑘 of the head atoms selected in 𝜎. Therefore, the probability of G can be computed by summing the probability of the worlds where the goal is true. In practice, given a goal to solve, it is unfeasible to enumerate all the worlds where 𝐺 is entailed. Inference algorithms, instead, find explanations for a goal: a composite choice 𝜅 is an explanation for 𝐺 if 𝐺 is entailed by every world of 𝑤 𝜅 .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Example 2. (Ex.1 cont.) To determine the overall probabilities of the coin landing on heads or tails, we need to ask the probability of the 2 goals heads and tails. Each goal is true in 4 worlds out of the 8:</head><p>𝑃 (heads) = (0.5 × 0.6 × 0.9) + (0.5 × 0.6 × 0.1) + (0.5 × 0.4 × 0.9) + (0.5 × 0.6 × 0.1) = 0.51 𝑃 (tails) = 1−𝑃 (heads) = (0.5×0.4×0.1)+(0.5×0.6×0.9)+(0.5×0.4×0.1)+(0.5×0.4×0.9) = 0.49</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Probabilistic events, traces and logs</head><p>In this Section, we present our semantic framework for addressing uncertainty across events, traces, and logs, building upon the DS. This approach acknowledges that in certain domains, complete observation of a process instance may not be feasible, leading to uncertainty related to events, traces and even logs. We can assign a probability to events <ref type="bibr" target="#b10">[11]</ref>, obtaining probabilistic traces, or to traces as a whole, obtaining probabilistic logs. Probability always reflects the degree of belief or confidence of the user in the happening of the event or the trace.</p><p>With a finite alphabet of symbols Σ, representing activity names or descriptors, we can define: Definition 1 (Trace and Log). A Trace is a finite, ordered sequence of symbols over Σ, denoted as 𝑡 ∈ Σ * , where Σ * represents the infinite set of all possible finite sequences (sentences) 𝑡. Syntactically, a trace is expressed as 𝑡 = ⟨e 1 , e 2 , . . . , e 𝑛 ⟩, e 𝑖 ∈ Σ, where 𝑛 is the length of the trace, and e 𝑖 (for 𝑖 ∈ 1 . . . 𝑛) represents the 𝑖-th event in the trace. A log ℒ consists of a finite set of such traces. Definition 2 (Probabilistic Event <ref type="bibr" target="#b10">[11]</ref>). A Probabilistic Event is a couple Prob:EventDescription, where EventDescription is a symbol describing an event (EventDescription ∈ Σ), while Prob ∈ [0, 1] is the probability that the event happened. A probability value of 1 means the event happened, and we will refer to it as "certain".</p><p>For example, the probabilistic event 0.8:early_mobilization in a trace of a medical log describes the event of a patient's early mobilization after surgery with probability 0.8, reflecting our degree of belief associated with the event's occurrence. In <ref type="bibr" target="#b10">[11]</ref>, we defined a trace where at least one event is probabilistic as a probabilistic trace. Now we extend our framework to probabilistic logs, driven by real-world scenarios where traces may not be accurately captured due to factors like software or hardware malfunctions and human error. As a consequence, there is no certainty of the happening of some process instance. However, due to the domain's characteristics, it may be the case that the whole instance (trace) happened with a certain probability.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Definition 3 (Probabilistic Log).</head><p>A probabilistic log ℒ 𝑝 is a log where at least one trace 𝑡 𝑖 is annotated with a probability 𝑝 𝑖 . A probability value of 1 means the trace certainly happened and the value will be omitted.</p><p>Instead of considering the happening of the single events in a trace, as in Def. 2, here we are inquiring about the certainty of the process instance as a whole: it certainly happened or maybe it happened with a degree of confidence.</p><p>Example 3. In hospitals, patients are first admitted to the emergency department following an initial screening known as triage. In exceptional situations, such as during serious emergencies, the triage process might be performed but not recorded in the log. The probabilistic log: ℒ 𝑝 = { 𝑡 1 , 0.9 : 𝑡 2 , 𝑡 3 , 0.7 : 𝑡 4 } describes a scenario in which the process instances 𝑡 1 and 𝑡 3 were observed and recorded, while 𝑡 2 was not observed but there is a high probability (0.9) that it happened. Similarly, 𝑡 4 was not observed but there is a fair probability (0.7) that it happened.</p><p>We propose a straightforward extension of Sato's distribution semantics, as done in <ref type="bibr" target="#b10">[11]</ref>, to the case of probabilistic logs. </p><formula xml:id="formula_2">𝜎 1 (ℒ 𝑝 ) = { (𝑡 2 , 1), (𝑡 4 , 1)} 𝑤 𝜎1 (ℒ 𝑝 ) = { 𝑡 1 , 𝑡 2 , 𝑡 3 , 𝑡 4 } 𝜎 2 (ℒ 𝑝 ) = { (𝑡 2 , 1), (𝑡 4 , 0)} 𝑤 𝜎2 (ℒ 𝑝 ) = { 𝑡 1 , 𝑡 2 , 𝑡 3 } 𝜎 3 (ℒ 𝑝 ) = { (𝑡 2 , 0), (𝑡 4 , 1)} 𝑤 𝜎3 (ℒ 𝑝 ) = { 𝑡 1 , 𝑡 3 , 𝑡 4 } 𝜎 4 (ℒ 𝑝 ) = { (𝑡 2 , 0), (𝑡 4 , 0)} 𝑤 𝜎4 (ℒ 𝑝 ) = { 𝑡 1 , 𝑡 3 }</formula><p>Note that traces 𝑡 1 and 𝑡 3 always appear in the generated worlds as they are certain. A possible world 𝑤 𝜎 𝑖 (ℒ 𝑝 ) represents a possible log, determined by the presence or absence of individual uncertain traces. A selection over such a log determines which traces are considered to be part of a possible realization of the log.</p><p>Definition 5 (Probability of a Selection 𝜎(ℒ 𝑝 )). The probability of a selection 𝜎(ℒ 𝑝 ) over a probabilistic log ℒ 𝑝 is defined as:</p><formula xml:id="formula_3">𝑃 (𝜎(ℒ 𝑝 )) = ∏︁ (𝑡 𝑖 ,1)∈𝜎(ℒ𝑝) 𝑝 𝑖 ∏︁ (𝑡 𝑖 ,0)∈𝜎(ℒ𝑝) (1 − 𝑝 𝑖 )</formula><p>The probability of a selection corresponds to the probability of a possible log (i.e., a possible world), obtained by multiplying the probabilities associated to each alternative (presence or absence of a trace) as these are considered independent of each other. This gives a probability distribution over the logs, i.e. ∑︀ 𝑖 𝑃 (𝜎 𝑖 (ℒ 𝑝 )) = 𝑃 (𝑤 𝜎 𝑖 (ℒ 𝑝 )) = 1. Example 5 (Ex. 4 cont.). The probabilities of the four selections 𝜎 𝑖 (ℒ 𝑝 ) are: 𝑃 (𝜎 1 (ℒ 𝑝 )) = 𝑃 (𝑤 𝜎1 (ℒ 𝑝 )) = 0.9 × 0.7 = 0.63 𝑃 (𝜎 3 (ℒ 𝑝 )) = 𝑃 (𝑤 𝜎3 (ℒ 𝑝 )) = 0.1 × 0.7 = 0.07 𝑃 (𝜎 2 (ℒ 𝑝 )) = 𝑃 (𝑤 𝜎2 (ℒ 𝑝 )) = 0.9 × 0.3 = 0.27 𝑃 (𝜎 4 (ℒ 𝑝 )) = 𝑃 (𝑤 𝜎4 (ℒ 𝑝 )) = 0.1 × 0.3 = 0.03 Note that 0.63+0.27+0.07+0.03=1. The 4 realizations of the log, with very different probabilities in this case, highlight the fact the very high (low) values of confidence in the happening of some traces may generate logs with much higher (lower) confidence than others. This means that a user can rank the probabilistic realizations of the logs from the one with highest confidence (the most probable) to the one with the lowest confidence.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Conclusions and Future Work</head><p>In this work, we presented a unified framework inspired by the distribution semantics of Probabilistic Logic Programming, which integrates our recently proposed probabilistic semantics for process events to handle uncertainty at various granularity levels: not only events, but also traces and logs. In the future, we plan to extend this framework to include proof procedures for conformance checking for probabilistic logs.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>(𝐶 1 )</head><label>1</label><figDesc>ℎ𝑒𝑎𝑑𝑠(𝐶𝑜𝑖𝑛) : 0.5; 𝑡𝑎𝑖𝑙𝑠(𝐶𝑜𝑖𝑛) : 0.5 : −𝑡𝑜𝑠𝑠(𝐶𝑜𝑖𝑛), \+𝑏𝑖𝑎𝑠𝑒𝑑(𝐶𝑜𝑖𝑛). (𝐶 2 ) ℎ𝑒𝑎𝑑𝑠(𝐶𝑜𝑖𝑛) : 0.6; 𝑡𝑎𝑖𝑙𝑠(𝐶𝑜𝑖𝑛) : 0.4 : −𝑡𝑜𝑠𝑠(𝐶𝑜𝑖𝑛), 𝑏𝑖𝑎𝑠𝑒𝑑(𝐶𝑜𝑖𝑛). (𝐶 3 ) 𝑓 𝑎𝑖𝑟(𝐶𝑜𝑖𝑛) : 0.9; 𝑏𝑖𝑎𝑠𝑒𝑑(𝐶𝑜𝑖𝑛) : 0.1. (𝐶 4 ) 𝑡𝑜𝑠𝑠(𝑐𝑜𝑖𝑛).</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Definition 4 (Example 4 .</head><label>44</label><figDesc>Selection 𝜎 over a probabilistic log ℒ 𝑝 ). A Selection 𝜎(ℒ 𝑝 ) is defined as a composite choice containing an atomic choice (t 𝑖 , 𝑘) for each trace 𝑡 𝑖 ∈ ℒ 𝑝 . A selection 𝜎(ℒ 𝑝 ) identifies a world 𝑤 𝜎 in this way: 𝑤 𝜎 = {𝑡 𝑖 |(𝑡 𝑖 , 1) ∈ 𝜎}. Given the probabilistic log ℒ 𝑝 described in Example 3, four selections are possible, generating four corresponding worlds:</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head></head><label></label><figDesc>𝐶 𝑖 ,𝜃 𝑗 ,𝑘)∈𝜅 𝑝 𝑖𝑘 . A selection 𝜎 is a composite choice that, for each clause 𝐶 𝑖 𝜃 𝑗 in 𝑔𝑟𝑜𝑢𝑛𝑑(𝑇 ), contains an atomic choice (𝐶 𝑖 , 𝜃 𝑗 , 𝑘). Let us indicate with 𝑆 𝑇 the set of all selections. A selection 𝜎 identifies a normal logic program 𝑤 𝜎 defined as 𝑤 𝜎 = {(ℎ 𝑖𝑘 ← 𝑏𝑜𝑑𝑦(𝐶 𝑖 ))𝜃 𝑗 |(𝐶 𝑖 , 𝜃 𝑗 , 𝑘) ∈ 𝜎}. 𝑤 𝜎 is called a (possible) world of 𝑇 . Since selections are composite choices, we can assign a probability to worlds: 𝑃 (𝑤 𝜎 ) = 𝑃 (𝜎) = ∏︀ (𝐶 𝑖 ,𝜃 𝑗 ,𝑘)∈𝜎 𝑝 𝑖𝑘 . We denote the set of all worlds of 𝑇 by 𝑊 𝑇 . 𝑃 (𝑊 𝑇 ) is a probability distribution over worlds, i.e., ∑︀ 𝑤∈𝑊 𝑇 𝑃 (𝑤) = 1. A composite choice 𝜅 identifies a set of worlds 𝑤 𝜅 = {𝑤 𝜎 |𝜎 ∈ 𝑆 𝑇 , 𝜎 ⊇ 𝜅}. The set of possible worlds associated to a set of composite choices 𝐾 is 𝑊 𝐾 = ⋃︀ 𝜅∈𝐾 𝑤 𝜅 . Example 1. Consider the following LPAD T encoding the outcome of tossing a coin, which may be either fair or biased:</figDesc><table /></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Acknowledgments</head><p>Research funded by the Italian Ministerial grant PRIN 2022 "Probabilistic Declarative Process Mining (PRODE)", n. 20224C9HXA -CUP F53D23004240006, funded by European Union -Next Generation EU. Research funded by the Italian Ministry of University and Research through PNRR -M4C2 -Investimento 1.3 (Decreto Direttoriale MUR n. 341 del 15/03/2022), Partenariato Esteso PE00000013 -"FAIR -Future Artificial Intelligence Research" -Spoke 8 "Pervasive AI" -CUP J33C22002830006, funded by the European Union under the NextGeneration EU programme".</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Mining uncertain event data in process mining</title>
		<author>
			<persName><forename type="first">M</forename><surname>Pegoraro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M</forename><surname>Van Der Aalst</surname></persName>
		</author>
		<ptr target="https://api.semanticscholar.org/CorpusID:199490116" />
	</analytic>
	<monogr>
		<title level="m">International Conference on Process Mining (ICPM)</title>
				<imprint>
			<date type="published" when="2019">2019. 2019</date>
			<biblScope unit="page" from="89" to="96" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Earth movers&apos; stochastic conformance checking</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">J J</forename><surname>Leemans</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">F</forename><surname>Syring</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">Business Process Management Forum</title>
				<editor>
			<persName><forename type="first">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>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="127" to="143" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Mining uncertain event data in process mining</title>
		<author>
			<persName><forename type="first">M</forename><surname>Pegoraro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M</forename><surname>Van Der Aalst</surname></persName>
		</author>
		<idno type="DOI">10.1109/ICPM.2019.00023</idno>
	</analytic>
	<monogr>
		<title level="m">2019 International Conference on Process Mining (ICPM)</title>
				<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="89" to="96" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Efficient construction of behavior graphs for uncertain event data</title>
		<author>
			<persName><forename type="first">M</forename><surname>Pegoraro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">S</forename><surname>Uysal</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">Business Information Systems</title>
				<editor>
			<persName><forename type="first">W</forename><surname>Abramowicz</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">G</forename><surname>Klein</surname></persName>
		</editor>
		<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="76" to="88" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Probability estimation of uncertain process trace realizations</title>
		<author>
			<persName><forename type="first">M</forename><surname>Pegoraro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Bakullari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">S</forename><surname>Uysal</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">Process Mining Workshops</title>
				<editor>
			<persName><forename type="first">J</forename><surname>Munoz-Gama</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">X</forename><surname>Lu</surname></persName>
		</editor>
		<meeting>ess Mining Workshops<address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="21" to="33" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Probabilistic trace alignment</title>
		<author>
			<persName><forename type="first">G</forename><surname>Bergami</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">M</forename><surname>Montali</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Peñaloza</surname></persName>
		</author>
		<idno type="DOI">10.1109/ICPM53251.2021.9576856</idno>
	</analytic>
	<monogr>
		<title level="m">2021 3rd International Conference on Process Mining (ICPM)</title>
				<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="9" to="16" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Declare: Full support for loosely-structured processes</title>
		<author>
			<persName><forename type="first">M</forename><surname>Pesic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Schonenberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M</forename><surname>Van Der Aalst</surname></persName>
		</author>
		<idno type="DOI">10.1109/EDOC.2007.14</idno>
	</analytic>
	<monogr>
		<title level="m">11th IEEE International Enterprise Distributed Object Computing Conference</title>
				<imprint>
			<publisher>EDOC</publisher>
			<date type="published" when="2007">2007. 2007</date>
			<biblScope unit="page" from="287" to="287" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Pesic</surname></persName>
		</author>
		<idno type="DOI">10.6100/IR638413</idno>
		<title level="m">Constraint-based workflow management systems : shifting control to users</title>
				<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
		<respStmt>
			<orgName>Industrial Engineering and Innovation Sciences</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Phd thesis 1</note>
	<note>research tu/e / graduation tu/e. proefschrift</note>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Probabilistic declarative process mining</title>
		<author>
			<persName><forename type="first">A</forename><surname>Alman</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">M</forename><surname>Montali</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Peñaloza</surname></persName>
		</author>
		<idno type="DOI">10.1016/J.IS.2022.102033</idno>
	</analytic>
	<monogr>
		<title level="j">Inf. Syst</title>
		<imprint>
			<biblScope unit="volume">109</biblScope>
			<biblScope unit="page">102033</biblScope>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Probabilistic compliance in declarative process mining</title>
		<author>
			<persName><forename type="first">M</forename><surname>Vespa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Bellodi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Chesani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Loreti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Mello</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Lamma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ciampolini</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Accepted for publication at the 3rd International Workshop on Process Management in the AI Era (PMAI 2024)</title>
				<imprint>
			<date type="published" when="2024">2024</date>
			<biblScope unit="page" from="1" to="12" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Probabilistic traces in declarative process mining</title>
		<author>
			<persName><forename type="first">M</forename><surname>Vespa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Bellodi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Chesani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Loreti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Mello</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Lamma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ciampolini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Gavanelli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Zese</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Accepted for publication at the 23rd International Conference of the Italian Association for Artificial Intelligence</title>
				<meeting><address><addrLine>AIXIA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2024">2024. 2024</date>
			<biblScope unit="page" from="1" to="14" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">A statistical learning method for logic programs with distribution semantics</title>
		<author>
			<persName><forename type="first">T</forename><surname>Sato</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Logic Programming, Proceedings of the Twelfth International Conference on Logic Programming</title>
				<editor>
			<persName><forename type="first">L</forename><surname>Sterling</surname></persName>
		</editor>
		<meeting><address><addrLine>Tokyo, Japan</addrLine></address></meeting>
		<imprint>
			<publisher>MIT Press</publisher>
			<date type="published" when="1995">June 13-16, 1995. 1995</date>
			<biblScope unit="page" from="715" to="729" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Reasoning with probabilistic ontologies</title>
		<author>
			<persName><forename type="first">F</forename><surname>Riguzzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Bellodi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Lamma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Zese</surname></persName>
		</author>
		<ptr target="http://ijcai.org/Abstract/15/613" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 24th International Joint Conference on Artificial Intelligence, IJCAI 2015</title>
				<editor>
			<persName><forename type="first">Q</forename><surname>Yang</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><forename type="middle">J</forename><surname>Wooldridge</surname></persName>
		</editor>
		<meeting>the 24th International Joint Conference on Artificial Intelligence, IJCAI 2015<address><addrLine>Buenos Aires, Argentina</addrLine></address></meeting>
		<imprint>
			<publisher>AAAI Press</publisher>
			<date type="published" when="2015">July 25-31, 2015. 2015</date>
			<biblScope unit="page" from="4310" to="4316" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Epistemic and statistical probabilistic ontologies</title>
		<author>
			<persName><forename type="first">F</forename><surname>Riguzzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Bellodi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Lamma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Zese</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 8th International Workshop on Uncertain Reasoning for the Semantic Web (URSW2012)</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<editor>
			<persName><forename type="first">F</forename><surname>Bobillo</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><surname>Carvalho</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><forename type="middle">C G</forename><surname>Da Costa</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Fanizzi</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><forename type="middle">B</forename><surname>Laskey</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><forename type="middle">J</forename><surname>Laskey</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">T</forename><surname>Lukasiewicz</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">T</forename><surname>Martin</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Nickles</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Pool</surname></persName>
		</editor>
		<meeting>the 8th International Workshop on Uncertain Reasoning for the Semantic Web (URSW2012)<address><addrLine>Boston, USA; Sun SITE Central Europe; Aachen, Germany</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2012-11-11">11 November 2012. 900. 2012</date>
			<biblScope unit="page" from="3" to="14" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Logic programs with annotated disjunctions</title>
		<author>
			<persName><forename type="first">J</forename><surname>Vennekens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Verbaeten</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bruynooghe</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-540-27775-0_30</idno>
	</analytic>
	<monogr>
		<title level="m">20th International Conference on Logic Programming (ICLP 2004)</title>
				<editor>
			<persName><forename type="first">B</forename><surname>Demoen</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">V</forename><surname>Lifschitz</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2004">2004</date>
			<biblScope unit="volume">3131</biblScope>
			<biblScope unit="page" from="431" to="445" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">The distribution semantics in probabilistic logic programming and probabilistic description logics: a survey</title>
		<author>
			<persName><forename type="first">E</forename><surname>Bellodi</surname></persName>
		</author>
		<idno type="DOI">10.3233/IA-221072</idno>
	</analytic>
	<monogr>
		<title level="j">Intelligenza Artificiale</title>
		<imprint>
			<biblScope unit="volume">17</biblScope>
			<biblScope unit="page" from="143" to="156" />
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">The Independent Choice Logic for modelling multiple agents under uncertainty</title>
		<author>
			<persName><forename type="first">D</forename><surname>Poole</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">94</biblScope>
			<biblScope unit="page" from="7" to="56" />
			<date type="published" when="1997">1997</date>
		</imprint>
	</monogr>
</biblStruct>

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