Datasets:
Commit
·
28fccf5
1
Parent(s):
95ba271
Update README.md
Browse files
README.md
CHANGED
@@ -93,19 +93,21 @@ Below, an example of data instance.
|
|
93 |
The allowed **ner-tags** are:
|
94 |
- **O**: An O tag indicates that a token belongs to no chunk.
|
95 |
- **B-Actor**: This tag indicates the beginning of an *Actor* chunk.
|
96 |
-
-
|
97 |
-
-
|
98 |
-
-
|
99 |
-
-
|
100 |
-
-
|
101 |
-
-
|
102 |
-
-
|
103 |
-
-
|
104 |
-
-
|
105 |
-
-
|
106 |
-
-
|
107 |
-
-
|
108 |
-
-
|
|
|
|
|
109 |
|
110 |
### Data Splits
|
111 |
|
|
|
93 |
The allowed **ner-tags** are:
|
94 |
- **O**: An O tag indicates that a token belongs to no chunk.
|
95 |
- **B-Actor**: This tag indicates the beginning of an *Actor* chunk.
|
96 |
+
- **I-Actor**: This tag indicates that the tag is inside an *Actor* chunk.
|
97 |
+
- **B-Activity**: This tag indicates the beginning of an *Activity* chunk.
|
98 |
+
- **I-Activity**: This tag indicates that the tag is inside an *Activity* chunk.
|
99 |
+
- **B-Activity Data**: This tag indicates the beginning of an *Activity Data* chunk.
|
100 |
+
- **I-Activity Data**: This tag indicates that the tag is inside an *Activity Data* chunk.
|
101 |
+
- **B-Further Specification**: This tag indicates the beginning of a *Further Specification* chunk.
|
102 |
+
- **I-Further Specification**: This tag indicates that the tag is inside a *Further Specification* chunk.
|
103 |
+
- **B-XOR Gateway**: This tag indicates the beginning of a *XOR Gateway* chunk.
|
104 |
+
- **I-XOR Gateway**: This tag indicates that the tag is inside a *XOR Gateway* chunk.
|
105 |
+
- **B-Condition Specification**: This tag indicates the beginning of a *Condition Specification* chunk.
|
106 |
+
- **I-Condition Specification**: This tag indicates that the tag is inside a *Condition Specification* chunk.
|
107 |
+
- **B-AND Gateway**: This tag indicates the beginning of an *AND Gateway* chunk.
|
108 |
+
- **I-AND Gateway**: This tag indicates that the tag is inside an *AND Gateway* chunk.
|
109 |
+
|
110 |
+
To have a complete explanation of each process element tag please refer to the [research paper](https://arxiv.org/abs/2203.04860) and the [annotation guidelines](https://pdi.fbk.eu/pet/annotation-guidelines-for-process-description.pdf).
|
111 |
|
112 |
### Data Splits
|
113 |
|