phucdev commited on
Commit
0e38cce
1 Parent(s): 35988c3

Add ee data files

Browse files
README.md CHANGED
@@ -30,38 +30,43 @@ dataset_info:
30
  dtype: string
31
  - name: entity_mentions
32
  list:
33
- - name: id
34
- dtype: string
35
  - name: text
36
  dtype: string
37
  - name: start
38
  dtype: int32
39
  - name: end
40
  dtype: int32
 
 
 
 
41
  - name: type
42
  dtype:
43
  class_label:
44
  names:
45
- '0': date
46
- '1': disaster-type
47
- '2': distance
48
- '3': duration
49
- '4': event-cause
50
- '5': location
51
- '6': location-city
52
- '7': location-route
53
- '8': location-stop
54
- '9': location-street
55
- '10': money
56
- '11': number
57
- '12': organization
58
- '13': organization-company
59
- '14': org-position
60
- '15': percent
61
- '16': person
62
- '17': set
63
- '18': time
64
- '19': trigger
 
 
 
65
  - name: refids
66
  list:
67
  - name: key
@@ -74,63 +79,69 @@ dataset_info:
74
  dtype: string
75
  - name: trigger
76
  struct:
77
- - name: id
78
- dtype: string
79
  - name: text
80
  dtype: string
81
  - name: start
82
  dtype: int32
83
  - name: end
84
  dtype: int32
 
 
 
 
85
  - name: arguments
86
  list:
87
- - name: id
88
- dtype: string
89
  - name: text
90
  dtype: string
91
  - name: start
92
  dtype: int32
93
  - name: end
94
  dtype: int32
 
 
 
 
95
  - name: role
96
  dtype:
97
  class_label:
98
  names:
99
  '0': no_arg
100
- '1': location
101
- '2': delay
102
- '3': direction
103
- '4': start_loc
104
- '5': end_loc
105
- '6': start_date
106
- '7': end_date
107
- '8': cause
108
- '9': jam_length
109
- '10': route
 
110
  - name: type
111
  dtype:
112
  class_label:
113
  names:
114
- '0': date
115
- '1': disaster-type
116
- '2': distance
117
- '3': duration
118
- '4': event-cause
119
- '5': location
120
- '6': location-city
121
- '7': location-route
122
- '8': location-stop
123
- '9': location-street
124
- '10': money
125
- '11': number
126
- '12': organization
127
- '13': organization-company
128
- '14': org-position
129
- '15': percent
130
- '16': person
131
- '17': set
132
- '18': time
133
- '19': trigger
 
134
  - name: event_type
135
  dtype:
136
  class_label:
@@ -196,16 +207,16 @@ dataset_info:
196
  '40': I-trigger
197
  splits:
198
  - name: train
199
- num_bytes: 1869427
200
  num_examples: 788
201
  - name: test
202
- num_bytes: 1117030
203
  num_examples: 484
204
  - name: validation
205
- num_bytes: 365928
206
  num_examples: 152
207
- download_size: 8190212
208
- dataset_size: 3352385
209
  - config_name: el
210
  features:
211
  - name: id
@@ -409,6 +420,14 @@ dataset_info:
409
  download_size: 342446
410
  dataset_size: 1728794
411
  configs:
 
 
 
 
 
 
 
 
412
  - config_name: el
413
  data_files:
414
  - split: train
 
30
  dtype: string
31
  - name: entity_mentions
32
  list:
 
 
33
  - name: text
34
  dtype: string
35
  - name: start
36
  dtype: int32
37
  - name: end
38
  dtype: int32
39
+ - name: char_start
40
+ dtype: int32
41
+ - name: char_end
42
+ dtype: int32
43
  - name: type
44
  dtype:
45
  class_label:
46
  names:
47
+ '0': O
48
+ '1': date
49
+ '2': disaster-type
50
+ '3': distance
51
+ '4': duration
52
+ '5': event-cause
53
+ '6': location
54
+ '7': location-city
55
+ '8': location-route
56
+ '9': location-stop
57
+ '10': location-street
58
+ '11': money
59
+ '12': number
60
+ '13': organization
61
+ '14': organization-company
62
+ '15': org-position
63
+ '16': percent
64
+ '17': person
65
+ '18': set
66
+ '19': time
67
+ '20': trigger
68
+ - name: entity_id
69
+ dtype: string
70
  - name: refids
71
  list:
72
  - name: key
 
79
  dtype: string
80
  - name: trigger
81
  struct:
 
 
82
  - name: text
83
  dtype: string
84
  - name: start
85
  dtype: int32
86
  - name: end
87
  dtype: int32
88
+ - name: char_start
89
+ dtype: int32
90
+ - name: char_end
91
+ dtype: int32
92
  - name: arguments
93
  list:
 
 
94
  - name: text
95
  dtype: string
96
  - name: start
97
  dtype: int32
98
  - name: end
99
  dtype: int32
100
+ - name: char_start
101
+ dtype: int32
102
+ - name: char_end
103
+ dtype: int32
104
  - name: role
105
  dtype:
106
  class_label:
107
  names:
108
  '0': no_arg
109
+ '1': trigger
110
+ '2': location
111
+ '3': delay
112
+ '4': direction
113
+ '5': start_loc
114
+ '6': end_loc
115
+ '7': start_date
116
+ '8': end_date
117
+ '9': cause
118
+ '10': jam_length
119
+ '11': route
120
  - name: type
121
  dtype:
122
  class_label:
123
  names:
124
+ '0': O
125
+ '1': date
126
+ '2': disaster-type
127
+ '3': distance
128
+ '4': duration
129
+ '5': event-cause
130
+ '6': location
131
+ '7': location-city
132
+ '8': location-route
133
+ '9': location-stop
134
+ '10': location-street
135
+ '11': money
136
+ '12': number
137
+ '13': organization
138
+ '14': organization-company
139
+ '15': org-position
140
+ '16': percent
141
+ '17': person
142
+ '18': set
143
+ '19': time
144
+ '20': trigger
145
  - name: event_type
146
  dtype:
147
  class_label:
 
207
  '40': I-trigger
208
  splits:
209
  - name: train
210
+ num_bytes: 1967809
211
  num_examples: 788
212
  - name: test
213
+ num_bytes: 1176991
214
  num_examples: 484
215
  - name: validation
216
+ num_bytes: 385007
217
  num_examples: 152
218
+ download_size: 1007278
219
+ dataset_size: 3529807
220
  - config_name: el
221
  features:
222
  - name: id
 
420
  download_size: 342446
421
  dataset_size: 1728794
422
  configs:
423
+ - config_name: ee
424
+ data_files:
425
+ - split: train
426
+ path: ee/train-*
427
+ - split: test
428
+ path: ee/test-*
429
+ - split: validation
430
+ path: ee/validation-*
431
  - config_name: el
432
  data_files:
433
  - split: train
ee/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d5804af990d7ebf3c04311602c7eece7feb4124c10d5ee243eb941a3a23c55c
3
+ size 322743
ee/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30dc8592b9586d6266d382fc5a472a7ca44c02ae5b48d8534425484556012291
3
+ size 539915
ee/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72a5dd99436acb670bf11b8b889b8ee2cbe6f33df8b989e63451ae7d798aa855
3
+ size 144620