Commit
•
06cde05
1
Parent(s):
7503a06
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- CN/test-00000-of-00001.parquet +3 -0
- CN/train-00000-of-00001.parquet +3 -0
- CN/validation-00000-of-00001.parquet +3 -0
- README.md +53 -44
- dataset_infos.json +364 -1
CN/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9647bc0112b98b7206a60af78bc5551f9f07f21baa5768c233ee3f3f0bbe71a
|
3 |
+
size 2091183
|
CN/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9321bcc044cfd582addad049f1c8ea22f4754f598f1cf971dd176d927b67834
|
3 |
+
size 28170984
|
CN/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94a85928850253a6a62769ceca5da06800340514f7c318e3204a98b7f3fa7599
|
3 |
+
size 1352999
|
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
pretty_name: Children’s Book Test (CBT)
|
3 |
annotations_creators:
|
4 |
- machine-generated
|
5 |
language_creators:
|
@@ -21,26 +20,37 @@ task_categories:
|
|
21 |
task_ids:
|
22 |
- multiple-choice-qa
|
23 |
paperswithcode_id: cbt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
dataset_info:
|
25 |
-
- config_name:
|
26 |
features:
|
27 |
-
- name:
|
|
|
|
|
28 |
dtype: string
|
29 |
-
- name:
|
30 |
dtype: string
|
|
|
|
|
31 |
splits:
|
32 |
- name: train
|
33 |
-
num_bytes:
|
34 |
-
num_examples:
|
35 |
- name: test
|
36 |
-
num_bytes:
|
37 |
-
num_examples:
|
38 |
- name: validation
|
39 |
-
num_bytes:
|
40 |
-
num_examples:
|
41 |
-
download_size:
|
42 |
-
dataset_size:
|
43 |
-
- config_name:
|
44 |
features:
|
45 |
- name: sentences
|
46 |
sequence: string
|
@@ -52,16 +62,16 @@ dataset_info:
|
|
52 |
sequence: string
|
53 |
splits:
|
54 |
- name: train
|
55 |
-
num_bytes:
|
56 |
-
num_examples:
|
57 |
- name: test
|
58 |
-
num_bytes:
|
59 |
num_examples: 2500
|
60 |
- name: validation
|
61 |
-
num_bytes:
|
62 |
num_examples: 2000
|
63 |
download_size: 120547669
|
64 |
-
dataset_size:
|
65 |
- config_name: P
|
66 |
features:
|
67 |
- name: sentences
|
@@ -84,7 +94,7 @@ dataset_info:
|
|
84 |
num_examples: 2000
|
85 |
download_size: 120547669
|
86 |
dataset_size: 863707630
|
87 |
-
- config_name:
|
88 |
features:
|
89 |
- name: sentences
|
90 |
sequence: string
|
@@ -96,44 +106,43 @@ dataset_info:
|
|
96 |
sequence: string
|
97 |
splits:
|
98 |
- name: train
|
99 |
-
num_bytes:
|
100 |
-
num_examples:
|
101 |
- name: test
|
102 |
-
num_bytes:
|
103 |
num_examples: 2500
|
104 |
- name: validation
|
105 |
-
num_bytes:
|
106 |
num_examples: 2000
|
107 |
download_size: 120547669
|
108 |
-
dataset_size:
|
109 |
-
- config_name:
|
110 |
features:
|
111 |
-
- name:
|
112 |
-
sequence: string
|
113 |
-
- name: question
|
114 |
dtype: string
|
115 |
-
- name:
|
116 |
dtype: string
|
117 |
-
- name: options
|
118 |
-
sequence: string
|
119 |
splits:
|
120 |
- name: train
|
121 |
-
num_bytes:
|
122 |
-
num_examples:
|
123 |
- name: test
|
124 |
-
num_bytes:
|
125 |
-
num_examples:
|
126 |
- name: validation
|
127 |
-
num_bytes:
|
128 |
-
num_examples:
|
129 |
download_size: 120547669
|
130 |
-
dataset_size:
|
131 |
-
|
132 |
-
- CN
|
133 |
-
|
134 |
-
-
|
135 |
-
|
136 |
-
-
|
|
|
|
|
|
|
137 |
---
|
138 |
|
139 |
# Dataset Card for CBT
|
|
|
1 |
---
|
|
|
2 |
annotations_creators:
|
3 |
- machine-generated
|
4 |
language_creators:
|
|
|
20 |
task_ids:
|
21 |
- multiple-choice-qa
|
22 |
paperswithcode_id: cbt
|
23 |
+
pretty_name: Children’s Book Test (CBT)
|
24 |
+
config_names:
|
25 |
+
- CN
|
26 |
+
- NE
|
27 |
+
- P
|
28 |
+
- V
|
29 |
+
- raw
|
30 |
dataset_info:
|
31 |
+
- config_name: CN
|
32 |
features:
|
33 |
+
- name: sentences
|
34 |
+
sequence: string
|
35 |
+
- name: question
|
36 |
dtype: string
|
37 |
+
- name: answer
|
38 |
dtype: string
|
39 |
+
- name: options
|
40 |
+
sequence: string
|
41 |
splits:
|
42 |
- name: train
|
43 |
+
num_bytes: 301730151
|
44 |
+
num_examples: 120769
|
45 |
- name: test
|
46 |
+
num_bytes: 6138376
|
47 |
+
num_examples: 2500
|
48 |
- name: validation
|
49 |
+
num_bytes: 4737257
|
50 |
+
num_examples: 2000
|
51 |
+
download_size: 31615166
|
52 |
+
dataset_size: 312605784
|
53 |
+
- config_name: NE
|
54 |
features:
|
55 |
- name: sentences
|
56 |
sequence: string
|
|
|
62 |
sequence: string
|
63 |
splits:
|
64 |
- name: train
|
65 |
+
num_bytes: 253551931
|
66 |
+
num_examples: 108719
|
67 |
- name: test
|
68 |
+
num_bytes: 5707734
|
69 |
num_examples: 2500
|
70 |
- name: validation
|
71 |
+
num_bytes: 4424316
|
72 |
num_examples: 2000
|
73 |
download_size: 120547669
|
74 |
+
dataset_size: 263683981
|
75 |
- config_name: P
|
76 |
features:
|
77 |
- name: sentences
|
|
|
94 |
num_examples: 2000
|
95 |
download_size: 120547669
|
96 |
dataset_size: 863707630
|
97 |
+
- config_name: V
|
98 |
features:
|
99 |
- name: sentences
|
100 |
sequence: string
|
|
|
106 |
sequence: string
|
107 |
splits:
|
108 |
- name: train
|
109 |
+
num_bytes: 252177649
|
110 |
+
num_examples: 105825
|
111 |
- name: test
|
112 |
+
num_bytes: 5806625
|
113 |
num_examples: 2500
|
114 |
- name: validation
|
115 |
+
num_bytes: 4556425
|
116 |
num_examples: 2000
|
117 |
download_size: 120547669
|
118 |
+
dataset_size: 262540699
|
119 |
+
- config_name: raw
|
120 |
features:
|
121 |
+
- name: title
|
|
|
|
|
122 |
dtype: string
|
123 |
+
- name: content
|
124 |
dtype: string
|
|
|
|
|
125 |
splits:
|
126 |
- name: train
|
127 |
+
num_bytes: 25741580
|
128 |
+
num_examples: 98
|
129 |
- name: test
|
130 |
+
num_bytes: 1528704
|
131 |
+
num_examples: 5
|
132 |
- name: validation
|
133 |
+
num_bytes: 1182657
|
134 |
+
num_examples: 5
|
135 |
download_size: 120547669
|
136 |
+
dataset_size: 28452941
|
137 |
+
configs:
|
138 |
+
- config_name: CN
|
139 |
+
data_files:
|
140 |
+
- split: train
|
141 |
+
path: CN/train-*
|
142 |
+
- split: test
|
143 |
+
path: CN/test-*
|
144 |
+
- split: validation
|
145 |
+
path: CN/validation-*
|
146 |
---
|
147 |
|
148 |
# Dataset Card for CBT
|
dataset_infos.json
CHANGED
@@ -1 +1,364 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"raw": {
|
3 |
+
"description": "The Children\u2019s Book Test (CBT) is designed to measure directly\nhow well language models can exploit wider linguistic context.\nThe CBT is built from books that are freely available.\n",
|
4 |
+
"citation": "@misc{hill2016goldilocks,\n title={The Goldilocks Principle: Reading Children's Books with Explicit Memory Representations},\n author={Felix Hill and Antoine Bordes and Sumit Chopra and Jason Weston},\n year={2016},\n eprint={1511.02301},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n",
|
5 |
+
"homepage": "https://research.fb.com/downloads/babi/",
|
6 |
+
"license": "GNU Free Documentation License v1.3",
|
7 |
+
"features": {
|
8 |
+
"title": {
|
9 |
+
"dtype": "string",
|
10 |
+
"id": null,
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"content": {
|
14 |
+
"dtype": "string",
|
15 |
+
"id": null,
|
16 |
+
"_type": "Value"
|
17 |
+
}
|
18 |
+
},
|
19 |
+
"post_processed": null,
|
20 |
+
"supervised_keys": null,
|
21 |
+
"task_templates": null,
|
22 |
+
"builder_name": "cbt",
|
23 |
+
"config_name": "raw",
|
24 |
+
"version": {
|
25 |
+
"version_str": "1.1.0",
|
26 |
+
"description": null,
|
27 |
+
"major": 1,
|
28 |
+
"minor": 1,
|
29 |
+
"patch": 0
|
30 |
+
},
|
31 |
+
"splits": {
|
32 |
+
"train": {
|
33 |
+
"name": "train",
|
34 |
+
"num_bytes": 25741580,
|
35 |
+
"num_examples": 98,
|
36 |
+
"dataset_name": "cbt"
|
37 |
+
},
|
38 |
+
"test": {
|
39 |
+
"name": "test",
|
40 |
+
"num_bytes": 1528704,
|
41 |
+
"num_examples": 5,
|
42 |
+
"dataset_name": "cbt"
|
43 |
+
},
|
44 |
+
"validation": {
|
45 |
+
"name": "validation",
|
46 |
+
"num_bytes": 1182657,
|
47 |
+
"num_examples": 5,
|
48 |
+
"dataset_name": "cbt"
|
49 |
+
}
|
50 |
+
},
|
51 |
+
"download_checksums": {
|
52 |
+
"data/CBTest.tgz": {
|
53 |
+
"num_bytes": 120547669,
|
54 |
+
"checksum": "932df0cadc1337b2a12b4c696b1041c1d1c6d4b6bd319874c6288f02e4a61e92"
|
55 |
+
}
|
56 |
+
},
|
57 |
+
"download_size": 120547669,
|
58 |
+
"post_processing_size": null,
|
59 |
+
"dataset_size": 28452941,
|
60 |
+
"size_in_bytes": 149000610
|
61 |
+
},
|
62 |
+
"V": {
|
63 |
+
"description": "The Children\u2019s Book Test (CBT) is designed to measure directly\nhow well language models can exploit wider linguistic context.\nThe CBT is built from books that are freely available.\n",
|
64 |
+
"citation": "@misc{hill2016goldilocks,\n title={The Goldilocks Principle: Reading Children's Books with Explicit Memory Representations},\n author={Felix Hill and Antoine Bordes and Sumit Chopra and Jason Weston},\n year={2016},\n eprint={1511.02301},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n",
|
65 |
+
"homepage": "https://research.fb.com/downloads/babi/",
|
66 |
+
"license": "GNU Free Documentation License v1.3",
|
67 |
+
"features": {
|
68 |
+
"sentences": {
|
69 |
+
"feature": {
|
70 |
+
"dtype": "string",
|
71 |
+
"id": null,
|
72 |
+
"_type": "Value"
|
73 |
+
},
|
74 |
+
"length": -1,
|
75 |
+
"id": null,
|
76 |
+
"_type": "Sequence"
|
77 |
+
},
|
78 |
+
"question": {
|
79 |
+
"dtype": "string",
|
80 |
+
"id": null,
|
81 |
+
"_type": "Value"
|
82 |
+
},
|
83 |
+
"answer": {
|
84 |
+
"dtype": "string",
|
85 |
+
"id": null,
|
86 |
+
"_type": "Value"
|
87 |
+
},
|
88 |
+
"options": {
|
89 |
+
"feature": {
|
90 |
+
"dtype": "string",
|
91 |
+
"id": null,
|
92 |
+
"_type": "Value"
|
93 |
+
},
|
94 |
+
"length": -1,
|
95 |
+
"id": null,
|
96 |
+
"_type": "Sequence"
|
97 |
+
}
|
98 |
+
},
|
99 |
+
"post_processed": null,
|
100 |
+
"supervised_keys": null,
|
101 |
+
"task_templates": null,
|
102 |
+
"builder_name": "cbt",
|
103 |
+
"config_name": "V",
|
104 |
+
"version": {
|
105 |
+
"version_str": "1.1.0",
|
106 |
+
"description": null,
|
107 |
+
"major": 1,
|
108 |
+
"minor": 1,
|
109 |
+
"patch": 0
|
110 |
+
},
|
111 |
+
"splits": {
|
112 |
+
"train": {
|
113 |
+
"name": "train",
|
114 |
+
"num_bytes": 252177649,
|
115 |
+
"num_examples": 105825,
|
116 |
+
"dataset_name": "cbt"
|
117 |
+
},
|
118 |
+
"test": {
|
119 |
+
"name": "test",
|
120 |
+
"num_bytes": 5806625,
|
121 |
+
"num_examples": 2500,
|
122 |
+
"dataset_name": "cbt"
|
123 |
+
},
|
124 |
+
"validation": {
|
125 |
+
"name": "validation",
|
126 |
+
"num_bytes": 4556425,
|
127 |
+
"num_examples": 2000,
|
128 |
+
"dataset_name": "cbt"
|
129 |
+
}
|
130 |
+
},
|
131 |
+
"download_checksums": {
|
132 |
+
"data/CBTest.tgz": {
|
133 |
+
"num_bytes": 120547669,
|
134 |
+
"checksum": "932df0cadc1337b2a12b4c696b1041c1d1c6d4b6bd319874c6288f02e4a61e92"
|
135 |
+
}
|
136 |
+
},
|
137 |
+
"download_size": 120547669,
|
138 |
+
"post_processing_size": null,
|
139 |
+
"dataset_size": 262540699,
|
140 |
+
"size_in_bytes": 383088368
|
141 |
+
},
|
142 |
+
"P": {
|
143 |
+
"description": "The Children\u2019s Book Test (CBT) is designed to measure directly\nhow well language models can exploit wider linguistic context.\nThe CBT is built from books that are freely available.\n",
|
144 |
+
"citation": "@misc{hill2016goldilocks,\n title={The Goldilocks Principle: Reading Children's Books with Explicit Memory Representations},\n author={Felix Hill and Antoine Bordes and Sumit Chopra and Jason Weston},\n year={2016},\n eprint={1511.02301},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n",
|
145 |
+
"homepage": "https://research.fb.com/downloads/babi/",
|
146 |
+
"license": "GNU Free Documentation License v1.3",
|
147 |
+
"features": {
|
148 |
+
"sentences": {
|
149 |
+
"feature": {
|
150 |
+
"dtype": "string",
|
151 |
+
"id": null,
|
152 |
+
"_type": "Value"
|
153 |
+
},
|
154 |
+
"length": -1,
|
155 |
+
"id": null,
|
156 |
+
"_type": "Sequence"
|
157 |
+
},
|
158 |
+
"question": {
|
159 |
+
"dtype": "string",
|
160 |
+
"id": null,
|
161 |
+
"_type": "Value"
|
162 |
+
},
|
163 |
+
"answer": {
|
164 |
+
"dtype": "string",
|
165 |
+
"id": null,
|
166 |
+
"_type": "Value"
|
167 |
+
},
|
168 |
+
"options": {
|
169 |
+
"feature": {
|
170 |
+
"dtype": "string",
|
171 |
+
"id": null,
|
172 |
+
"_type": "Value"
|
173 |
+
},
|
174 |
+
"length": -1,
|
175 |
+
"id": null,
|
176 |
+
"_type": "Sequence"
|
177 |
+
}
|
178 |
+
},
|
179 |
+
"post_processed": null,
|
180 |
+
"supervised_keys": null,
|
181 |
+
"task_templates": null,
|
182 |
+
"builder_name": "cbt",
|
183 |
+
"config_name": "P",
|
184 |
+
"version": {
|
185 |
+
"version_str": "1.1.0",
|
186 |
+
"description": null,
|
187 |
+
"major": 1,
|
188 |
+
"minor": 1,
|
189 |
+
"patch": 0
|
190 |
+
},
|
191 |
+
"splits": {
|
192 |
+
"train": {
|
193 |
+
"name": "train",
|
194 |
+
"num_bytes": 852852601,
|
195 |
+
"num_examples": 334030,
|
196 |
+
"dataset_name": "cbt"
|
197 |
+
},
|
198 |
+
"test": {
|
199 |
+
"name": "test",
|
200 |
+
"num_bytes": 6078048,
|
201 |
+
"num_examples": 2500,
|
202 |
+
"dataset_name": "cbt"
|
203 |
+
},
|
204 |
+
"validation": {
|
205 |
+
"name": "validation",
|
206 |
+
"num_bytes": 4776981,
|
207 |
+
"num_examples": 2000,
|
208 |
+
"dataset_name": "cbt"
|
209 |
+
}
|
210 |
+
},
|
211 |
+
"download_checksums": {
|
212 |
+
"data/CBTest.tgz": {
|
213 |
+
"num_bytes": 120547669,
|
214 |
+
"checksum": "932df0cadc1337b2a12b4c696b1041c1d1c6d4b6bd319874c6288f02e4a61e92"
|
215 |
+
}
|
216 |
+
},
|
217 |
+
"download_size": 120547669,
|
218 |
+
"post_processing_size": null,
|
219 |
+
"dataset_size": 863707630,
|
220 |
+
"size_in_bytes": 984255299
|
221 |
+
},
|
222 |
+
"NE": {
|
223 |
+
"description": "The Children\u2019s Book Test (CBT) is designed to measure directly\nhow well language models can exploit wider linguistic context.\nThe CBT is built from books that are freely available.\n",
|
224 |
+
"citation": "@misc{hill2016goldilocks,\n title={The Goldilocks Principle: Reading Children's Books with Explicit Memory Representations},\n author={Felix Hill and Antoine Bordes and Sumit Chopra and Jason Weston},\n year={2016},\n eprint={1511.02301},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n",
|
225 |
+
"homepage": "https://research.fb.com/downloads/babi/",
|
226 |
+
"license": "GNU Free Documentation License v1.3",
|
227 |
+
"features": {
|
228 |
+
"sentences": {
|
229 |
+
"feature": {
|
230 |
+
"dtype": "string",
|
231 |
+
"id": null,
|
232 |
+
"_type": "Value"
|
233 |
+
},
|
234 |
+
"length": -1,
|
235 |
+
"id": null,
|
236 |
+
"_type": "Sequence"
|
237 |
+
},
|
238 |
+
"question": {
|
239 |
+
"dtype": "string",
|
240 |
+
"id": null,
|
241 |
+
"_type": "Value"
|
242 |
+
},
|
243 |
+
"answer": {
|
244 |
+
"dtype": "string",
|
245 |
+
"id": null,
|
246 |
+
"_type": "Value"
|
247 |
+
},
|
248 |
+
"options": {
|
249 |
+
"feature": {
|
250 |
+
"dtype": "string",
|
251 |
+
"id": null,
|
252 |
+
"_type": "Value"
|
253 |
+
},
|
254 |
+
"length": -1,
|
255 |
+
"id": null,
|
256 |
+
"_type": "Sequence"
|
257 |
+
}
|
258 |
+
},
|
259 |
+
"post_processed": null,
|
260 |
+
"supervised_keys": null,
|
261 |
+
"task_templates": null,
|
262 |
+
"builder_name": "cbt",
|
263 |
+
"config_name": "NE",
|
264 |
+
"version": {
|
265 |
+
"version_str": "1.1.0",
|
266 |
+
"description": null,
|
267 |
+
"major": 1,
|
268 |
+
"minor": 1,
|
269 |
+
"patch": 0
|
270 |
+
},
|
271 |
+
"splits": {
|
272 |
+
"train": {
|
273 |
+
"name": "train",
|
274 |
+
"num_bytes": 253551931,
|
275 |
+
"num_examples": 108719,
|
276 |
+
"dataset_name": "cbt"
|
277 |
+
},
|
278 |
+
"test": {
|
279 |
+
"name": "test",
|
280 |
+
"num_bytes": 5707734,
|
281 |
+
"num_examples": 2500,
|
282 |
+
"dataset_name": "cbt"
|
283 |
+
},
|
284 |
+
"validation": {
|
285 |
+
"name": "validation",
|
286 |
+
"num_bytes": 4424316,
|
287 |
+
"num_examples": 2000,
|
288 |
+
"dataset_name": "cbt"
|
289 |
+
}
|
290 |
+
},
|
291 |
+
"download_checksums": {
|
292 |
+
"data/CBTest.tgz": {
|
293 |
+
"num_bytes": 120547669,
|
294 |
+
"checksum": "932df0cadc1337b2a12b4c696b1041c1d1c6d4b6bd319874c6288f02e4a61e92"
|
295 |
+
}
|
296 |
+
},
|
297 |
+
"download_size": 120547669,
|
298 |
+
"post_processing_size": null,
|
299 |
+
"dataset_size": 263683981,
|
300 |
+
"size_in_bytes": 384231650
|
301 |
+
},
|
302 |
+
"CN": {
|
303 |
+
"description": "The Children\u2019s Book Test (CBT) is designed to measure directly\nhow well language models can exploit wider linguistic context.\nThe CBT is built from books that are freely available.\n",
|
304 |
+
"citation": "@misc{hill2016goldilocks,\n title={The Goldilocks Principle: Reading Children's Books with Explicit Memory Representations},\n author={Felix Hill and Antoine Bordes and Sumit Chopra and Jason Weston},\n year={2016},\n eprint={1511.02301},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n}\n",
|
305 |
+
"homepage": "https://research.fb.com/downloads/babi/",
|
306 |
+
"license": "GNU Free Documentation License v1.3",
|
307 |
+
"features": {
|
308 |
+
"sentences": {
|
309 |
+
"feature": {
|
310 |
+
"dtype": "string",
|
311 |
+
"_type": "Value"
|
312 |
+
},
|
313 |
+
"_type": "Sequence"
|
314 |
+
},
|
315 |
+
"question": {
|
316 |
+
"dtype": "string",
|
317 |
+
"_type": "Value"
|
318 |
+
},
|
319 |
+
"answer": {
|
320 |
+
"dtype": "string",
|
321 |
+
"_type": "Value"
|
322 |
+
},
|
323 |
+
"options": {
|
324 |
+
"feature": {
|
325 |
+
"dtype": "string",
|
326 |
+
"_type": "Value"
|
327 |
+
},
|
328 |
+
"_type": "Sequence"
|
329 |
+
}
|
330 |
+
},
|
331 |
+
"builder_name": "parquet",
|
332 |
+
"dataset_name": "cbt",
|
333 |
+
"config_name": "CN",
|
334 |
+
"version": {
|
335 |
+
"version_str": "1.1.0",
|
336 |
+
"major": 1,
|
337 |
+
"minor": 1,
|
338 |
+
"patch": 0
|
339 |
+
},
|
340 |
+
"splits": {
|
341 |
+
"train": {
|
342 |
+
"name": "train",
|
343 |
+
"num_bytes": 301730151,
|
344 |
+
"num_examples": 120769,
|
345 |
+
"dataset_name": null
|
346 |
+
},
|
347 |
+
"test": {
|
348 |
+
"name": "test",
|
349 |
+
"num_bytes": 6138376,
|
350 |
+
"num_examples": 2500,
|
351 |
+
"dataset_name": null
|
352 |
+
},
|
353 |
+
"validation": {
|
354 |
+
"name": "validation",
|
355 |
+
"num_bytes": 4737257,
|
356 |
+
"num_examples": 2000,
|
357 |
+
"dataset_name": null
|
358 |
+
}
|
359 |
+
},
|
360 |
+
"download_size": 31615166,
|
361 |
+
"dataset_size": 312605784,
|
362 |
+
"size_in_bytes": 344220950
|
363 |
+
}
|
364 |
+
}
|