Datasets:
Tasks:
Question Answering
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
10K<n<100K
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -21,6 +21,39 @@ task_ids:
|
|
21 |
- multiple-choice-qa
|
22 |
paperswithcode_id: mc-taco
|
23 |
pretty_name: MC-TACO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Dataset Card for MC-TACO
|
@@ -181,4 +214,4 @@ Unknwon
|
|
181 |
|
182 |
### Contributions
|
183 |
|
184 |
-
Thanks to [@VictorSanh](https://github.com/VictorSanh) for adding this dataset.
|
|
|
21 |
- multiple-choice-qa
|
22 |
paperswithcode_id: mc-taco
|
23 |
pretty_name: MC-TACO
|
24 |
+
dataset_info:
|
25 |
+
features:
|
26 |
+
- name: sentence
|
27 |
+
dtype: string
|
28 |
+
- name: question
|
29 |
+
dtype: string
|
30 |
+
- name: answer
|
31 |
+
dtype: string
|
32 |
+
- name: label
|
33 |
+
dtype:
|
34 |
+
class_label:
|
35 |
+
names:
|
36 |
+
0: 'no'
|
37 |
+
1: 'yes'
|
38 |
+
- name: category
|
39 |
+
dtype:
|
40 |
+
class_label:
|
41 |
+
names:
|
42 |
+
0: Event Duration
|
43 |
+
1: Event Ordering
|
44 |
+
2: Frequency
|
45 |
+
3: Typical Time
|
46 |
+
4: Stationarity
|
47 |
+
config_name: plain_text
|
48 |
+
splits:
|
49 |
+
- name: test
|
50 |
+
num_bytes: 1785553
|
51 |
+
num_examples: 9442
|
52 |
+
- name: validation
|
53 |
+
num_bytes: 713023
|
54 |
+
num_examples: 3783
|
55 |
+
download_size: 2385137
|
56 |
+
dataset_size: 2498576
|
57 |
---
|
58 |
|
59 |
# Dataset Card for MC-TACO
|
|
|
214 |
|
215 |
### Contributions
|
216 |
|
217 |
+
Thanks to [@VictorSanh](https://github.com/VictorSanh) for adding this dataset.
|