Datasets:
Tasks:
Multiple Choice
Modalities:
Text
Formats:
parquet
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
10M - 100M
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -19,6 +19,31 @@ task_categories:
|
|
| 19 |
task_ids:
|
| 20 |
- multiple-choice-qa
|
| 21 |
paperswithcode_id: asnq
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# Dataset Card for "asnq"
|
|
@@ -196,4 +221,4 @@ https://github.com/alexa/wqa_tanda/blob/master/LICENSE
|
|
| 196 |
|
| 197 |
### Contributions
|
| 198 |
|
| 199 |
-
Thanks to [@mkserge](https://github.com/mkserge) for adding this dataset.
|
|
|
|
| 19 |
task_ids:
|
| 20 |
- multiple-choice-qa
|
| 21 |
paperswithcode_id: asnq
|
| 22 |
+
dataset_info:
|
| 23 |
+
features:
|
| 24 |
+
- name: question
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: sentence
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: label
|
| 29 |
+
dtype:
|
| 30 |
+
class_label:
|
| 31 |
+
names:
|
| 32 |
+
0: neg
|
| 33 |
+
1: pos
|
| 34 |
+
- name: sentence_in_long_answer
|
| 35 |
+
dtype: bool
|
| 36 |
+
- name: short_answer_in_sentence
|
| 37 |
+
dtype: bool
|
| 38 |
+
splits:
|
| 39 |
+
- name: train
|
| 40 |
+
num_bytes: 3656881376
|
| 41 |
+
num_examples: 20377568
|
| 42 |
+
- name: validation
|
| 43 |
+
num_bytes: 168005155
|
| 44 |
+
num_examples: 930062
|
| 45 |
+
download_size: 3563857920
|
| 46 |
+
dataset_size: 3824886531
|
| 47 |
---
|
| 48 |
|
| 49 |
# Dataset Card for "asnq"
|
|
|
|
| 221 |
|
| 222 |
### Contributions
|
| 223 |
|
| 224 |
+
Thanks to [@mkserge](https://github.com/mkserge) for adding this dataset.
|