Commit
•
f0f3ea1
1
Parent(s):
6a11b5c
Add triviaqa_support_only data files
Browse files
README.md
CHANGED
@@ -841,16 +841,16 @@ dataset_info:
|
|
841 |
dtype: string
|
842 |
splits:
|
843 |
- name: train
|
844 |
-
num_bytes:
|
845 |
num_examples: 61844
|
846 |
- name: validation
|
847 |
-
num_bytes:
|
848 |
num_examples: 5359
|
849 |
- name: test
|
850 |
-
num_bytes:
|
851 |
num_examples: 6586
|
852 |
-
download_size:
|
853 |
-
dataset_size:
|
854 |
- config_name: wned
|
855 |
features:
|
856 |
- name: id
|
@@ -1034,6 +1034,14 @@ configs:
|
|
1034 |
- split: test
|
1035 |
path: nq/test-*
|
1036 |
default: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1037 |
---
|
1038 |
|
1039 |
# Dataset Card for KILT
|
|
|
841 |
dtype: string
|
842 |
splits:
|
843 |
- name: train
|
844 |
+
num_bytes: 72021515
|
845 |
num_examples: 61844
|
846 |
- name: validation
|
847 |
+
num_bytes: 6824398
|
848 |
num_examples: 5359
|
849 |
- name: test
|
850 |
+
num_bytes: 340692
|
851 |
num_examples: 6586
|
852 |
+
download_size: 31946196
|
853 |
+
dataset_size: 79186605
|
854 |
- config_name: wned
|
855 |
features:
|
856 |
- name: id
|
|
|
1034 |
- split: test
|
1035 |
path: nq/test-*
|
1036 |
default: true
|
1037 |
+
- config_name: triviaqa_support_only
|
1038 |
+
data_files:
|
1039 |
+
- split: train
|
1040 |
+
path: triviaqa_support_only/train-*
|
1041 |
+
- split: validation
|
1042 |
+
path: triviaqa_support_only/validation-*
|
1043 |
+
- split: test
|
1044 |
+
path: triviaqa_support_only/test-*
|
1045 |
---
|
1046 |
|
1047 |
# Dataset Card for KILT
|
dataset_infos.json
CHANGED
@@ -7,62 +7,51 @@
|
|
7 |
"features": {
|
8 |
"id": {
|
9 |
"dtype": "string",
|
10 |
-
"id": null,
|
11 |
"_type": "Value"
|
12 |
},
|
13 |
"input": {
|
14 |
"dtype": "string",
|
15 |
-
"id": null,
|
16 |
"_type": "Value"
|
17 |
},
|
18 |
"meta": {
|
19 |
"left_context": {
|
20 |
"dtype": "string",
|
21 |
-
"id": null,
|
22 |
"_type": "Value"
|
23 |
},
|
24 |
"mention": {
|
25 |
"dtype": "string",
|
26 |
-
"id": null,
|
27 |
"_type": "Value"
|
28 |
},
|
29 |
"right_context": {
|
30 |
"dtype": "string",
|
31 |
-
"id": null,
|
32 |
"_type": "Value"
|
33 |
},
|
34 |
"partial_evidence": [
|
35 |
{
|
36 |
"start_paragraph_id": {
|
37 |
"dtype": "int32",
|
38 |
-
"id": null,
|
39 |
"_type": "Value"
|
40 |
},
|
41 |
"end_paragraph_id": {
|
42 |
"dtype": "int32",
|
43 |
-
"id": null,
|
44 |
"_type": "Value"
|
45 |
},
|
46 |
"title": {
|
47 |
"dtype": "string",
|
48 |
-
"id": null,
|
49 |
"_type": "Value"
|
50 |
},
|
51 |
"section": {
|
52 |
"dtype": "string",
|
53 |
-
"id": null,
|
54 |
"_type": "Value"
|
55 |
},
|
56 |
"wikipedia_id": {
|
57 |
"dtype": "string",
|
58 |
-
"id": null,
|
59 |
"_type": "Value"
|
60 |
},
|
61 |
"meta": {
|
62 |
"evidence_span": [
|
63 |
{
|
64 |
"dtype": "string",
|
65 |
-
"id": null,
|
66 |
"_type": "Value"
|
67 |
}
|
68 |
]
|
@@ -72,28 +61,24 @@
|
|
72 |
"obj_surface": [
|
73 |
{
|
74 |
"dtype": "string",
|
75 |
-
"id": null,
|
76 |
"_type": "Value"
|
77 |
}
|
78 |
],
|
79 |
"sub_surface": [
|
80 |
{
|
81 |
"dtype": "string",
|
82 |
-
"id": null,
|
83 |
"_type": "Value"
|
84 |
}
|
85 |
],
|
86 |
"subj_aliases": [
|
87 |
{
|
88 |
"dtype": "string",
|
89 |
-
"id": null,
|
90 |
"_type": "Value"
|
91 |
}
|
92 |
],
|
93 |
"template_questions": [
|
94 |
{
|
95 |
"dtype": "string",
|
96 |
-
"id": null,
|
97 |
"_type": "Value"
|
98 |
}
|
99 |
]
|
@@ -102,13 +87,11 @@
|
|
102 |
{
|
103 |
"answer": {
|
104 |
"dtype": "string",
|
105 |
-
"id": null,
|
106 |
"_type": "Value"
|
107 |
},
|
108 |
"meta": {
|
109 |
"score": {
|
110 |
"dtype": "int32",
|
111 |
-
"id": null,
|
112 |
"_type": "Value"
|
113 |
}
|
114 |
},
|
@@ -116,71 +99,58 @@
|
|
116 |
{
|
117 |
"bleu_score": {
|
118 |
"dtype": "float32",
|
119 |
-
"id": null,
|
120 |
"_type": "Value"
|
121 |
},
|
122 |
"start_character": {
|
123 |
"dtype": "int32",
|
124 |
-
"id": null,
|
125 |
"_type": "Value"
|
126 |
},
|
127 |
"start_paragraph_id": {
|
128 |
"dtype": "int32",
|
129 |
-
"id": null,
|
130 |
"_type": "Value"
|
131 |
},
|
132 |
"end_character": {
|
133 |
"dtype": "int32",
|
134 |
-
"id": null,
|
135 |
"_type": "Value"
|
136 |
},
|
137 |
"end_paragraph_id": {
|
138 |
"dtype": "int32",
|
139 |
-
"id": null,
|
140 |
"_type": "Value"
|
141 |
},
|
142 |
"meta": {
|
143 |
"fever_page_id": {
|
144 |
"dtype": "string",
|
145 |
-
"id": null,
|
146 |
"_type": "Value"
|
147 |
},
|
148 |
"fever_sentence_id": {
|
149 |
"dtype": "int32",
|
150 |
-
"id": null,
|
151 |
"_type": "Value"
|
152 |
},
|
153 |
"annotation_id": {
|
154 |
"dtype": "string",
|
155 |
-
"id": null,
|
156 |
"_type": "Value"
|
157 |
},
|
158 |
"yes_no_answer": {
|
159 |
"dtype": "string",
|
160 |
-
"id": null,
|
161 |
"_type": "Value"
|
162 |
},
|
163 |
"evidence_span": [
|
164 |
{
|
165 |
"dtype": "string",
|
166 |
-
"id": null,
|
167 |
"_type": "Value"
|
168 |
}
|
169 |
]
|
170 |
},
|
171 |
"section": {
|
172 |
"dtype": "string",
|
173 |
-
"id": null,
|
174 |
"_type": "Value"
|
175 |
},
|
176 |
"title": {
|
177 |
"dtype": "string",
|
178 |
-
"id": null,
|
179 |
"_type": "Value"
|
180 |
},
|
181 |
"wikipedia_id": {
|
182 |
"dtype": "string",
|
183 |
-
"id": null,
|
184 |
"_type": "Value"
|
185 |
}
|
186 |
}
|
@@ -188,14 +158,11 @@
|
|
188 |
}
|
189 |
]
|
190 |
},
|
191 |
-
"post_processed": null,
|
192 |
-
"supervised_keys": null,
|
193 |
-
"task_templates": null,
|
194 |
"builder_name": "kilt_tasks",
|
|
|
195 |
"config_name": "triviaqa_support_only",
|
196 |
"version": {
|
197 |
"version_str": "1.0.0",
|
198 |
-
"description": null,
|
199 |
"major": 1,
|
200 |
"minor": 0,
|
201 |
"patch": 0
|
@@ -203,41 +170,26 @@
|
|
203 |
"splits": {
|
204 |
"train": {
|
205 |
"name": "train",
|
206 |
-
"num_bytes":
|
207 |
"num_examples": 61844,
|
208 |
-
"dataset_name":
|
209 |
},
|
210 |
"validation": {
|
211 |
"name": "validation",
|
212 |
-
"num_bytes":
|
213 |
"num_examples": 5359,
|
214 |
-
"dataset_name":
|
215 |
},
|
216 |
"test": {
|
217 |
"name": "test",
|
218 |
-
"num_bytes":
|
219 |
"num_examples": 6586,
|
220 |
-
"dataset_name":
|
221 |
-
}
|
222 |
-
},
|
223 |
-
"download_checksums": {
|
224 |
-
"http://dl.fbaipublicfiles.com/KILT/triviaqa-train_id-kilt.jsonl": {
|
225 |
-
"num_bytes": 101613288,
|
226 |
-
"checksum": "509e627a5e606d3b8018c04cd99415d7dca90d7b9a9f491ba0cf2db8c7e999ad"
|
227 |
-
},
|
228 |
-
"http://dl.fbaipublicfiles.com/KILT/triviaqa-dev_id-kilt.jsonl": {
|
229 |
-
"num_bytes": 9809706,
|
230 |
-
"checksum": "bb505d8437100589de72256bf0d106a4a72da01df5a977fbc778688b8621d5a6"
|
231 |
-
},
|
232 |
-
"http://dl.fbaipublicfiles.com/KILT/triviaqa-test_id_without_answers-kilt.jsonl": {
|
233 |
-
"num_bytes": 123354,
|
234 |
-
"checksum": "a6904eeb81a269cc675152c72b31c5b3361b40bf277a2973f2836670c7de4a19"
|
235 |
}
|
236 |
},
|
237 |
-
"download_size":
|
238 |
-
"
|
239 |
-
"
|
240 |
-
"size_in_bytes": 190737233
|
241 |
},
|
242 |
"fever": {
|
243 |
"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",
|
|
|
7 |
"features": {
|
8 |
"id": {
|
9 |
"dtype": "string",
|
|
|
10 |
"_type": "Value"
|
11 |
},
|
12 |
"input": {
|
13 |
"dtype": "string",
|
|
|
14 |
"_type": "Value"
|
15 |
},
|
16 |
"meta": {
|
17 |
"left_context": {
|
18 |
"dtype": "string",
|
|
|
19 |
"_type": "Value"
|
20 |
},
|
21 |
"mention": {
|
22 |
"dtype": "string",
|
|
|
23 |
"_type": "Value"
|
24 |
},
|
25 |
"right_context": {
|
26 |
"dtype": "string",
|
|
|
27 |
"_type": "Value"
|
28 |
},
|
29 |
"partial_evidence": [
|
30 |
{
|
31 |
"start_paragraph_id": {
|
32 |
"dtype": "int32",
|
|
|
33 |
"_type": "Value"
|
34 |
},
|
35 |
"end_paragraph_id": {
|
36 |
"dtype": "int32",
|
|
|
37 |
"_type": "Value"
|
38 |
},
|
39 |
"title": {
|
40 |
"dtype": "string",
|
|
|
41 |
"_type": "Value"
|
42 |
},
|
43 |
"section": {
|
44 |
"dtype": "string",
|
|
|
45 |
"_type": "Value"
|
46 |
},
|
47 |
"wikipedia_id": {
|
48 |
"dtype": "string",
|
|
|
49 |
"_type": "Value"
|
50 |
},
|
51 |
"meta": {
|
52 |
"evidence_span": [
|
53 |
{
|
54 |
"dtype": "string",
|
|
|
55 |
"_type": "Value"
|
56 |
}
|
57 |
]
|
|
|
61 |
"obj_surface": [
|
62 |
{
|
63 |
"dtype": "string",
|
|
|
64 |
"_type": "Value"
|
65 |
}
|
66 |
],
|
67 |
"sub_surface": [
|
68 |
{
|
69 |
"dtype": "string",
|
|
|
70 |
"_type": "Value"
|
71 |
}
|
72 |
],
|
73 |
"subj_aliases": [
|
74 |
{
|
75 |
"dtype": "string",
|
|
|
76 |
"_type": "Value"
|
77 |
}
|
78 |
],
|
79 |
"template_questions": [
|
80 |
{
|
81 |
"dtype": "string",
|
|
|
82 |
"_type": "Value"
|
83 |
}
|
84 |
]
|
|
|
87 |
{
|
88 |
"answer": {
|
89 |
"dtype": "string",
|
|
|
90 |
"_type": "Value"
|
91 |
},
|
92 |
"meta": {
|
93 |
"score": {
|
94 |
"dtype": "int32",
|
|
|
95 |
"_type": "Value"
|
96 |
}
|
97 |
},
|
|
|
99 |
{
|
100 |
"bleu_score": {
|
101 |
"dtype": "float32",
|
|
|
102 |
"_type": "Value"
|
103 |
},
|
104 |
"start_character": {
|
105 |
"dtype": "int32",
|
|
|
106 |
"_type": "Value"
|
107 |
},
|
108 |
"start_paragraph_id": {
|
109 |
"dtype": "int32",
|
|
|
110 |
"_type": "Value"
|
111 |
},
|
112 |
"end_character": {
|
113 |
"dtype": "int32",
|
|
|
114 |
"_type": "Value"
|
115 |
},
|
116 |
"end_paragraph_id": {
|
117 |
"dtype": "int32",
|
|
|
118 |
"_type": "Value"
|
119 |
},
|
120 |
"meta": {
|
121 |
"fever_page_id": {
|
122 |
"dtype": "string",
|
|
|
123 |
"_type": "Value"
|
124 |
},
|
125 |
"fever_sentence_id": {
|
126 |
"dtype": "int32",
|
|
|
127 |
"_type": "Value"
|
128 |
},
|
129 |
"annotation_id": {
|
130 |
"dtype": "string",
|
|
|
131 |
"_type": "Value"
|
132 |
},
|
133 |
"yes_no_answer": {
|
134 |
"dtype": "string",
|
|
|
135 |
"_type": "Value"
|
136 |
},
|
137 |
"evidence_span": [
|
138 |
{
|
139 |
"dtype": "string",
|
|
|
140 |
"_type": "Value"
|
141 |
}
|
142 |
]
|
143 |
},
|
144 |
"section": {
|
145 |
"dtype": "string",
|
|
|
146 |
"_type": "Value"
|
147 |
},
|
148 |
"title": {
|
149 |
"dtype": "string",
|
|
|
150 |
"_type": "Value"
|
151 |
},
|
152 |
"wikipedia_id": {
|
153 |
"dtype": "string",
|
|
|
154 |
"_type": "Value"
|
155 |
}
|
156 |
}
|
|
|
158 |
}
|
159 |
]
|
160 |
},
|
|
|
|
|
|
|
161 |
"builder_name": "kilt_tasks",
|
162 |
+
"dataset_name": "kilt_tasks",
|
163 |
"config_name": "triviaqa_support_only",
|
164 |
"version": {
|
165 |
"version_str": "1.0.0",
|
|
|
166 |
"major": 1,
|
167 |
"minor": 0,
|
168 |
"patch": 0
|
|
|
170 |
"splits": {
|
171 |
"train": {
|
172 |
"name": "train",
|
173 |
+
"num_bytes": 72021515,
|
174 |
"num_examples": 61844,
|
175 |
+
"dataset_name": null
|
176 |
},
|
177 |
"validation": {
|
178 |
"name": "validation",
|
179 |
+
"num_bytes": 6824398,
|
180 |
"num_examples": 5359,
|
181 |
+
"dataset_name": null
|
182 |
},
|
183 |
"test": {
|
184 |
"name": "test",
|
185 |
+
"num_bytes": 340692,
|
186 |
"num_examples": 6586,
|
187 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
188 |
}
|
189 |
},
|
190 |
+
"download_size": 31946196,
|
191 |
+
"dataset_size": 79186605,
|
192 |
+
"size_in_bytes": 111132801
|
|
|
193 |
},
|
194 |
"fever": {
|
195 |
"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",
|
triviaqa_support_only/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:737058617f9753176cbd05c879f1201fffa404376ee639ee2ac2b052ef5104e4
|
3 |
+
size 102468
|
triviaqa_support_only/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fc7812e62ad4be305f13be7b00ca0bf05ec17e6148590cc3bc3ff040df6a07d3
|
3 |
+
size 29180834
|
triviaqa_support_only/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:caf81e58066e797e51b55f6dcf44f1d6401eb45cb446f30cf36fba98e0f6eb03
|
3 |
+
size 2662894
|