Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
csv
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,53 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- crowdsourced
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
language_creators:
|
| 7 |
+
- crowdsourced
|
| 8 |
+
- expert-generated
|
| 9 |
+
license:
|
| 10 |
+
- apache-2.0
|
| 11 |
+
multilinguality:
|
| 12 |
+
- monolingual
|
| 13 |
+
pretty_name: MathQA
|
| 14 |
+
size_categories:
|
| 15 |
+
- 10K<n<100K
|
| 16 |
+
source_datasets:
|
| 17 |
+
- extended|aqua_rat
|
| 18 |
+
task_categories:
|
| 19 |
+
- question-answering
|
| 20 |
+
task_ids:
|
| 21 |
+
- multiple-choice-qa
|
| 22 |
+
paperswithcode_id: mathqa
|
| 23 |
+
dataset_info:
|
| 24 |
+
features:
|
| 25 |
+
- name: Problem
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: Rationale
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: options
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: correct
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: annotated_formula
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: linear_formula
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: category
|
| 38 |
+
dtype: string
|
| 39 |
+
splits:
|
| 40 |
+
- name: test
|
| 41 |
+
num_bytes: 1844184
|
| 42 |
+
num_examples: 2985
|
| 43 |
+
- name: train
|
| 44 |
+
num_bytes: 18368826
|
| 45 |
+
num_examples: 29837
|
| 46 |
+
- name: validation
|
| 47 |
+
num_bytes: 2752969
|
| 48 |
+
num_examples: 4475
|
| 49 |
+
download_size: 7302821
|
| 50 |
+
dataset_size: 22965979
|
| 51 |
+
---
|
| 52 |
+
|
| 53 |
+
Origianl dataset from [allenai/math_qa](https://huggingface.co/datasets/allenai/math_qa)
|