SlideShare a Scribd company logo
Monotone
Conformance Checking
for Partially Matching
Designed and Observed
Processes
Artem Polyvyanyy and Anna Kalenkova
1st International Conference on Process Mining, June 24-26, 2019, Aachen, Germany
1
Conformance Checking
Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 2
Trace Frequency
ABDEI 1,207
ACDGHFI 145
ACGDHFI 56
ACDHFI 28
ACHDFI 23
A
B
C
D
E
F
I
G H
Ʈ
Event log 1 Process model 1
Conformance checking relates events in the event log to activities in the process model and
compares both. The goal is to find commonalities and discrepancies between the modeled behavior
and the observed behavior [1].
[1] Wil M. P. van der Aalst: Process Mining - Data Science in Action, Second Edition. Springer 2016, ISBN 978-3-662-49850-7
Precision: Process model should not allow for behavior unrelated to what was seen in the event log.
Fitness: Process model should allow for the behavior seen in the event log.
+ fitness
+ precision
A
B
C
E
F
I
G H
Ʈ
D
Conformance Checking (II)
Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 3
Single trace model
Flower model
Trace Frequency
ABDEI 1,207
ACDGHFI 145
ACGDHFI 56
ACDHFI 28
ACHDFI 23
Event log 1
Ʈ
A
B C
E
D
H
I
F G
Ʈ
A B D E I
+ fitness
+/- precision
- fitness
+ precision
+ fitness
- precision
A
B
C
D
E
F
I
G H
Process model 2
Process model 3
+ fitness
+/- precision
Precision and Recall in Information Retrieval
Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 4
Information Retrieval
engine
Document
collection
Query
Precision:
Recall:
Relevant
documents
Retrieved
documents
=
3
4
=
3
5
(Relevant)
log traces
(Retrieved)
model
traces
Precision and Recall in Conformance Checking
Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 5
Process Discovery
technique
System’s
traces
Event log
Precision:
Recall (Fitness):
=
5
6
=
5
5
A
B
C
D
E
F
I
G H
Ʈ
ABDEI
ACDGHFI
ACGDHFI
ACDHFI
ACHDFI
L
M
|𝑳 ∩ 𝑴|
|𝑳|
|𝑳 ∩ 𝑴|
|𝑴|
𝑴= 𝑳 ∪ ACGHDFI
Two Problems of Precision and Recall
Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 6
Problem 1: Infinite number of traces Problem 2: Partially matching traces
A
B
C
D
E
F
I
G H
Trace
ABDEI
ACDGHFI
ACGDHFI
ACDHFI
ACHDFI
Process model 2
Precision:
Recall:
|𝑳 𝟏 ∩ 𝑴 𝟐|
|𝑴 𝟐|
=
𝟓
∞
Event log 1
|𝑳 𝟏 ∩ 𝑴 𝟐|
|𝑳 𝟏|
=
𝟓
𝟓
= 𝟏
Precision: Recall:
|𝑳 𝟐 ∩ 𝑴 𝟒|
|𝑴 𝟒|
= 𝟎
|𝑳 𝟐 ∩ 𝑴 𝟒|
|𝑳 𝟐|
= 𝟎
Process model 4
A
B C
D E
C B
Event log 2
ABBCE
Problem 1: Infinite Number of Traces
Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 7
Solution: Estimate the number of traces using the notion of topological entropy [12]:
[12] Tullio Ceccherini-Silberstein et al.: On the entropy of regular languages. Theor. Comput. Sci. 307(1): 93-102 (2003)
𝑒𝑛𝑡 𝐵 ≔ lim
𝑛→∞
sup
𝑙𝑜𝑔 𝐶 𝑛(𝐵)
𝑛
 𝐵 is an ergodic deterministic finite automaton;
 𝐶 𝑛(𝐵) is the set of all traces of 𝐵 of length 𝑛;
 𝑒𝑛𝑡 𝐵 is equal to a Perron-Frobenius eigenvalue
of the adjacency matrix of 𝐵;
 𝑒𝑛𝑡• 𝐵 ≔ 𝑒𝑛𝑡( 𝐵), where 𝐵 is a short-circuit
version of 𝐵.
𝑒𝑛𝑡 𝐵 ≔ lim
𝑛→∞
sup
𝑙𝑜𝑔 𝐶 𝑛(𝐵)
𝑛
𝑒𝑛𝑡 𝐵 ≔ lim
𝑛→∞
sup
𝑙𝑜𝑔 𝐶 𝑛(𝐵)
𝑛
A
B C
D E
C B
χ
Short-circuit version of model 4
Precision [8]: Recall [8]:
𝑒𝑛𝑡•(𝐿 ∩ 𝑀)
𝑒𝑛𝑡•(𝑀)
𝑒𝑛𝑡•(𝐿 ∩ 𝑀)
𝑒𝑛𝑡•(𝐿)
[8] Artem Polyvyanyy, Andreas Solti, Matthias Weidlich, Claudio Di Ciccio, Jan Mendling: Monotone Precision and Recall Measures for Comparing Executions and Specifications of
Dynamic Systems. CoRR abs/1812.07334 (2018)
.
Entropy-Based Precision and Recall Examples
Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 8
A 2
C
B A
B
A 2
C
B A
B
D
M1 M2
L1 L2 L3
AB
BA
𝜺
AB
BA
AC
BAB
BAB
BAD
L1
L2
L3
AB
BA
AC
BAB
BAD
BA(DA)+
M2
M1
ε
Magic numbers ?!
Properties of Conformance Checking Measures
Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 9
Entropy-based precision
A1: Precision is deterministic;
A2:
A3: Precision between an event log and the flower
model (over the same alphabet) is the lowest;
A4: Precisions of an event log on two language
equivalent models should be equal;
A5:
prec 𝐿1, 𝑀1 ≤ prec(𝐿2, 𝑀1)
prec 𝐿1, 𝑀2 ≤ prec(𝐿1, 𝑀1)
[10] Niek Tax, Xixi Lu, Natalia Sidorova, Dirk Fahland, Wil M. P. van der Aalst: The imprecisions of precision measures in process mining. Inf. Process. Lett. 135: 1-8 (2018)
Precision properties [10]:
A5’ [8]:
A2’ [8]:
𝑒𝑛𝑡•(𝐿1∩𝑀1)
𝑒𝑛𝑡•(𝑀1)
<
𝑒𝑛𝑡•(𝐿2∩𝑀1)
𝑒𝑛𝑡•(𝑀1)
𝑒𝑛𝑡•(𝐿1∩𝑀2)
𝑒𝑛𝑡•(𝑀2)
<
𝑒𝑛𝑡•(𝐿1∩𝑀1)
𝑒𝑛𝑡•(𝑀1)
L1 M1 M2
L1 L2 M1 .
Entropy-Based Precision and Recall Revisited
Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 10
A 2
C
B A
B
A 2
C
B A
B
D
M1 M2
L1 L2 L3
AB
BA
𝜺
AB
BA
AC
BAB
BAB
BAD
L1
L2
L3
AB
BA
AC
BAB
BAD
BA(DA)+
M2
M1
ε
A2’~A2’
Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 11
Problem 2: Partially Matching Traces (I)
A C EB B
A
B C
D E
C B
M
L
Precision: Recall:
𝑒𝑛𝑡•(𝐿′ ∩ 𝑀′)
𝑒𝑛𝑡•(𝑀′)
𝑒𝑛𝑡•(𝐿′ ∩ 𝑀′)
𝑒𝑛𝑡•(𝐿′)
L
ABBCE
M
ABCDE
ACBDE
Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 12
Problem 2: Partially Matching Traces (II)
A C EB B
τ
A
B C
D E
C B τ
M
L
Precision: Recall:
𝑒𝑛𝑡•(𝐿′ ∩ 𝑀′)
𝑒𝑛𝑡•(𝑀′)
𝑒𝑛𝑡•(𝐿′ ∩ 𝑀′)
𝑒𝑛𝑡•(𝐿′)
“Dilute” model and log traces to
identify commonalities:
ABCE
L
ABBCE
M
ABCDE
ACBDE
ACBE
Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 13
Problem 2: Partially Matching Traces (III)
A C EB B
τ τ τττ
A
B C
D E
C B τ ττ
τ τ
τ τ
M’
L’
Precision: Recall:
𝑒𝑛𝑡•(𝐿′ ∩ 𝑀′)
𝑒𝑛𝑡•(𝑀′)
𝑒𝑛𝑡•(𝐿′ ∩ 𝑀′)
𝑒𝑛𝑡•(𝐿′)
“Dilute” model and log traces to
identify commonalities:
L’ M ’
L
ABBCE
M
ABCDE
ACBDE
ACBE
ABCE
ABC
ABE
ACE
BCE
AB...
BBCE
ABBE
ABBC
BBE
BBC
BB
ABB
ACB
CBE
CB
BCDE
ACDE
ABDE
ABCD
ACBD
...
Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 14
Problem 2: Partially Matching Traces (IV)
A
B C
D E
C B τ ττ
τ τ
τ τ
χ
A C EB B
τ τ τττ
χ
Precisionτ: Recallτ:
𝑒𝑛𝑡•(𝐿′ ∩ 𝑀′)
𝑒𝑛𝑡•(𝑀′)
𝑒𝑛𝑡•(𝐿′ ∩ 𝑀′)
𝑒𝑛𝑡•(𝐿′)
“Dilute” model and log traces to
identify commonalities:
L’ M ’
L
ABBCE
M
ABCDE
ACBDE
ACBE
ABCE
ABC
ABE
ACE
BCE
AB...
BBCE
ABBE
ABBC
BBE
BBC
BB
ABB
ACB
CBE
CB
BCDE
ACDE
ABDE
ABCD
ACBD
...
M’
L’
Entropy-Based Precision and Recall Revisited
Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 15
L1
L2
L3
AB
BA
AC
BAB
BAD
BA(DA)+
M2
M1
ε
A Selection of New Properties
Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 16
L1
M1
L2
L1 L2
M1
L M
L’=M ’
𝑒𝑛𝑡•(𝐿′) ≤ 𝑒𝑛𝑡•(𝑀′)
Consequently, A2 and A5 hold.
𝑒𝑛𝑡• 𝐿′ < 𝑒𝑛𝑡•(𝑀′)
Consequently, A2’ and A5’ hold.
∃𝛼 ∈ 𝑀: 𝛼 ∉ 𝐿′ ∀𝛽 ∈ 𝐿: 𝛽 ∈ 𝑀′and
M ’
α
L M
L’
𝐿′ ⊂ 𝑀′ and
𝑒𝑛𝑡•(𝐿1 ∩ 𝑀1)
𝑒𝑛𝑡•(𝑀1)
𝑒𝑛𝑡•(𝐿2 ∩ 𝑀1)
𝑒𝑛𝑡•(𝑀1)
≤
𝑒𝑛𝑡•(𝐿1 ∩ 𝑀1)
𝑒𝑛𝑡•(𝑀1)
𝑒𝑛𝑡•(𝐿2 ∩ 𝑀1)
𝑒𝑛𝑡•(𝑀1)
<*
* For each k, there are at least as many words of length k in 𝐿2⋂ 𝑀1 as in 𝐿1⋂ 𝑀1, and
sometimes more.
** A possible outcome
T3: T5:
T7:T6:
Entropy-Based Precision and Recall Revisited
Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 17
L1
L2
L3
AB
BA
AC
BAB
BAD
BA(DA)+
M2
M1
ε
T3&T7
T3&T7
T5
Experiment Using Synthetic Event Data [14,15]
Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 18
Trace
ABDEI
ACDGHFI
ACGDHFI
ACDHFI
ACHDFI
Event log 1
1
2
3
Precision for Synthetic Event Data
Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 19
2
3
1
A
B
C
E
F
I
G H
Ʈ
D
A
B
C
D
E
F
I
G H
Process model 2 Process model 3
𝐸𝐵 = 0.568
𝐸𝐵 𝜏
= 0.933
𝐸𝐵 = 0.758
𝐸𝐵 𝜏 = 0.970
 Set Difference (SD);
 Negative Events (NE);
 Alignment-based ETC
precision (ETCa);
 Projected conformance
checking (PCC);
 Anti-alignment precision (AA);
 k-order Markovian abstraction
(MAPk);
 Entropy-based precision (EB);
 EB with partial matching (EBτ).
Experiment Using Real-life Event Data
Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 20
 Analyzed 5 real-life event logs;
 Filtered out infrequent events that appear less
than in 80% of traces using Filter Log using
Simple Heuristics ProM plugin;
 From 596 to 11,636 traces;
 From 1,403 to 164,144 events;
 The Inductive miner was used to discover
models from event logs;
 During determinization, automata sizes
increased up to ten times;
 The experiment was conducted using the Intel
CoreTM i7-3970X CPU@3.50 GHz, 64 GB RAM;
 Tool is publicly available at:
https://github.com/akalenkova/eigen-measure.
Contributions, Limitations, and Future Work
Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 21
Contributions:
 Extension of the entropy-based precision and recall measures to support partially matching traces;
 Properties for conformance measures that address partially matching traces;
 An evaluation that demonstrates the feasibility of using the new measures in industrial settings.
Limitations:
 Efficiency due to the automata determinization step;
 No support of process models that describe non-finite spaces of reachable states;
 Frequencies of traces are ignored.
Future/current work:
 Efficient computation of the entropy of an event log;
 Entropy-based precision and recall for unbounded-state-systems;
 Controlled “dilution” of traces, i.e., precision and recall over traces that differ in up to k events.

More Related Content

Recently uploaded

HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
Antonios Katsarakis
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
ssuserfac0301
 
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
Fwdays
 
The Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptxThe Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptx
operationspcvita
 
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
Jason Yip
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
MichaelKnudsen27
 
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-EfficiencyFreshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
ScyllaDB
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Precisely
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
AstuteBusiness
 
Mutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented ChatbotsMutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented Chatbots
Pablo Gómez Abajo
 
Y-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PPY-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PP
c5vrf27qcz
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Apps Break Data
Apps Break DataApps Break Data
Apps Break Data
Ivo Velitchkov
 
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
Neo4j
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
saastr
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 

Recently uploaded (20)

HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Artificial Intelligence and Electronic Warfare
Artificial Intelligence and Electronic WarfareArtificial Intelligence and Electronic Warfare
Artificial Intelligence and Electronic Warfare
 
Dandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity serverDandelion Hashtable: beyond billion requests per second on a commodity server
Dandelion Hashtable: beyond billion requests per second on a commodity server
 
Taking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdfTaking AI to the Next Level in Manufacturing.pdf
Taking AI to the Next Level in Manufacturing.pdf
 
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk"Frontline Battles with DDoS: Best practices and Lessons Learned",  Igor Ivaniuk
"Frontline Battles with DDoS: Best practices and Lessons Learned", Igor Ivaniuk
 
The Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptxThe Microsoft 365 Migration Tutorial For Beginner.pptx
The Microsoft 365 Migration Tutorial For Beginner.pptx
 
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
[OReilly Superstream] Occupy the Space: A grassroots guide to engineering (an...
 
Nordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptxNordic Marketo Engage User Group_June 13_ 2024.pptx
Nordic Marketo Engage User Group_June 13_ 2024.pptx
 
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-EfficiencyFreshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
Freshworks Rethinks NoSQL for Rapid Scaling & Cost-Efficiency
 
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their MainframeDigital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
Digital Banking in the Cloud: How Citizens Bank Unlocked Their Mainframe
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |Astute Business Solutions | Oracle Cloud Partner |
Astute Business Solutions | Oracle Cloud Partner |
 
Mutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented ChatbotsMutation Testing for Task-Oriented Chatbots
Mutation Testing for Task-Oriented Chatbots
 
Y-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PPY-Combinator seed pitch deck template PP
Y-Combinator seed pitch deck template PP
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
Apps Break Data
Apps Break DataApps Break Data
Apps Break Data
 
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
 
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
Overcoming the PLG Trap: Lessons from Canva's Head of Sales & Head of EMEA Da...
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 

Featured

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
Marius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
Expeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
Pixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
ThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
marketingartwork
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
Skeleton Technologies
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Kurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
SpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Lily Ray
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
Rajiv Jayarajah, MAppComm, ACC
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
Christy Abraham Joy
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
Vit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
MindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
RachelPearson36
 

Featured (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

Monotone Conformance Checking for Partially Matching Designed and Observed Processes

  • 1. Monotone Conformance Checking for Partially Matching Designed and Observed Processes Artem Polyvyanyy and Anna Kalenkova 1st International Conference on Process Mining, June 24-26, 2019, Aachen, Germany 1
  • 2. Conformance Checking Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 2 Trace Frequency ABDEI 1,207 ACDGHFI 145 ACGDHFI 56 ACDHFI 28 ACHDFI 23 A B C D E F I G H Ʈ Event log 1 Process model 1 Conformance checking relates events in the event log to activities in the process model and compares both. The goal is to find commonalities and discrepancies between the modeled behavior and the observed behavior [1]. [1] Wil M. P. van der Aalst: Process Mining - Data Science in Action, Second Edition. Springer 2016, ISBN 978-3-662-49850-7 Precision: Process model should not allow for behavior unrelated to what was seen in the event log. Fitness: Process model should allow for the behavior seen in the event log. + fitness + precision
  • 3. A B C E F I G H Ʈ D Conformance Checking (II) Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 3 Single trace model Flower model Trace Frequency ABDEI 1,207 ACDGHFI 145 ACGDHFI 56 ACDHFI 28 ACHDFI 23 Event log 1 Ʈ A B C E D H I F G Ʈ A B D E I + fitness +/- precision - fitness + precision + fitness - precision A B C D E F I G H Process model 2 Process model 3 + fitness +/- precision
  • 4. Precision and Recall in Information Retrieval Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 4 Information Retrieval engine Document collection Query Precision: Recall: Relevant documents Retrieved documents = 3 4 = 3 5
  • 5. (Relevant) log traces (Retrieved) model traces Precision and Recall in Conformance Checking Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 5 Process Discovery technique System’s traces Event log Precision: Recall (Fitness): = 5 6 = 5 5 A B C D E F I G H Ʈ ABDEI ACDGHFI ACGDHFI ACDHFI ACHDFI L M |𝑳 ∩ 𝑴| |𝑳| |𝑳 ∩ 𝑴| |𝑴| 𝑴= 𝑳 ∪ ACGHDFI
  • 6. Two Problems of Precision and Recall Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 6 Problem 1: Infinite number of traces Problem 2: Partially matching traces A B C D E F I G H Trace ABDEI ACDGHFI ACGDHFI ACDHFI ACHDFI Process model 2 Precision: Recall: |𝑳 𝟏 ∩ 𝑴 𝟐| |𝑴 𝟐| = 𝟓 ∞ Event log 1 |𝑳 𝟏 ∩ 𝑴 𝟐| |𝑳 𝟏| = 𝟓 𝟓 = 𝟏 Precision: Recall: |𝑳 𝟐 ∩ 𝑴 𝟒| |𝑴 𝟒| = 𝟎 |𝑳 𝟐 ∩ 𝑴 𝟒| |𝑳 𝟐| = 𝟎 Process model 4 A B C D E C B Event log 2 ABBCE
  • 7. Problem 1: Infinite Number of Traces Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 7 Solution: Estimate the number of traces using the notion of topological entropy [12]: [12] Tullio Ceccherini-Silberstein et al.: On the entropy of regular languages. Theor. Comput. Sci. 307(1): 93-102 (2003) 𝑒𝑛𝑡 𝐵 ≔ lim 𝑛→∞ sup 𝑙𝑜𝑔 𝐶 𝑛(𝐵) 𝑛  𝐵 is an ergodic deterministic finite automaton;  𝐶 𝑛(𝐵) is the set of all traces of 𝐵 of length 𝑛;  𝑒𝑛𝑡 𝐵 is equal to a Perron-Frobenius eigenvalue of the adjacency matrix of 𝐵;  𝑒𝑛𝑡• 𝐵 ≔ 𝑒𝑛𝑡( 𝐵), where 𝐵 is a short-circuit version of 𝐵. 𝑒𝑛𝑡 𝐵 ≔ lim 𝑛→∞ sup 𝑙𝑜𝑔 𝐶 𝑛(𝐵) 𝑛 𝑒𝑛𝑡 𝐵 ≔ lim 𝑛→∞ sup 𝑙𝑜𝑔 𝐶 𝑛(𝐵) 𝑛 A B C D E C B χ Short-circuit version of model 4 Precision [8]: Recall [8]: 𝑒𝑛𝑡•(𝐿 ∩ 𝑀) 𝑒𝑛𝑡•(𝑀) 𝑒𝑛𝑡•(𝐿 ∩ 𝑀) 𝑒𝑛𝑡•(𝐿) [8] Artem Polyvyanyy, Andreas Solti, Matthias Weidlich, Claudio Di Ciccio, Jan Mendling: Monotone Precision and Recall Measures for Comparing Executions and Specifications of Dynamic Systems. CoRR abs/1812.07334 (2018) .
  • 8. Entropy-Based Precision and Recall Examples Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 8 A 2 C B A B A 2 C B A B D M1 M2 L1 L2 L3 AB BA 𝜺 AB BA AC BAB BAB BAD L1 L2 L3 AB BA AC BAB BAD BA(DA)+ M2 M1 ε Magic numbers ?!
  • 9. Properties of Conformance Checking Measures Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 9 Entropy-based precision A1: Precision is deterministic; A2: A3: Precision between an event log and the flower model (over the same alphabet) is the lowest; A4: Precisions of an event log on two language equivalent models should be equal; A5: prec 𝐿1, 𝑀1 ≤ prec(𝐿2, 𝑀1) prec 𝐿1, 𝑀2 ≤ prec(𝐿1, 𝑀1) [10] Niek Tax, Xixi Lu, Natalia Sidorova, Dirk Fahland, Wil M. P. van der Aalst: The imprecisions of precision measures in process mining. Inf. Process. Lett. 135: 1-8 (2018) Precision properties [10]: A5’ [8]: A2’ [8]: 𝑒𝑛𝑡•(𝐿1∩𝑀1) 𝑒𝑛𝑡•(𝑀1) < 𝑒𝑛𝑡•(𝐿2∩𝑀1) 𝑒𝑛𝑡•(𝑀1) 𝑒𝑛𝑡•(𝐿1∩𝑀2) 𝑒𝑛𝑡•(𝑀2) < 𝑒𝑛𝑡•(𝐿1∩𝑀1) 𝑒𝑛𝑡•(𝑀1) L1 M1 M2 L1 L2 M1 .
  • 10. Entropy-Based Precision and Recall Revisited Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 10 A 2 C B A B A 2 C B A B D M1 M2 L1 L2 L3 AB BA 𝜺 AB BA AC BAB BAB BAD L1 L2 L3 AB BA AC BAB BAD BA(DA)+ M2 M1 ε A2’~A2’
  • 11. Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 11 Problem 2: Partially Matching Traces (I) A C EB B A B C D E C B M L Precision: Recall: 𝑒𝑛𝑡•(𝐿′ ∩ 𝑀′) 𝑒𝑛𝑡•(𝑀′) 𝑒𝑛𝑡•(𝐿′ ∩ 𝑀′) 𝑒𝑛𝑡•(𝐿′) L ABBCE M ABCDE ACBDE
  • 12. Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 12 Problem 2: Partially Matching Traces (II) A C EB B τ A B C D E C B τ M L Precision: Recall: 𝑒𝑛𝑡•(𝐿′ ∩ 𝑀′) 𝑒𝑛𝑡•(𝑀′) 𝑒𝑛𝑡•(𝐿′ ∩ 𝑀′) 𝑒𝑛𝑡•(𝐿′) “Dilute” model and log traces to identify commonalities: ABCE L ABBCE M ABCDE ACBDE ACBE
  • 13. Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 13 Problem 2: Partially Matching Traces (III) A C EB B τ τ τττ A B C D E C B τ ττ τ τ τ τ M’ L’ Precision: Recall: 𝑒𝑛𝑡•(𝐿′ ∩ 𝑀′) 𝑒𝑛𝑡•(𝑀′) 𝑒𝑛𝑡•(𝐿′ ∩ 𝑀′) 𝑒𝑛𝑡•(𝐿′) “Dilute” model and log traces to identify commonalities: L’ M ’ L ABBCE M ABCDE ACBDE ACBE ABCE ABC ABE ACE BCE AB... BBCE ABBE ABBC BBE BBC BB ABB ACB CBE CB BCDE ACDE ABDE ABCD ACBD ...
  • 14. Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 14 Problem 2: Partially Matching Traces (IV) A B C D E C B τ ττ τ τ τ τ χ A C EB B τ τ τττ χ Precisionτ: Recallτ: 𝑒𝑛𝑡•(𝐿′ ∩ 𝑀′) 𝑒𝑛𝑡•(𝑀′) 𝑒𝑛𝑡•(𝐿′ ∩ 𝑀′) 𝑒𝑛𝑡•(𝐿′) “Dilute” model and log traces to identify commonalities: L’ M ’ L ABBCE M ABCDE ACBDE ACBE ABCE ABC ABE ACE BCE AB... BBCE ABBE ABBC BBE BBC BB ABB ACB CBE CB BCDE ACDE ABDE ABCD ACBD ... M’ L’
  • 15. Entropy-Based Precision and Recall Revisited Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 15 L1 L2 L3 AB BA AC BAB BAD BA(DA)+ M2 M1 ε
  • 16. A Selection of New Properties Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 16 L1 M1 L2 L1 L2 M1 L M L’=M ’ 𝑒𝑛𝑡•(𝐿′) ≤ 𝑒𝑛𝑡•(𝑀′) Consequently, A2 and A5 hold. 𝑒𝑛𝑡• 𝐿′ < 𝑒𝑛𝑡•(𝑀′) Consequently, A2’ and A5’ hold. ∃𝛼 ∈ 𝑀: 𝛼 ∉ 𝐿′ ∀𝛽 ∈ 𝐿: 𝛽 ∈ 𝑀′and M ’ α L M L’ 𝐿′ ⊂ 𝑀′ and 𝑒𝑛𝑡•(𝐿1 ∩ 𝑀1) 𝑒𝑛𝑡•(𝑀1) 𝑒𝑛𝑡•(𝐿2 ∩ 𝑀1) 𝑒𝑛𝑡•(𝑀1) ≤ 𝑒𝑛𝑡•(𝐿1 ∩ 𝑀1) 𝑒𝑛𝑡•(𝑀1) 𝑒𝑛𝑡•(𝐿2 ∩ 𝑀1) 𝑒𝑛𝑡•(𝑀1) <* * For each k, there are at least as many words of length k in 𝐿2⋂ 𝑀1 as in 𝐿1⋂ 𝑀1, and sometimes more. ** A possible outcome T3: T5: T7:T6:
  • 17. Entropy-Based Precision and Recall Revisited Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 17 L1 L2 L3 AB BA AC BAB BAD BA(DA)+ M2 M1 ε T3&T7 T3&T7 T5
  • 18. Experiment Using Synthetic Event Data [14,15] Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 18 Trace ABDEI ACDGHFI ACGDHFI ACDHFI ACHDFI Event log 1 1 2 3
  • 19. Precision for Synthetic Event Data Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 19 2 3 1 A B C E F I G H Ʈ D A B C D E F I G H Process model 2 Process model 3 𝐸𝐵 = 0.568 𝐸𝐵 𝜏 = 0.933 𝐸𝐵 = 0.758 𝐸𝐵 𝜏 = 0.970  Set Difference (SD);  Negative Events (NE);  Alignment-based ETC precision (ETCa);  Projected conformance checking (PCC);  Anti-alignment precision (AA);  k-order Markovian abstraction (MAPk);  Entropy-based precision (EB);  EB with partial matching (EBτ).
  • 20. Experiment Using Real-life Event Data Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 20  Analyzed 5 real-life event logs;  Filtered out infrequent events that appear less than in 80% of traces using Filter Log using Simple Heuristics ProM plugin;  From 596 to 11,636 traces;  From 1,403 to 164,144 events;  The Inductive miner was used to discover models from event logs;  During determinization, automata sizes increased up to ten times;  The experiment was conducted using the Intel CoreTM i7-3970X CPU@3.50 GHz, 64 GB RAM;  Tool is publicly available at: https://github.com/akalenkova/eigen-measure.
  • 21. Contributions, Limitations, and Future Work Artem Polyvyanyy and Anna Kalenkova | Monotone Conformance Checking for Partially Matching Designed and Observed Processes | June 24-26, 2019, Aachen, Germany 21 Contributions:  Extension of the entropy-based precision and recall measures to support partially matching traces;  Properties for conformance measures that address partially matching traces;  An evaluation that demonstrates the feasibility of using the new measures in industrial settings. Limitations:  Efficiency due to the automata determinization step;  No support of process models that describe non-finite spaces of reachable states;  Frequencies of traces are ignored. Future/current work:  Efficient computation of the entropy of an event log;  Entropy-based precision and recall for unbounded-state-systems;  Controlled “dilution” of traces, i.e., precision and recall over traces that differ in up to k events.