add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -24,6 +24,195 @@ task_ids:
|
|
24 |
- topic-classification
|
25 |
paperswithcode_id: null
|
26 |
pretty_name: SofcMaterialsArticles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
|
@@ -210,4 +399,4 @@ The manual annotations created for the SOFC-Exp corpus are licensed under a [Cre
|
|
210 |
|
211 |
### Contributions
|
212 |
|
213 |
-
Thanks to [@ZacharySBrown](https://github.com/ZacharySBrown) for adding this dataset.
|
|
|
24 |
- topic-classification
|
25 |
paperswithcode_id: null
|
26 |
pretty_name: SofcMaterialsArticles
|
27 |
+
dataset_info:
|
28 |
+
features:
|
29 |
+
- name: text
|
30 |
+
dtype: string
|
31 |
+
- name: sentence_offsets
|
32 |
+
sequence:
|
33 |
+
- name: begin_char_offset
|
34 |
+
dtype: int64
|
35 |
+
- name: end_char_offset
|
36 |
+
dtype: int64
|
37 |
+
- name: sentences
|
38 |
+
sequence: string
|
39 |
+
- name: sentence_labels
|
40 |
+
sequence: int64
|
41 |
+
- name: token_offsets
|
42 |
+
sequence:
|
43 |
+
- name: offsets
|
44 |
+
sequence:
|
45 |
+
- name: begin_char_offset
|
46 |
+
dtype: int64
|
47 |
+
- name: end_char_offset
|
48 |
+
dtype: int64
|
49 |
+
- name: tokens
|
50 |
+
sequence:
|
51 |
+
sequence: string
|
52 |
+
- name: entity_labels
|
53 |
+
sequence:
|
54 |
+
sequence:
|
55 |
+
class_label:
|
56 |
+
names:
|
57 |
+
0: B-DEVICE
|
58 |
+
1: B-EXPERIMENT
|
59 |
+
2: B-MATERIAL
|
60 |
+
3: B-VALUE
|
61 |
+
4: I-DEVICE
|
62 |
+
5: I-EXPERIMENT
|
63 |
+
6: I-MATERIAL
|
64 |
+
7: I-VALUE
|
65 |
+
8: O
|
66 |
+
- name: slot_labels
|
67 |
+
sequence:
|
68 |
+
sequence:
|
69 |
+
class_label:
|
70 |
+
names:
|
71 |
+
0: B-anode_material
|
72 |
+
1: B-cathode_material
|
73 |
+
2: B-conductivity
|
74 |
+
3: B-current_density
|
75 |
+
4: B-degradation_rate
|
76 |
+
5: B-device
|
77 |
+
6: B-electrolyte_material
|
78 |
+
7: B-experiment_evoking_word
|
79 |
+
8: B-fuel_used
|
80 |
+
9: B-interlayer_material
|
81 |
+
10: B-interconnect_material
|
82 |
+
11: B-open_circuit_voltage
|
83 |
+
12: B-power_density
|
84 |
+
13: B-resistance
|
85 |
+
14: B-support_material
|
86 |
+
15: B-thickness
|
87 |
+
16: B-time_of_operation
|
88 |
+
17: B-voltage
|
89 |
+
18: B-working_temperature
|
90 |
+
19: I-anode_material
|
91 |
+
20: I-cathode_material
|
92 |
+
21: I-conductivity
|
93 |
+
22: I-current_density
|
94 |
+
23: I-degradation_rate
|
95 |
+
24: I-device
|
96 |
+
25: I-electrolyte_material
|
97 |
+
26: I-experiment_evoking_word
|
98 |
+
27: I-fuel_used
|
99 |
+
28: I-interlayer_material
|
100 |
+
29: I-interconnect_material
|
101 |
+
30: I-open_circuit_voltage
|
102 |
+
31: I-power_density
|
103 |
+
32: I-resistance
|
104 |
+
33: I-support_material
|
105 |
+
34: I-thickness
|
106 |
+
35: I-time_of_operation
|
107 |
+
36: I-voltage
|
108 |
+
37: I-working_temperature
|
109 |
+
38: O
|
110 |
+
- name: links
|
111 |
+
sequence:
|
112 |
+
- name: relation_label
|
113 |
+
dtype:
|
114 |
+
class_label:
|
115 |
+
names:
|
116 |
+
0: coreference
|
117 |
+
1: experiment_variation
|
118 |
+
2: same_experiment
|
119 |
+
3: thickness
|
120 |
+
- name: start_span_id
|
121 |
+
dtype: int64
|
122 |
+
- name: end_span_id
|
123 |
+
dtype: int64
|
124 |
+
- name: slots
|
125 |
+
sequence:
|
126 |
+
- name: frame_participant_label
|
127 |
+
dtype:
|
128 |
+
class_label:
|
129 |
+
names:
|
130 |
+
0: anode_material
|
131 |
+
1: cathode_material
|
132 |
+
2: current_density
|
133 |
+
3: degradation_rate
|
134 |
+
4: device
|
135 |
+
5: electrolyte_material
|
136 |
+
6: fuel_used
|
137 |
+
7: interlayer_material
|
138 |
+
8: open_circuit_voltage
|
139 |
+
9: power_density
|
140 |
+
10: resistance
|
141 |
+
11: support_material
|
142 |
+
12: time_of_operation
|
143 |
+
13: voltage
|
144 |
+
14: working_temperature
|
145 |
+
- name: slot_id
|
146 |
+
dtype: int64
|
147 |
+
- name: spans
|
148 |
+
sequence:
|
149 |
+
- name: span_id
|
150 |
+
dtype: int64
|
151 |
+
- name: entity_label
|
152 |
+
dtype:
|
153 |
+
class_label:
|
154 |
+
names:
|
155 |
+
0: ''
|
156 |
+
1: DEVICE
|
157 |
+
2: MATERIAL
|
158 |
+
3: VALUE
|
159 |
+
- name: sentence_id
|
160 |
+
dtype: int64
|
161 |
+
- name: experiment_mention_type
|
162 |
+
dtype:
|
163 |
+
class_label:
|
164 |
+
names:
|
165 |
+
0: ''
|
166 |
+
1: current_exp
|
167 |
+
2: future_work
|
168 |
+
3: general_info
|
169 |
+
4: previous_work
|
170 |
+
- name: begin_char_offset
|
171 |
+
dtype: int64
|
172 |
+
- name: end_char_offset
|
173 |
+
dtype: int64
|
174 |
+
- name: experiments
|
175 |
+
sequence:
|
176 |
+
- name: experiment_id
|
177 |
+
dtype: int64
|
178 |
+
- name: span_id
|
179 |
+
dtype: int64
|
180 |
+
- name: slots
|
181 |
+
sequence:
|
182 |
+
- name: frame_participant_label
|
183 |
+
dtype:
|
184 |
+
class_label:
|
185 |
+
names:
|
186 |
+
0: anode_material
|
187 |
+
1: cathode_material
|
188 |
+
2: current_density
|
189 |
+
3: degradation_rate
|
190 |
+
4: conductivity
|
191 |
+
5: device
|
192 |
+
6: electrolyte_material
|
193 |
+
7: fuel_used
|
194 |
+
8: interlayer_material
|
195 |
+
9: open_circuit_voltage
|
196 |
+
10: power_density
|
197 |
+
11: resistance
|
198 |
+
12: support_material
|
199 |
+
13: time_of_operation
|
200 |
+
14: voltage
|
201 |
+
15: working_temperature
|
202 |
+
- name: slot_id
|
203 |
+
dtype: int64
|
204 |
+
splits:
|
205 |
+
- name: test
|
206 |
+
num_bytes: 2650700
|
207 |
+
num_examples: 11
|
208 |
+
- name: train
|
209 |
+
num_bytes: 7402373
|
210 |
+
num_examples: 26
|
211 |
+
- name: validation
|
212 |
+
num_bytes: 1993857
|
213 |
+
num_examples: 8
|
214 |
+
download_size: 3733137
|
215 |
+
dataset_size: 12046930
|
216 |
---
|
217 |
|
218 |
|
|
|
399 |
|
400 |
### Contributions
|
401 |
|
402 |
+
Thanks to [@ZacharySBrown](https://github.com/ZacharySBrown) for adding this dataset.
|