Commit
•
114ac08
1
Parent(s):
a8e238d
Add trex data files
Browse files- README.md +13 -5
- dataset_infos.json +10 -58
- trex/test-00000-of-00001.parquet +3 -0
- trex/train-00000-of-00003.parquet +3 -0
- trex/train-00001-of-00003.parquet +3 -0
- trex/train-00002-of-00003.parquet +3 -0
- trex/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -753,16 +753,16 @@ dataset_info:
|
|
753 |
dtype: string
|
754 |
splits:
|
755 |
- name: train
|
756 |
-
num_bytes:
|
757 |
num_examples: 2284168
|
758 |
- name: validation
|
759 |
-
num_bytes:
|
760 |
num_examples: 5000
|
761 |
- name: test
|
762 |
-
num_bytes:
|
763 |
num_examples: 5000
|
764 |
-
download_size:
|
765 |
-
dataset_size:
|
766 |
- config_name: triviaqa_support_only
|
767 |
features:
|
768 |
- name: id
|
@@ -1056,6 +1056,14 @@ configs:
|
|
1056 |
- split: test
|
1057 |
path: nq/test-*
|
1058 |
default: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1059 |
- config_name: triviaqa_support_only
|
1060 |
data_files:
|
1061 |
- split: train
|
|
|
753 |
dtype: string
|
754 |
splits:
|
755 |
- name: train
|
756 |
+
num_bytes: 1190183022
|
757 |
num_examples: 2284168
|
758 |
- name: validation
|
759 |
+
num_bytes: 2573444
|
760 |
num_examples: 5000
|
761 |
- name: test
|
762 |
+
num_bytes: 757470
|
763 |
num_examples: 5000
|
764 |
+
download_size: 546671157
|
765 |
+
dataset_size: 1193513936
|
766 |
- config_name: triviaqa_support_only
|
767 |
features:
|
768 |
- name: id
|
|
|
1056 |
- split: test
|
1057 |
path: nq/test-*
|
1058 |
default: true
|
1059 |
+
- config_name: trex
|
1060 |
+
data_files:
|
1061 |
+
- split: train
|
1062 |
+
path: trex/train-*
|
1063 |
+
- split: validation
|
1064 |
+
path: trex/validation-*
|
1065 |
+
- split: test
|
1066 |
+
path: trex/test-*
|
1067 |
- config_name: triviaqa_support_only
|
1068 |
data_files:
|
1069 |
- split: train
|
dataset_infos.json
CHANGED
@@ -955,62 +955,51 @@
|
|
955 |
"features": {
|
956 |
"id": {
|
957 |
"dtype": "string",
|
958 |
-
"id": null,
|
959 |
"_type": "Value"
|
960 |
},
|
961 |
"input": {
|
962 |
"dtype": "string",
|
963 |
-
"id": null,
|
964 |
"_type": "Value"
|
965 |
},
|
966 |
"meta": {
|
967 |
"left_context": {
|
968 |
"dtype": "string",
|
969 |
-
"id": null,
|
970 |
"_type": "Value"
|
971 |
},
|
972 |
"mention": {
|
973 |
"dtype": "string",
|
974 |
-
"id": null,
|
975 |
"_type": "Value"
|
976 |
},
|
977 |
"right_context": {
|
978 |
"dtype": "string",
|
979 |
-
"id": null,
|
980 |
"_type": "Value"
|
981 |
},
|
982 |
"partial_evidence": [
|
983 |
{
|
984 |
"start_paragraph_id": {
|
985 |
"dtype": "int32",
|
986 |
-
"id": null,
|
987 |
"_type": "Value"
|
988 |
},
|
989 |
"end_paragraph_id": {
|
990 |
"dtype": "int32",
|
991 |
-
"id": null,
|
992 |
"_type": "Value"
|
993 |
},
|
994 |
"title": {
|
995 |
"dtype": "string",
|
996 |
-
"id": null,
|
997 |
"_type": "Value"
|
998 |
},
|
999 |
"section": {
|
1000 |
"dtype": "string",
|
1001 |
-
"id": null,
|
1002 |
"_type": "Value"
|
1003 |
},
|
1004 |
"wikipedia_id": {
|
1005 |
"dtype": "string",
|
1006 |
-
"id": null,
|
1007 |
"_type": "Value"
|
1008 |
},
|
1009 |
"meta": {
|
1010 |
"evidence_span": [
|
1011 |
{
|
1012 |
"dtype": "string",
|
1013 |
-
"id": null,
|
1014 |
"_type": "Value"
|
1015 |
}
|
1016 |
]
|
@@ -1020,28 +1009,24 @@
|
|
1020 |
"obj_surface": [
|
1021 |
{
|
1022 |
"dtype": "string",
|
1023 |
-
"id": null,
|
1024 |
"_type": "Value"
|
1025 |
}
|
1026 |
],
|
1027 |
"sub_surface": [
|
1028 |
{
|
1029 |
"dtype": "string",
|
1030 |
-
"id": null,
|
1031 |
"_type": "Value"
|
1032 |
}
|
1033 |
],
|
1034 |
"subj_aliases": [
|
1035 |
{
|
1036 |
"dtype": "string",
|
1037 |
-
"id": null,
|
1038 |
"_type": "Value"
|
1039 |
}
|
1040 |
],
|
1041 |
"template_questions": [
|
1042 |
{
|
1043 |
"dtype": "string",
|
1044 |
-
"id": null,
|
1045 |
"_type": "Value"
|
1046 |
}
|
1047 |
]
|
@@ -1050,13 +1035,11 @@
|
|
1050 |
{
|
1051 |
"answer": {
|
1052 |
"dtype": "string",
|
1053 |
-
"id": null,
|
1054 |
"_type": "Value"
|
1055 |
},
|
1056 |
"meta": {
|
1057 |
"score": {
|
1058 |
"dtype": "int32",
|
1059 |
-
"id": null,
|
1060 |
"_type": "Value"
|
1061 |
}
|
1062 |
},
|
@@ -1064,71 +1047,58 @@
|
|
1064 |
{
|
1065 |
"bleu_score": {
|
1066 |
"dtype": "float32",
|
1067 |
-
"id": null,
|
1068 |
"_type": "Value"
|
1069 |
},
|
1070 |
"start_character": {
|
1071 |
"dtype": "int32",
|
1072 |
-
"id": null,
|
1073 |
"_type": "Value"
|
1074 |
},
|
1075 |
"start_paragraph_id": {
|
1076 |
"dtype": "int32",
|
1077 |
-
"id": null,
|
1078 |
"_type": "Value"
|
1079 |
},
|
1080 |
"end_character": {
|
1081 |
"dtype": "int32",
|
1082 |
-
"id": null,
|
1083 |
"_type": "Value"
|
1084 |
},
|
1085 |
"end_paragraph_id": {
|
1086 |
"dtype": "int32",
|
1087 |
-
"id": null,
|
1088 |
"_type": "Value"
|
1089 |
},
|
1090 |
"meta": {
|
1091 |
"fever_page_id": {
|
1092 |
"dtype": "string",
|
1093 |
-
"id": null,
|
1094 |
"_type": "Value"
|
1095 |
},
|
1096 |
"fever_sentence_id": {
|
1097 |
"dtype": "int32",
|
1098 |
-
"id": null,
|
1099 |
"_type": "Value"
|
1100 |
},
|
1101 |
"annotation_id": {
|
1102 |
"dtype": "string",
|
1103 |
-
"id": null,
|
1104 |
"_type": "Value"
|
1105 |
},
|
1106 |
"yes_no_answer": {
|
1107 |
"dtype": "string",
|
1108 |
-
"id": null,
|
1109 |
"_type": "Value"
|
1110 |
},
|
1111 |
"evidence_span": [
|
1112 |
{
|
1113 |
"dtype": "string",
|
1114 |
-
"id": null,
|
1115 |
"_type": "Value"
|
1116 |
}
|
1117 |
]
|
1118 |
},
|
1119 |
"section": {
|
1120 |
"dtype": "string",
|
1121 |
-
"id": null,
|
1122 |
"_type": "Value"
|
1123 |
},
|
1124 |
"title": {
|
1125 |
"dtype": "string",
|
1126 |
-
"id": null,
|
1127 |
"_type": "Value"
|
1128 |
},
|
1129 |
"wikipedia_id": {
|
1130 |
"dtype": "string",
|
1131 |
-
"id": null,
|
1132 |
"_type": "Value"
|
1133 |
}
|
1134 |
}
|
@@ -1136,14 +1106,11 @@
|
|
1136 |
}
|
1137 |
]
|
1138 |
},
|
1139 |
-
"post_processed": null,
|
1140 |
-
"supervised_keys": null,
|
1141 |
-
"task_templates": null,
|
1142 |
"builder_name": "kilt_tasks",
|
|
|
1143 |
"config_name": "trex",
|
1144 |
"version": {
|
1145 |
"version_str": "1.0.0",
|
1146 |
-
"description": null,
|
1147 |
"major": 1,
|
1148 |
"minor": 0,
|
1149 |
"patch": 0
|
@@ -1151,41 +1118,26 @@
|
|
1151 |
"splits": {
|
1152 |
"train": {
|
1153 |
"name": "train",
|
1154 |
-
"num_bytes":
|
1155 |
"num_examples": 2284168,
|
1156 |
-
"dataset_name":
|
1157 |
},
|
1158 |
"validation": {
|
1159 |
"name": "validation",
|
1160 |
-
"num_bytes":
|
1161 |
"num_examples": 5000,
|
1162 |
-
"dataset_name":
|
1163 |
},
|
1164 |
"test": {
|
1165 |
"name": "test",
|
1166 |
-
"num_bytes":
|
1167 |
"num_examples": 5000,
|
1168 |
-
"dataset_name":
|
1169 |
-
}
|
1170 |
-
},
|
1171 |
-
"download_checksums": {
|
1172 |
-
"http://dl.fbaipublicfiles.com/KILT/trex-train-kilt.jsonl": {
|
1173 |
-
"num_bytes": 1752330104,
|
1174 |
-
"checksum": "724a8a0fd1f99fe9b15cf6309d7ce63dcb7cd31f33aea717ff26e6d6b6fbdd97"
|
1175 |
-
},
|
1176 |
-
"http://dl.fbaipublicfiles.com/KILT/trex-dev-kilt.jsonl": {
|
1177 |
-
"num_bytes": 3803558,
|
1178 |
-
"checksum": "7ee1a2cd351d928d01ede1763ae8d6ae442a00b07deef80e347852f20a029e5f"
|
1179 |
-
},
|
1180 |
-
"http://dl.fbaipublicfiles.com/KILT/trex-test_without_answers-kilt.jsonl": {
|
1181 |
-
"num_bytes": 895854,
|
1182 |
-
"checksum": "0a2c6a31ebea567e7a8b31c44bf2fb59dab601c8da6de7f3a53419c7710bdc43"
|
1183 |
}
|
1184 |
},
|
1185 |
-
"download_size":
|
1186 |
-
"
|
1187 |
-
"
|
1188 |
-
"size_in_bytes": 2950631204
|
1189 |
},
|
1190 |
"structured_zeroshot": {
|
1191 |
"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",
|
|
|
955 |
"features": {
|
956 |
"id": {
|
957 |
"dtype": "string",
|
|
|
958 |
"_type": "Value"
|
959 |
},
|
960 |
"input": {
|
961 |
"dtype": "string",
|
|
|
962 |
"_type": "Value"
|
963 |
},
|
964 |
"meta": {
|
965 |
"left_context": {
|
966 |
"dtype": "string",
|
|
|
967 |
"_type": "Value"
|
968 |
},
|
969 |
"mention": {
|
970 |
"dtype": "string",
|
|
|
971 |
"_type": "Value"
|
972 |
},
|
973 |
"right_context": {
|
974 |
"dtype": "string",
|
|
|
975 |
"_type": "Value"
|
976 |
},
|
977 |
"partial_evidence": [
|
978 |
{
|
979 |
"start_paragraph_id": {
|
980 |
"dtype": "int32",
|
|
|
981 |
"_type": "Value"
|
982 |
},
|
983 |
"end_paragraph_id": {
|
984 |
"dtype": "int32",
|
|
|
985 |
"_type": "Value"
|
986 |
},
|
987 |
"title": {
|
988 |
"dtype": "string",
|
|
|
989 |
"_type": "Value"
|
990 |
},
|
991 |
"section": {
|
992 |
"dtype": "string",
|
|
|
993 |
"_type": "Value"
|
994 |
},
|
995 |
"wikipedia_id": {
|
996 |
"dtype": "string",
|
|
|
997 |
"_type": "Value"
|
998 |
},
|
999 |
"meta": {
|
1000 |
"evidence_span": [
|
1001 |
{
|
1002 |
"dtype": "string",
|
|
|
1003 |
"_type": "Value"
|
1004 |
}
|
1005 |
]
|
|
|
1009 |
"obj_surface": [
|
1010 |
{
|
1011 |
"dtype": "string",
|
|
|
1012 |
"_type": "Value"
|
1013 |
}
|
1014 |
],
|
1015 |
"sub_surface": [
|
1016 |
{
|
1017 |
"dtype": "string",
|
|
|
1018 |
"_type": "Value"
|
1019 |
}
|
1020 |
],
|
1021 |
"subj_aliases": [
|
1022 |
{
|
1023 |
"dtype": "string",
|
|
|
1024 |
"_type": "Value"
|
1025 |
}
|
1026 |
],
|
1027 |
"template_questions": [
|
1028 |
{
|
1029 |
"dtype": "string",
|
|
|
1030 |
"_type": "Value"
|
1031 |
}
|
1032 |
]
|
|
|
1035 |
{
|
1036 |
"answer": {
|
1037 |
"dtype": "string",
|
|
|
1038 |
"_type": "Value"
|
1039 |
},
|
1040 |
"meta": {
|
1041 |
"score": {
|
1042 |
"dtype": "int32",
|
|
|
1043 |
"_type": "Value"
|
1044 |
}
|
1045 |
},
|
|
|
1047 |
{
|
1048 |
"bleu_score": {
|
1049 |
"dtype": "float32",
|
|
|
1050 |
"_type": "Value"
|
1051 |
},
|
1052 |
"start_character": {
|
1053 |
"dtype": "int32",
|
|
|
1054 |
"_type": "Value"
|
1055 |
},
|
1056 |
"start_paragraph_id": {
|
1057 |
"dtype": "int32",
|
|
|
1058 |
"_type": "Value"
|
1059 |
},
|
1060 |
"end_character": {
|
1061 |
"dtype": "int32",
|
|
|
1062 |
"_type": "Value"
|
1063 |
},
|
1064 |
"end_paragraph_id": {
|
1065 |
"dtype": "int32",
|
|
|
1066 |
"_type": "Value"
|
1067 |
},
|
1068 |
"meta": {
|
1069 |
"fever_page_id": {
|
1070 |
"dtype": "string",
|
|
|
1071 |
"_type": "Value"
|
1072 |
},
|
1073 |
"fever_sentence_id": {
|
1074 |
"dtype": "int32",
|
|
|
1075 |
"_type": "Value"
|
1076 |
},
|
1077 |
"annotation_id": {
|
1078 |
"dtype": "string",
|
|
|
1079 |
"_type": "Value"
|
1080 |
},
|
1081 |
"yes_no_answer": {
|
1082 |
"dtype": "string",
|
|
|
1083 |
"_type": "Value"
|
1084 |
},
|
1085 |
"evidence_span": [
|
1086 |
{
|
1087 |
"dtype": "string",
|
|
|
1088 |
"_type": "Value"
|
1089 |
}
|
1090 |
]
|
1091 |
},
|
1092 |
"section": {
|
1093 |
"dtype": "string",
|
|
|
1094 |
"_type": "Value"
|
1095 |
},
|
1096 |
"title": {
|
1097 |
"dtype": "string",
|
|
|
1098 |
"_type": "Value"
|
1099 |
},
|
1100 |
"wikipedia_id": {
|
1101 |
"dtype": "string",
|
|
|
1102 |
"_type": "Value"
|
1103 |
}
|
1104 |
}
|
|
|
1106 |
}
|
1107 |
]
|
1108 |
},
|
|
|
|
|
|
|
1109 |
"builder_name": "kilt_tasks",
|
1110 |
+
"dataset_name": "kilt_tasks",
|
1111 |
"config_name": "trex",
|
1112 |
"version": {
|
1113 |
"version_str": "1.0.0",
|
|
|
1114 |
"major": 1,
|
1115 |
"minor": 0,
|
1116 |
"patch": 0
|
|
|
1118 |
"splits": {
|
1119 |
"train": {
|
1120 |
"name": "train",
|
1121 |
+
"num_bytes": 1190183022,
|
1122 |
"num_examples": 2284168,
|
1123 |
+
"dataset_name": null
|
1124 |
},
|
1125 |
"validation": {
|
1126 |
"name": "validation",
|
1127 |
+
"num_bytes": 2573444,
|
1128 |
"num_examples": 5000,
|
1129 |
+
"dataset_name": null
|
1130 |
},
|
1131 |
"test": {
|
1132 |
"name": "test",
|
1133 |
+
"num_bytes": 757470,
|
1134 |
"num_examples": 5000,
|
1135 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1136 |
}
|
1137 |
},
|
1138 |
+
"download_size": 546671157,
|
1139 |
+
"dataset_size": 1193513936,
|
1140 |
+
"size_in_bytes": 1740185093
|
|
|
1141 |
},
|
1142 |
"structured_zeroshot": {
|
1143 |
"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",
|
trex/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2eec383d2375647e753970d5717af60896cd3f0be7ac10fda7531c539a8fd8e
|
3 |
+
size 490230
|
trex/train-00000-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52b8817d976094e18cf749e5e62b5f63dbd564a6da59240f3d304a4581d9eeb5
|
3 |
+
size 181655946
|
trex/train-00001-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5f9430f3f93098648783aa0d6a0aa945862aec1a84e819b4c1d574b3f9aff8c
|
3 |
+
size 181658363
|
trex/train-00002-of-00003.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dbf251cbdc3f67923f472490b99269de129cffb1c5db2ef67a0c8767b547f198
|
3 |
+
size 181673436
|
trex/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:861b1ce2bec27037a5d35958848315319903e653f9a181b093d7ca7cec3aca88
|
3 |
+
size 1193182
|