Commit
•
a72a291
1
Parent(s):
114ac08
Add structured_zeroshot data files
Browse files
README.md
CHANGED
@@ -665,16 +665,16 @@ dataset_info:
|
|
665 |
dtype: string
|
666 |
splits:
|
667 |
- name: train
|
668 |
-
num_bytes:
|
669 |
num_examples: 147909
|
670 |
- name: validation
|
671 |
-
num_bytes:
|
672 |
num_examples: 3724
|
673 |
- name: test
|
674 |
-
num_bytes:
|
675 |
num_examples: 4966
|
676 |
-
download_size:
|
677 |
-
dataset_size:
|
678 |
- config_name: trex
|
679 |
features:
|
680 |
- name: id
|
@@ -1056,6 +1056,14 @@ configs:
|
|
1056 |
- split: test
|
1057 |
path: nq/test-*
|
1058 |
default: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1059 |
- config_name: trex
|
1060 |
data_files:
|
1061 |
- split: train
|
|
|
665 |
dtype: string
|
666 |
splits:
|
667 |
- name: train
|
668 |
+
num_bytes: 47165561
|
669 |
num_examples: 147909
|
670 |
- name: validation
|
671 |
+
num_bytes: 1612123
|
672 |
num_examples: 3724
|
673 |
- name: test
|
674 |
+
num_bytes: 1140265
|
675 |
num_examples: 4966
|
676 |
+
download_size: 21038900
|
677 |
+
dataset_size: 49917949
|
678 |
- config_name: trex
|
679 |
features:
|
680 |
- name: id
|
|
|
1056 |
- split: test
|
1057 |
path: nq/test-*
|
1058 |
default: true
|
1059 |
+
- config_name: structured_zeroshot
|
1060 |
+
data_files:
|
1061 |
+
- split: train
|
1062 |
+
path: structured_zeroshot/train-*
|
1063 |
+
- split: validation
|
1064 |
+
path: structured_zeroshot/validation-*
|
1065 |
+
- split: test
|
1066 |
+
path: structured_zeroshot/test-*
|
1067 |
- config_name: trex
|
1068 |
data_files:
|
1069 |
- split: train
|
dataset_infos.json
CHANGED
@@ -1147,62 +1147,51 @@
|
|
1147 |
"features": {
|
1148 |
"id": {
|
1149 |
"dtype": "string",
|
1150 |
-
"id": null,
|
1151 |
"_type": "Value"
|
1152 |
},
|
1153 |
"input": {
|
1154 |
"dtype": "string",
|
1155 |
-
"id": null,
|
1156 |
"_type": "Value"
|
1157 |
},
|
1158 |
"meta": {
|
1159 |
"left_context": {
|
1160 |
"dtype": "string",
|
1161 |
-
"id": null,
|
1162 |
"_type": "Value"
|
1163 |
},
|
1164 |
"mention": {
|
1165 |
"dtype": "string",
|
1166 |
-
"id": null,
|
1167 |
"_type": "Value"
|
1168 |
},
|
1169 |
"right_context": {
|
1170 |
"dtype": "string",
|
1171 |
-
"id": null,
|
1172 |
"_type": "Value"
|
1173 |
},
|
1174 |
"partial_evidence": [
|
1175 |
{
|
1176 |
"start_paragraph_id": {
|
1177 |
"dtype": "int32",
|
1178 |
-
"id": null,
|
1179 |
"_type": "Value"
|
1180 |
},
|
1181 |
"end_paragraph_id": {
|
1182 |
"dtype": "int32",
|
1183 |
-
"id": null,
|
1184 |
"_type": "Value"
|
1185 |
},
|
1186 |
"title": {
|
1187 |
"dtype": "string",
|
1188 |
-
"id": null,
|
1189 |
"_type": "Value"
|
1190 |
},
|
1191 |
"section": {
|
1192 |
"dtype": "string",
|
1193 |
-
"id": null,
|
1194 |
"_type": "Value"
|
1195 |
},
|
1196 |
"wikipedia_id": {
|
1197 |
"dtype": "string",
|
1198 |
-
"id": null,
|
1199 |
"_type": "Value"
|
1200 |
},
|
1201 |
"meta": {
|
1202 |
"evidence_span": [
|
1203 |
{
|
1204 |
"dtype": "string",
|
1205 |
-
"id": null,
|
1206 |
"_type": "Value"
|
1207 |
}
|
1208 |
]
|
@@ -1212,28 +1201,24 @@
|
|
1212 |
"obj_surface": [
|
1213 |
{
|
1214 |
"dtype": "string",
|
1215 |
-
"id": null,
|
1216 |
"_type": "Value"
|
1217 |
}
|
1218 |
],
|
1219 |
"sub_surface": [
|
1220 |
{
|
1221 |
"dtype": "string",
|
1222 |
-
"id": null,
|
1223 |
"_type": "Value"
|
1224 |
}
|
1225 |
],
|
1226 |
"subj_aliases": [
|
1227 |
{
|
1228 |
"dtype": "string",
|
1229 |
-
"id": null,
|
1230 |
"_type": "Value"
|
1231 |
}
|
1232 |
],
|
1233 |
"template_questions": [
|
1234 |
{
|
1235 |
"dtype": "string",
|
1236 |
-
"id": null,
|
1237 |
"_type": "Value"
|
1238 |
}
|
1239 |
]
|
@@ -1242,13 +1227,11 @@
|
|
1242 |
{
|
1243 |
"answer": {
|
1244 |
"dtype": "string",
|
1245 |
-
"id": null,
|
1246 |
"_type": "Value"
|
1247 |
},
|
1248 |
"meta": {
|
1249 |
"score": {
|
1250 |
"dtype": "int32",
|
1251 |
-
"id": null,
|
1252 |
"_type": "Value"
|
1253 |
}
|
1254 |
},
|
@@ -1256,71 +1239,58 @@
|
|
1256 |
{
|
1257 |
"bleu_score": {
|
1258 |
"dtype": "float32",
|
1259 |
-
"id": null,
|
1260 |
"_type": "Value"
|
1261 |
},
|
1262 |
"start_character": {
|
1263 |
"dtype": "int32",
|
1264 |
-
"id": null,
|
1265 |
"_type": "Value"
|
1266 |
},
|
1267 |
"start_paragraph_id": {
|
1268 |
"dtype": "int32",
|
1269 |
-
"id": null,
|
1270 |
"_type": "Value"
|
1271 |
},
|
1272 |
"end_character": {
|
1273 |
"dtype": "int32",
|
1274 |
-
"id": null,
|
1275 |
"_type": "Value"
|
1276 |
},
|
1277 |
"end_paragraph_id": {
|
1278 |
"dtype": "int32",
|
1279 |
-
"id": null,
|
1280 |
"_type": "Value"
|
1281 |
},
|
1282 |
"meta": {
|
1283 |
"fever_page_id": {
|
1284 |
"dtype": "string",
|
1285 |
-
"id": null,
|
1286 |
"_type": "Value"
|
1287 |
},
|
1288 |
"fever_sentence_id": {
|
1289 |
"dtype": "int32",
|
1290 |
-
"id": null,
|
1291 |
"_type": "Value"
|
1292 |
},
|
1293 |
"annotation_id": {
|
1294 |
"dtype": "string",
|
1295 |
-
"id": null,
|
1296 |
"_type": "Value"
|
1297 |
},
|
1298 |
"yes_no_answer": {
|
1299 |
"dtype": "string",
|
1300 |
-
"id": null,
|
1301 |
"_type": "Value"
|
1302 |
},
|
1303 |
"evidence_span": [
|
1304 |
{
|
1305 |
"dtype": "string",
|
1306 |
-
"id": null,
|
1307 |
"_type": "Value"
|
1308 |
}
|
1309 |
]
|
1310 |
},
|
1311 |
"section": {
|
1312 |
"dtype": "string",
|
1313 |
-
"id": null,
|
1314 |
"_type": "Value"
|
1315 |
},
|
1316 |
"title": {
|
1317 |
"dtype": "string",
|
1318 |
-
"id": null,
|
1319 |
"_type": "Value"
|
1320 |
},
|
1321 |
"wikipedia_id": {
|
1322 |
"dtype": "string",
|
1323 |
-
"id": null,
|
1324 |
"_type": "Value"
|
1325 |
}
|
1326 |
}
|
@@ -1328,14 +1298,11 @@
|
|
1328 |
}
|
1329 |
]
|
1330 |
},
|
1331 |
-
"post_processed": null,
|
1332 |
-
"supervised_keys": null,
|
1333 |
-
"task_templates": null,
|
1334 |
"builder_name": "kilt_tasks",
|
|
|
1335 |
"config_name": "structured_zeroshot",
|
1336 |
"version": {
|
1337 |
"version_str": "1.0.0",
|
1338 |
-
"description": null,
|
1339 |
"major": 1,
|
1340 |
"minor": 0,
|
1341 |
"patch": 0
|
@@ -1343,41 +1310,26 @@
|
|
1343 |
"splits": {
|
1344 |
"train": {
|
1345 |
"name": "train",
|
1346 |
-
"num_bytes":
|
1347 |
"num_examples": 147909,
|
1348 |
-
"dataset_name":
|
1349 |
},
|
1350 |
"validation": {
|
1351 |
"name": "validation",
|
1352 |
-
"num_bytes":
|
1353 |
"num_examples": 3724,
|
1354 |
-
"dataset_name":
|
1355 |
},
|
1356 |
"test": {
|
1357 |
"name": "test",
|
1358 |
-
"num_bytes":
|
1359 |
"num_examples": 4966,
|
1360 |
-
"dataset_name":
|
1361 |
-
}
|
1362 |
-
},
|
1363 |
-
"download_checksums": {
|
1364 |
-
"http://dl.fbaipublicfiles.com/KILT/structured_zeroshot-train-kilt.jsonl": {
|
1365 |
-
"num_bytes": 71444475,
|
1366 |
-
"checksum": "f666359fa2b23e75d700bd1f25efd12d3bf981b1be70d8ad2d268d67e9bb3a5d"
|
1367 |
-
},
|
1368 |
-
"http://dl.fbaipublicfiles.com/KILT/structured_zeroshot-dev-kilt.jsonl": {
|
1369 |
-
"num_bytes": 2266707,
|
1370 |
-
"checksum": "dd120ba5b62c6499f4e79bf5bf5a908eb96b583ba9bf8c76a4535ac21c5dac8d"
|
1371 |
-
},
|
1372 |
-
"http://dl.fbaipublicfiles.com/KILT/structured_zeroshot-test_without_answers-kilt.jsonl": {
|
1373 |
-
"num_bytes": 1216038,
|
1374 |
-
"checksum": "3353137527c6fe9e48910e2c4d94d3ac01352c52e90a618beaaa807968fd39da"
|
1375 |
}
|
1376 |
},
|
1377 |
-
"download_size":
|
1378 |
-
"
|
1379 |
-
"
|
1380 |
-
"size_in_bytes": 124852457
|
1381 |
},
|
1382 |
"nq": {
|
1383 |
"description": "KILT tasks training and evaluation data.\n- [FEVER](https://fever.ai) | Fact Checking | fever\n- [AIDA CoNLL-YAGO](https://www.mpi-inf.mpg.de/departments/databases-and-information-systems/research/ambiverse-nlu/aida/downloads) | Entity Linking | aidayago2\n- [WNED-WIKI](https://github.com/U-Alberta/wned) | Entity Linking | wned\n- [WNED-CWEB](https://github.com/U-Alberta/wned) | Entity Linking | cweb\n- [T-REx](https://hadyelsahar.github.io/t-rex) | Slot Filling | trex\n- [Zero-Shot RE](http://nlp.cs.washington.edu/zeroshot) | Slot Filling | structured_zeroshot\n- [Natural Questions](https://ai.google.com/research/NaturalQuestions) | Open Domain QA | nq\n- [HotpotQA](https://hotpotqa.github.io) | Open Domain QA | hotpotqa\n- [TriviaQA](http://nlp.cs.washington.edu/triviaqa) | Open Domain QA | triviaqa\n- [ELI5](https://facebookresearch.github.io/ELI5/explore.html) | Open Domain QA | eli5\n- [Wizard of Wikipedia](https://parl.ai/projects/wizard_of_wikipedia) | Dialogue | wow\n\nTo finish linking TriviaQA questions to the IDs provided, follow the instructions [here](http://github.com/huggingface/datasets/datasets/kilt_tasks/README.md).\n",
|
|
|
1147 |
"features": {
|
1148 |
"id": {
|
1149 |
"dtype": "string",
|
|
|
1150 |
"_type": "Value"
|
1151 |
},
|
1152 |
"input": {
|
1153 |
"dtype": "string",
|
|
|
1154 |
"_type": "Value"
|
1155 |
},
|
1156 |
"meta": {
|
1157 |
"left_context": {
|
1158 |
"dtype": "string",
|
|
|
1159 |
"_type": "Value"
|
1160 |
},
|
1161 |
"mention": {
|
1162 |
"dtype": "string",
|
|
|
1163 |
"_type": "Value"
|
1164 |
},
|
1165 |
"right_context": {
|
1166 |
"dtype": "string",
|
|
|
1167 |
"_type": "Value"
|
1168 |
},
|
1169 |
"partial_evidence": [
|
1170 |
{
|
1171 |
"start_paragraph_id": {
|
1172 |
"dtype": "int32",
|
|
|
1173 |
"_type": "Value"
|
1174 |
},
|
1175 |
"end_paragraph_id": {
|
1176 |
"dtype": "int32",
|
|
|
1177 |
"_type": "Value"
|
1178 |
},
|
1179 |
"title": {
|
1180 |
"dtype": "string",
|
|
|
1181 |
"_type": "Value"
|
1182 |
},
|
1183 |
"section": {
|
1184 |
"dtype": "string",
|
|
|
1185 |
"_type": "Value"
|
1186 |
},
|
1187 |
"wikipedia_id": {
|
1188 |
"dtype": "string",
|
|
|
1189 |
"_type": "Value"
|
1190 |
},
|
1191 |
"meta": {
|
1192 |
"evidence_span": [
|
1193 |
{
|
1194 |
"dtype": "string",
|
|
|
1195 |
"_type": "Value"
|
1196 |
}
|
1197 |
]
|
|
|
1201 |
"obj_surface": [
|
1202 |
{
|
1203 |
"dtype": "string",
|
|
|
1204 |
"_type": "Value"
|
1205 |
}
|
1206 |
],
|
1207 |
"sub_surface": [
|
1208 |
{
|
1209 |
"dtype": "string",
|
|
|
1210 |
"_type": "Value"
|
1211 |
}
|
1212 |
],
|
1213 |
"subj_aliases": [
|
1214 |
{
|
1215 |
"dtype": "string",
|
|
|
1216 |
"_type": "Value"
|
1217 |
}
|
1218 |
],
|
1219 |
"template_questions": [
|
1220 |
{
|
1221 |
"dtype": "string",
|
|
|
1222 |
"_type": "Value"
|
1223 |
}
|
1224 |
]
|
|
|
1227 |
{
|
1228 |
"answer": {
|
1229 |
"dtype": "string",
|
|
|
1230 |
"_type": "Value"
|
1231 |
},
|
1232 |
"meta": {
|
1233 |
"score": {
|
1234 |
"dtype": "int32",
|
|
|
1235 |
"_type": "Value"
|
1236 |
}
|
1237 |
},
|
|
|
1239 |
{
|
1240 |
"bleu_score": {
|
1241 |
"dtype": "float32",
|
|
|
1242 |
"_type": "Value"
|
1243 |
},
|
1244 |
"start_character": {
|
1245 |
"dtype": "int32",
|
|
|
1246 |
"_type": "Value"
|
1247 |
},
|
1248 |
"start_paragraph_id": {
|
1249 |
"dtype": "int32",
|
|
|
1250 |
"_type": "Value"
|
1251 |
},
|
1252 |
"end_character": {
|
1253 |
"dtype": "int32",
|
|
|
1254 |
"_type": "Value"
|
1255 |
},
|
1256 |
"end_paragraph_id": {
|
1257 |
"dtype": "int32",
|
|
|
1258 |
"_type": "Value"
|
1259 |
},
|
1260 |
"meta": {
|
1261 |
"fever_page_id": {
|
1262 |
"dtype": "string",
|
|
|
1263 |
"_type": "Value"
|
1264 |
},
|
1265 |
"fever_sentence_id": {
|
1266 |
"dtype": "int32",
|
|
|
1267 |
"_type": "Value"
|
1268 |
},
|
1269 |
"annotation_id": {
|
1270 |
"dtype": "string",
|
|
|
1271 |
"_type": "Value"
|
1272 |
},
|
1273 |
"yes_no_answer": {
|
1274 |
"dtype": "string",
|
|
|
1275 |
"_type": "Value"
|
1276 |
},
|
1277 |
"evidence_span": [
|
1278 |
{
|
1279 |
"dtype": "string",
|
|
|
1280 |
"_type": "Value"
|
1281 |
}
|
1282 |
]
|
1283 |
},
|
1284 |
"section": {
|
1285 |
"dtype": "string",
|
|
|
1286 |
"_type": "Value"
|
1287 |
},
|
1288 |
"title": {
|
1289 |
"dtype": "string",
|
|
|
1290 |
"_type": "Value"
|
1291 |
},
|
1292 |
"wikipedia_id": {
|
1293 |
"dtype": "string",
|
|
|
1294 |
"_type": "Value"
|
1295 |
}
|
1296 |
}
|
|
|
1298 |
}
|
1299 |
]
|
1300 |
},
|
|
|
|
|
|
|
1301 |
"builder_name": "kilt_tasks",
|
1302 |
+
"dataset_name": "kilt_tasks",
|
1303 |
"config_name": "structured_zeroshot",
|
1304 |
"version": {
|
1305 |
"version_str": "1.0.0",
|
|
|
1306 |
"major": 1,
|
1307 |
"minor": 0,
|
1308 |
"patch": 0
|
|
|
1310 |
"splits": {
|
1311 |
"train": {
|
1312 |
"name": "train",
|
1313 |
+
"num_bytes": 47165561,
|
1314 |
"num_examples": 147909,
|
1315 |
+
"dataset_name": null
|
1316 |
},
|
1317 |
"validation": {
|
1318 |
"name": "validation",
|
1319 |
+
"num_bytes": 1612123,
|
1320 |
"num_examples": 3724,
|
1321 |
+
"dataset_name": null
|
1322 |
},
|
1323 |
"test": {
|
1324 |
"name": "test",
|
1325 |
+
"num_bytes": 1140265,
|
1326 |
"num_examples": 4966,
|
1327 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1328 |
}
|
1329 |
},
|
1330 |
+
"download_size": 21038900,
|
1331 |
+
"dataset_size": 49917949,
|
1332 |
+
"size_in_bytes": 70956849
|
|
|
1333 |
},
|
1334 |
"nq": {
|
1335 |
"description": "KILT tasks training and evaluation data.\n- [FEVER](https://fever.ai) | Fact Checking | fever\n- [AIDA CoNLL-YAGO](https://www.mpi-inf.mpg.de/departments/databases-and-information-systems/research/ambiverse-nlu/aida/downloads) | Entity Linking | aidayago2\n- [WNED-WIKI](https://github.com/U-Alberta/wned) | Entity Linking | wned\n- [WNED-CWEB](https://github.com/U-Alberta/wned) | Entity Linking | cweb\n- [T-REx](https://hadyelsahar.github.io/t-rex) | Slot Filling | trex\n- [Zero-Shot RE](http://nlp.cs.washington.edu/zeroshot) | Slot Filling | structured_zeroshot\n- [Natural Questions](https://ai.google.com/research/NaturalQuestions) | Open Domain QA | nq\n- [HotpotQA](https://hotpotqa.github.io) | Open Domain QA | hotpotqa\n- [TriviaQA](http://nlp.cs.washington.edu/triviaqa) | Open Domain QA | triviaqa\n- [ELI5](https://facebookresearch.github.io/ELI5/explore.html) | Open Domain QA | eli5\n- [Wizard of Wikipedia](https://parl.ai/projects/wizard_of_wikipedia) | Dialogue | wow\n\nTo finish linking TriviaQA questions to the IDs provided, follow the instructions [here](http://github.com/huggingface/datasets/datasets/kilt_tasks/README.md).\n",
|
structured_zeroshot/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9fad0a6a8dfc39b78e2e3c16ad58a3e7a28c52f2ec14b7389a594d193c6fa71
|
3 |
+
size 588447
|
structured_zeroshot/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:119d094871692c6b3bd2d9f6b3bba61f4855fe28a3ddb43f7693e2de84d65047
|
3 |
+
size 19787190
|
structured_zeroshot/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cb58771c2fbf1e3d6ac194fce3ea43a5535c1207bbe0333ec4657930c46d1d1
|
3 |
+
size 663263
|