Upload dataset
Browse files
Numerical Reasoning Extraction/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b239eae9f2cc4d3f5311b9751bfe948ae0d33f4bce4069b5d051093456263aa
|
| 3 |
+
size 5112470
|
Numerical Reasoning Extraction/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4980b15b7aead5df3d791a2995950900384c6c8dfb8707af1e4499021f1b7cb
|
| 3 |
+
size 24955256
|
README.md
CHANGED
|
@@ -46,6 +46,29 @@ dataset_info:
|
|
| 46 |
num_examples: 3783
|
| 47 |
download_size: 23032974
|
| 48 |
dataset_size: 41039445
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
configs:
|
| 50 |
- config_name: Numerical Reasoning Arithmetic
|
| 51 |
data_files:
|
|
@@ -59,4 +82,10 @@ configs:
|
|
| 59 |
path: Numerical Reasoning Comparison/train-*
|
| 60 |
- split: test
|
| 61 |
path: Numerical Reasoning Comparison/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
---
|
|
|
|
| 46 |
num_examples: 3783
|
| 47 |
download_size: 23032974
|
| 48 |
dataset_size: 41039445
|
| 49 |
+
- config_name: Numerical Reasoning Extraction
|
| 50 |
+
features:
|
| 51 |
+
- name: Q
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: A
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: C
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: Rationale
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: type
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: correct
|
| 62 |
+
dtype: string
|
| 63 |
+
splits:
|
| 64 |
+
- name: train
|
| 65 |
+
num_bytes: 43262111
|
| 66 |
+
num_examples: 21000
|
| 67 |
+
- name: test
|
| 68 |
+
num_bytes: 8579210
|
| 69 |
+
num_examples: 5213
|
| 70 |
+
download_size: 30067726
|
| 71 |
+
dataset_size: 51841321
|
| 72 |
configs:
|
| 73 |
- config_name: Numerical Reasoning Arithmetic
|
| 74 |
data_files:
|
|
|
|
| 82 |
path: Numerical Reasoning Comparison/train-*
|
| 83 |
- split: test
|
| 84 |
path: Numerical Reasoning Comparison/test-*
|
| 85 |
+
- config_name: Numerical Reasoning Extraction
|
| 86 |
+
data_files:
|
| 87 |
+
- split: train
|
| 88 |
+
path: Numerical Reasoning Extraction/train-*
|
| 89 |
+
- split: test
|
| 90 |
+
path: Numerical Reasoning Extraction/test-*
|
| 91 |
---
|