patriziobellan commited on
Commit
936f268
1 Parent(s): b1b89d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -17,7 +17,9 @@ source_datasets:
17
  task_categories:
18
  - token-classification
19
  task_ids:
20
- - named-entity-recognition
 
 
21
  ---
22
 
23
  # PET: A NEW DATASET FOR PROCESS EXTRACTION FROM TEXT
@@ -32,6 +34,8 @@ task_ids:
32
  - [Languages](#languages)
33
  - [Dataset Structure](#dataset-structure)
34
  - [Data Instances](#data-instances)
 
 
35
  - [Data Fields](#data-fields)
36
  - [Data Splits](#data-splits)
37
  - [Dataset Creation](#dataset-creation)
@@ -75,6 +79,8 @@ Test set to beanchmark *Business Process Extraction from Text* approaches.
75
 
76
  ### Data Instances
77
 
 
 
78
  For each instance, there is a document name representing the name of the document of the Friedrich *et al.* dataset, an integer representing the number of the sentence, a list of tokens representing the words of the sentence instance, and a list of *ner tags* (in IOB2 format) representing the annotation of process elements of the sentence.
79
 
80
  Below, an example of data instance.
@@ -87,6 +93,8 @@ Below, an example of data instance.
87
  }
88
  ```
89
 
 
 
90
  ### Data Fields
91
 
92
  - *document name*: a string used to represent the name of the document.
 
17
  task_categories:
18
  - token-classification
19
  task_ids:
20
+ - token classification
21
+ - named entity recognition
22
+ - relation extraction
23
  ---
24
 
25
  # PET: A NEW DATASET FOR PROCESS EXTRACTION FROM TEXT
 
34
  - [Languages](#languages)
35
  - [Dataset Structure](#dataset-structure)
36
  - [Data Instances](#data-instances)
37
+ - [Token Classification](#data-instances-token-classification)
38
+ - [Relations Extraction](#data-instances-relations-extraction)
39
  - [Data Fields](#data-fields)
40
  - [Data Splits](#data-splits)
41
  - [Dataset Creation](#dataset-creation)
 
79
 
80
  ### Data Instances
81
 
82
+ #### <a name="data-instances-token-classification"></a>Token Classification
83
+
84
  For each instance, there is a document name representing the name of the document of the Friedrich *et al.* dataset, an integer representing the number of the sentence, a list of tokens representing the words of the sentence instance, and a list of *ner tags* (in IOB2 format) representing the annotation of process elements of the sentence.
85
 
86
  Below, an example of data instance.
 
93
  }
94
  ```
95
 
96
+ #### <a name="data-instances-relations-extraction"></a>Token Classification
97
+
98
  ### Data Fields
99
 
100
  - *document name*: a string used to represent the name of the document.