Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
phucdev commited on
Commit
da8cf68
·
1 Parent(s): 6577d73

Update README.md to reflect changes in the data loading script

Browse files
Files changed (1) hide show
  1. README.md +103 -2
README.md CHANGED
@@ -21,6 +21,7 @@ task_categories:
21
  task_ids:
22
  - named-entity-recognition
23
  dataset_info:
 
24
  features:
25
  - name: id
26
  dtype: string
@@ -91,7 +92,88 @@ dataset_info:
91
  '58': O-BIOP
92
  '59': E-BIOP
93
  '60': S-BIOP
94
- config_name: fabner
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  splits:
96
  - name: train
97
  num_bytes: 4394010
@@ -179,6 +261,7 @@ An example of 'train' looks as follows:
179
 
180
  ### Data Fields
181
 
 
182
  - `id`: the instance id of this sentence, a `string` feature.
183
  - `tokens`: the list of tokens of this sentence, a `list` of `string` features.
184
  - `ner_tags`: the list of entity tags, a `list` of classification labels.
@@ -187,6 +270,24 @@ An example of 'train' looks as follows:
187
  {"O": 0, "B-MATE": 1, "I-MATE": 2, "O-MATE": 3, "E-MATE": 4, "S-MATE": 5, "B-MANP": 6, "I-MANP": 7, "O-MANP": 8, "E-MANP": 9, "S-MANP": 10, "B-MACEQ": 11, "I-MACEQ": 12, "O-MACEQ": 13, "E-MACEQ": 14, "S-MACEQ": 15, "B-APPL": 16, "I-APPL": 17, "O-APPL": 18, "E-APPL": 19, "S-APPL": 20, "B-FEAT": 21, "I-FEAT": 22, "O-FEAT": 23, "E-FEAT": 24, "S-FEAT": 25, "B-PRO": 26, "I-PRO": 27, "O-PRO": 28, "E-PRO": 29, "S-PRO": 30, "B-CHAR": 31, "I-CHAR": 32, "O-CHAR": 33, "E-CHAR": 34, "S-CHAR": 35, "B-PARA": 36, "I-PARA": 37, "O-PARA": 38, "E-PARA": 39, "S-PARA": 40, "B-ENAT": 41, "I-ENAT": 42, "O-ENAT": 43, "E-ENAT": 44, "S-ENAT": 45, "B-CONPRI": 46, "I-CONPRI": 47, "O-CONPRI": 48, "E-CONPRI": 49, "S-CONPRI": 50, "B-MANS": 51, "I-MANS": 52, "O-MANS": 53, "E-MANS": 54, "S-MANS": 55, "B-BIOP": 56, "I-BIOP": 57, "O-BIOP": 58, "E-BIOP": 59, "S-BIOP": 60}
188
  ```
189
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
190
  ### Data Splits
191
 
192
  | | Train | Dev | Test |
@@ -270,4 +371,4 @@ An example of 'train' looks as follows:
270
 
271
  ### Contributions
272
 
273
- Thanks to [@phucdev](https://github.com/phucdev) for adding this dataset.
 
21
  task_ids:
22
  - named-entity-recognition
23
  dataset_info:
24
+ - config_name: fabner
25
  features:
26
  - name: id
27
  dtype: string
 
92
  '58': O-BIOP
93
  '59': E-BIOP
94
  '60': S-BIOP
95
+ splits:
96
+ - name: train
97
+ num_bytes: 4394010
98
+ num_examples: 9435
99
+ - name: validation
100
+ num_bytes: 934347
101
+ num_examples: 2183
102
+ - name: test
103
+ num_bytes: 940136
104
+ num_examples: 2064
105
+ download_size: 3793613
106
+ dataset_size: 6268493
107
+ - config_name: fabner_bio
108
+ features:
109
+ - name: id
110
+ dtype: string
111
+ - name: tokens
112
+ sequence: string
113
+ - name: ner_tags
114
+ sequence:
115
+ class_label:
116
+ names:
117
+ '0': O
118
+ '1': B-MATE
119
+ '2': I-MATE
120
+ '3': B-MANP
121
+ '4': I-MANP
122
+ '5': B-MACEQ
123
+ '6': I-MACEQ
124
+ '7': B-APPL
125
+ '8': I-APPL
126
+ '9': B-FEAT
127
+ '10': I-FEAT
128
+ '11': B-PRO
129
+ '12': I-PRO
130
+ '13': B-CHAR
131
+ '14': I-CHAR
132
+ '15': B-PARA
133
+ '16': I-PARA
134
+ '17': B-ENAT
135
+ '18': I-ENAT
136
+ '19': B-CONPRI
137
+ '20': I-CONPRI
138
+ '21': B-MANS
139
+ '22': I-MANS
140
+ '23': B-BIOP
141
+ '24': I-BIOP
142
+ splits:
143
+ - name: train
144
+ num_bytes: 4394010
145
+ num_examples: 9435
146
+ - name: validation
147
+ num_bytes: 934347
148
+ num_examples: 2183
149
+ - name: test
150
+ num_bytes: 940136
151
+ num_examples: 2064
152
+ download_size: 3793613
153
+ dataset_size: 6268493
154
+ - config_name: fabner_simple
155
+ features:
156
+ - name: id
157
+ dtype: string
158
+ - name: tokens
159
+ sequence: string
160
+ - name: ner_tags
161
+ sequence:
162
+ class_label:
163
+ names:
164
+ '0': O
165
+ '1': MATE
166
+ '2': MANP
167
+ '3': MACEQ
168
+ '4': APPL
169
+ '5': FEAT
170
+ '6': PRO
171
+ '7': CHAR
172
+ '8': PARA
173
+ '9': ENAT
174
+ '10': CONPRI
175
+ '11': MANS
176
+ '12': BIOP
177
  splits:
178
  - name: train
179
  num_bytes: 4394010
 
261
 
262
  ### Data Fields
263
 
264
+ #### fabner
265
  - `id`: the instance id of this sentence, a `string` feature.
266
  - `tokens`: the list of tokens of this sentence, a `list` of `string` features.
267
  - `ner_tags`: the list of entity tags, a `list` of classification labels.
 
270
  {"O": 0, "B-MATE": 1, "I-MATE": 2, "O-MATE": 3, "E-MATE": 4, "S-MATE": 5, "B-MANP": 6, "I-MANP": 7, "O-MANP": 8, "E-MANP": 9, "S-MANP": 10, "B-MACEQ": 11, "I-MACEQ": 12, "O-MACEQ": 13, "E-MACEQ": 14, "S-MACEQ": 15, "B-APPL": 16, "I-APPL": 17, "O-APPL": 18, "E-APPL": 19, "S-APPL": 20, "B-FEAT": 21, "I-FEAT": 22, "O-FEAT": 23, "E-FEAT": 24, "S-FEAT": 25, "B-PRO": 26, "I-PRO": 27, "O-PRO": 28, "E-PRO": 29, "S-PRO": 30, "B-CHAR": 31, "I-CHAR": 32, "O-CHAR": 33, "E-CHAR": 34, "S-CHAR": 35, "B-PARA": 36, "I-PARA": 37, "O-PARA": 38, "E-PARA": 39, "S-PARA": 40, "B-ENAT": 41, "I-ENAT": 42, "O-ENAT": 43, "E-ENAT": 44, "S-ENAT": 45, "B-CONPRI": 46, "I-CONPRI": 47, "O-CONPRI": 48, "E-CONPRI": 49, "S-CONPRI": 50, "B-MANS": 51, "I-MANS": 52, "O-MANS": 53, "E-MANS": 54, "S-MANS": 55, "B-BIOP": 56, "I-BIOP": 57, "O-BIOP": 58, "E-BIOP": 59, "S-BIOP": 60}
271
  ```
272
 
273
+ #### fabner_bio
274
+ - `id`: the instance id of this sentence, a `string` feature.
275
+ - `tokens`: the list of tokens of this sentence, a `list` of `string` features.
276
+ - `ner_tags`: the list of entity tags, a `list` of classification labels.
277
+
278
+ ```json
279
+ {"O": 0, "B-MATE": 1, "I-MATE": 2, "B-MANP": 3, "I-MANP": 4, "B-MACEQ": 5, "I-MACEQ": 6, "B-APPL": 7, "I-APPL": 8, "B-FEAT": 9, "I-FEAT": 10, "B-PRO": 11, "I-PRO": 12, "B-CHAR": 13, "I-CHAR": 14, "B-PARA": 15, "I-PARA": 16, "B-ENAT": 17, "I-ENAT": 18, "B-CONPRI": 19, "I-CONPRI": 20, "B-MANS": 21, "I-MANS": 22, "B-BIOP": 23, "I-BIOP": 24}
280
+ ```
281
+
282
+ #### fabner_simple
283
+ - `id`: the instance id of this sentence, a `string` feature.
284
+ - `tokens`: the list of tokens of this sentence, a `list` of `string` features.
285
+ - `ner_tags`: the list of entity tags, a `list` of classification labels.
286
+
287
+ ```json
288
+ {"O": 0, "MATE": 1, "MANP": 2, "MACEQ": 3, "APPL": 4, "FEAT": 5, "PRO": 6, "CHAR": 7, "PARA": 8, "ENAT": 9, "CONPRI": 10, "MANS": 11, "BIOP": 12}
289
+ ```
290
+
291
  ### Data Splits
292
 
293
  | | Train | Dev | Test |
 
371
 
372
  ### Contributions
373
 
374
+ Thanks to [@phucdev](https://github.com/phucdev) for adding this dataset.