Update README.md
Browse files
README.md
CHANGED
@@ -9,20 +9,45 @@ metrics:
|
|
9 |
|
10 |
# BPMN element detection
|
11 |
|
12 |
-
The dataset contains
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
-
* `AGENT`
|
15 |
-
* `TASK`
|
16 |
-
* `TASK_INFO`
|
17 |
-
* `PROCESS_INFO`
|
18 |
-
* `CONDITION`
|
19 |
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Precision:
|
23 |
-
- Recall:
|
24 |
-
- F1:
|
25 |
-
- Accuracy:
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
9 |
|
10 |
# BPMN element detection
|
11 |
|
12 |
+
The dataset contains 15 target labels:
|
13 |
+
|
14 |
+
- **AGENT**
|
15 |
+
* `pool`
|
16 |
+
* `lane`
|
17 |
+
|
18 |
+
- **TASK**
|
19 |
+
* `task`
|
20 |
+
* `subProcess`
|
21 |
+
|
22 |
+
- **TASK_INFO**
|
23 |
+
* `dataObject`
|
24 |
+
* `dataStore`
|
25 |
+
|
26 |
+
- **PROCESS_INFO**
|
27 |
+
* `background`
|
28 |
+
|
29 |
+
- **CONDITION**
|
30 |
+
* `exclusiveGateway`
|
31 |
+
* `parallelGateway`
|
32 |
+
* `eventBasedGateway`
|
33 |
+
|
34 |
+
- **EVENT**
|
35 |
+
* `event`
|
36 |
+
* `messageEvent`
|
37 |
+
* `timerEvent`
|
38 |
+
|
39 |
+
- **FLOW**
|
40 |
+
* `sequenceFlow`
|
41 |
+
* `dataAssociation`
|
42 |
+
* `messageFlow`
|
43 |
|
|
|
|
|
|
|
|
|
|
|
44 |
|
45 |
It achieves the following results on the evaluation set:
|
46 |
+
- Loss:
|
47 |
+
- Precision:
|
48 |
+
- Recall:
|
49 |
+
- F1:
|
50 |
+
- Accuracy:
|
51 |
|
52 |
## Model description
|
53 |
|