Upload dataset
Browse files
Numerical Reasoning Comparison/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3765684e22008436c69ae2cd71b3056ea7d7fd59dd175efb85762b5edf66a34
|
| 3 |
+
size 3265565
|
Numerical Reasoning Comparison/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d716b7dc076c35552378ac445c3857411103ab87fbb9abb791c5d71bb405be8c
|
| 3 |
+
size 19767409
|
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
-
|
| 4 |
features:
|
| 5 |
- name: Q
|
| 6 |
dtype: string
|
|
@@ -23,6 +23,29 @@ dataset_info:
|
|
| 23 |
num_examples: 9553
|
| 24 |
download_size: 26818152
|
| 25 |
dataset_size: 47252257
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
configs:
|
| 27 |
- config_name: Numerical Reasoning Arithmetic
|
| 28 |
data_files:
|
|
@@ -30,4 +53,10 @@ configs:
|
|
| 30 |
path: Numerical Reasoning Arithmetic/train-*
|
| 31 |
- split: test
|
| 32 |
path: Numerical Reasoning Arithmetic/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
---
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: Numerical Reasoning Arithmetic
|
| 4 |
features:
|
| 5 |
- name: Q
|
| 6 |
dtype: string
|
|
|
|
| 23 |
num_examples: 9553
|
| 24 |
download_size: 26818152
|
| 25 |
dataset_size: 47252257
|
| 26 |
+
- config_name: Numerical Reasoning Comparison
|
| 27 |
+
features:
|
| 28 |
+
- name: Q
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: A
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: C
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: Rationale
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: type
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: correct
|
| 39 |
+
dtype: string
|
| 40 |
+
splits:
|
| 41 |
+
- name: train
|
| 42 |
+
num_bytes: 35502510
|
| 43 |
+
num_examples: 23016
|
| 44 |
+
- name: test
|
| 45 |
+
num_bytes: 5536935
|
| 46 |
+
num_examples: 3783
|
| 47 |
+
download_size: 23032974
|
| 48 |
+
dataset_size: 41039445
|
| 49 |
configs:
|
| 50 |
- config_name: Numerical Reasoning Arithmetic
|
| 51 |
data_files:
|
|
|
|
| 53 |
path: Numerical Reasoning Arithmetic/train-*
|
| 54 |
- split: test
|
| 55 |
path: Numerical Reasoning Arithmetic/test-*
|
| 56 |
+
- config_name: Numerical Reasoning Comparison
|
| 57 |
+
data_files:
|
| 58 |
+
- split: train
|
| 59 |
+
path: Numerical Reasoning Comparison/train-*
|
| 60 |
+
- split: test
|
| 61 |
+
path: Numerical Reasoning Comparison/test-*
|
| 62 |
---
|