Update README.md
Browse files
README.md
CHANGED
@@ -105,7 +105,21 @@ Specifically for Ape210k, we removed parts of the validation and test split, wit
|
|
105 |
You can read more information about this process in our [Calc-X paper](https://arxiv.org/abs/2305.15017).
|
106 |
|
107 |
|
108 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
|
110 |
The default config contains filtered splits with data leaks removed.
|
111 |
You can load it using:
|
@@ -122,18 +136,6 @@ datasets.load_dataset("MU-NLPC/calc-ape210k", "original-splits")
|
|
122 |
```
|
123 |
|
124 |
|
125 |
-
Columns:
|
126 |
-
- `id` - id of the example
|
127 |
-
- `question` - the description of the math problem. Automatically translated from the `question_chinese` column into English using Google Translate
|
128 |
-
- `question_chinese` - description of the math problem in Chinese
|
129 |
-
- `chain` - linearized `equation`, sequence of arithmetic steps in HTML-like language that can be evaluated using our sympy-based calculator
|
130 |
-
- `result` - result as a string (can be an integer, float, or a fraction)
|
131 |
-
- `result_float` - result as a float
|
132 |
-
- `equation` - a nested expression that evaluates to the correct answer
|
133 |
-
|
134 |
-
Columns `id`, `question`, `chain`, and `result` are present in all datasets in [Calc-X collection](https://huggingface.co/collections/MU-NLPC/calc-x-652fee9a6b838fd820055483).
|
135 |
-
|
136 |
-
|
137 |
## Licence
|
138 |
|
139 |
MIT, consistently with the original dataset.
|
|
|
105 |
You can read more information about this process in our [Calc-X paper](https://arxiv.org/abs/2305.15017).
|
106 |
|
107 |
|
108 |
+
## Data features
|
109 |
+
|
110 |
+
- `id` - id of the example
|
111 |
+
- `question` - the description of the math problem. Automatically translated from the `question_chinese` column into English using Google Translate
|
112 |
+
- `question_chinese` - description of the math problem in Chinese
|
113 |
+
- `chain` - linearized `equation`, sequence of arithmetic steps in HTML-like language that can be evaluated using our sympy-based calculator
|
114 |
+
- `result` - result as a string (can be an integer, float, or a fraction)
|
115 |
+
- `result_float` - result as a float
|
116 |
+
- `equation` - a nested expression that evaluates to the correct answer
|
117 |
+
|
118 |
+
Columns `id`, `question`, `chain`, and `result` are present in all datasets in [Calc-X collection](https://huggingface.co/collections/MU-NLPC/calc-x-652fee9a6b838fd820055483).
|
119 |
+
|
120 |
+
|
121 |
+
|
122 |
+
## Data splits
|
123 |
|
124 |
The default config contains filtered splits with data leaks removed.
|
125 |
You can load it using:
|
|
|
136 |
```
|
137 |
|
138 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
## Licence
|
140 |
|
141 |
MIT, consistently with the original dataset.
|