Spaces:
Running
Running
Andrea Maldonado
commited on
Commit
·
2b27d85
1
Parent(s):
84efed9
Adds iGEDI reference
Browse files
README.md
CHANGED
@@ -440,4 +440,20 @@ pages="221--237",
|
|
440 |
abstract="Process mining solutions include enhancing performance, conserving resources, and alleviating bottlenecks in organizational contexts. However, as in other data mining fields, success hinges on data quality and availability. Existing analyses for process mining solutions lack diverse and ample data for rigorous testing, hindering insights' generalization. To address this, we propose Generating Event Data with Intentional features, a framework producing event data sets satisfying specific meta-features. Considering the meta-feature space that defines feasible event logs, we observe that existing real-world datasets describe only local areas within the overall space. Hence, our framework aims at providing the capability to generate an event data benchmark, which covers unexplored regions. Therefore, our approach leverages a discretization of the meta-feature space to steer generated data towards regions, where a combination of meta-features is not met yet by existing benchmark datasets. Providing a comprehensive data pool enriches process mining analyses, enables methods to capture a wider range of real-world scenarios, and improves evaluation quality. Moreover, it empowers analysts to uncover correlations between meta-features and evaluation metrics, enhancing explainability and solution effectiveness. Experiments demonstrate GEDI's ability to produce a benchmark of intentional event data sets and robust analyses for process mining tasks.",
|
441 |
isbn="978-3-031-70396-6"
|
442 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
443 |
```
|
|
|
440 |
abstract="Process mining solutions include enhancing performance, conserving resources, and alleviating bottlenecks in organizational contexts. However, as in other data mining fields, success hinges on data quality and availability. Existing analyses for process mining solutions lack diverse and ample data for rigorous testing, hindering insights' generalization. To address this, we propose Generating Event Data with Intentional features, a framework producing event data sets satisfying specific meta-features. Considering the meta-feature space that defines feasible event logs, we observe that existing real-world datasets describe only local areas within the overall space. Hence, our framework aims at providing the capability to generate an event data benchmark, which covers unexplored regions. Therefore, our approach leverages a discretization of the meta-feature space to steer generated data towards regions, where a combination of meta-features is not met yet by existing benchmark datasets. Providing a comprehensive data pool enriches process mining analyses, enables methods to capture a wider range of real-world scenarios, and improves evaluation quality. Moreover, it empowers analysts to uncover correlations between meta-features and evaluation metrics, enhancing explainability and solution effectiveness. Experiments demonstrate GEDI's ability to produce a benchmark of intentional event data sets and robust analyses for process mining tasks.",
|
441 |
isbn="978-3-031-70396-6"
|
442 |
}
|
443 |
+
```
|
444 |
+
Furthermore, the `iGEDI` web application is taken directly from the original paper by [Maldonado](mailto:[email protected]), Aryasomayajula, Frey, and Seidl and is *to appear on Demos@ICPM'24*.
|
445 |
+
```
|
446 |
+
@inproceedings{maldonado2024igedi,
|
447 |
+
author = {Andrea Maldonado and
|
448 |
+
Sai Anirudh Aryasomayajula and
|
449 |
+
Christian M. M. Frey and
|
450 |
+
Thomas Seidl},
|
451 |
+
editor = {Jochen De Weerdt, Giovanni Meroni, Han van der Aa, and Karolin Winter},
|
452 |
+
title = {iGEDI: interactive Generating Event Data with Intentional Features},
|
453 |
+
booktitle = {ICPM 2024 Tool Demonstration Track, October 14-18, 2024, Kongens Lyngby, Denmark},
|
454 |
+
series = {{CEUR} Workshop Proceedings},
|
455 |
+
publisher = {CEUR-WS.org},
|
456 |
+
year = {2024},
|
457 |
+
bibsource = {dblp computer science bibliography, https://dblp.org}
|
458 |
+
}
|
459 |
```
|