Datasets:
Upload dataset
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
config_name: en
|
4 |
+
features:
|
5 |
+
- name: id
|
6 |
+
dtype: string
|
7 |
+
- name: type
|
8 |
+
dtype: string
|
9 |
+
- name: body
|
10 |
+
dtype: string
|
11 |
+
- name: ideal_answer
|
12 |
+
sequence: string
|
13 |
+
- name: exact_answer
|
14 |
+
sequence: string
|
15 |
+
- name: snippets
|
16 |
+
sequence: string
|
17 |
+
- name: documents
|
18 |
+
sequence: string
|
19 |
+
- name: triples
|
20 |
+
list:
|
21 |
+
- name: p
|
22 |
+
dtype: string
|
23 |
+
- name: s
|
24 |
+
dtype: string
|
25 |
+
- name: o
|
26 |
+
dtype: string
|
27 |
+
- name: concepts
|
28 |
+
sequence: string
|
29 |
+
splits:
|
30 |
+
- name: train
|
31 |
+
num_bytes: 10827410
|
32 |
+
num_examples: 2251
|
33 |
+
- name: test
|
34 |
+
num_bytes: 1709411
|
35 |
+
num_examples: 500
|
36 |
+
download_size: 5185124
|
37 |
+
dataset_size: 12536821
|
38 |
+
configs:
|
39 |
+
- config_name: en
|
40 |
+
data_files:
|
41 |
+
- split: train
|
42 |
+
path: en/train-*
|
43 |
+
- split: test
|
44 |
+
path: en/test-*
|
45 |
+
---
|