Update README.md
Browse files
README.md
CHANGED
@@ -105,20 +105,6 @@ 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 |
-
## Attributes
|
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** - the original 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, converted to a float
|
116 |
-
- **equation** - a nested expression that evaluates to the correct answer
|
117 |
-
|
118 |
-
Attributes **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.
|
@@ -136,12 +122,34 @@ datasets.load_dataset("MU-NLPC/calc-ape210k", "original-splits")
|
|
136 |
```
|
137 |
|
138 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
## Related work
|
140 |
|
141 |
-
This dataset was created as a part of a larger effort in training models capable of using a calculator during inference.
|
142 |
-
|
143 |
-
|
144 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
145 |
|
146 |
|
147 |
## Licence
|
|
|
105 |
You can read more information about this process in our [Calc-X paper](https://arxiv.org/abs/2305.15017).
|
106 |
|
107 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
## Data splits
|
109 |
|
110 |
The default config contains filtered splits with data leaks removed.
|
|
|
122 |
```
|
123 |
|
124 |
|
125 |
+
## Attributes
|
126 |
+
|
127 |
+
- **id** - id of the example
|
128 |
+
- **question** - the description of the math problem. Automatically translated from the `question_chinese` column into English using Google Translate
|
129 |
+
- **question_chinese** - the original description of the math problem in Chinese
|
130 |
+
- **chain** - linearized `equation`, sequence of arithmetic steps in HTML-like language that can be evaluated using our sympy-based calculator
|
131 |
+
- **result** - result as a string (can be an integer, float, or a fraction)
|
132 |
+
- **result_float** - result, converted to a float
|
133 |
+
- **equation** - a nested expression that evaluates to the correct answer
|
134 |
+
|
135 |
+
Attributes **id**, **question**, **chain**, and **result** are present in all datasets in [Calc-X collection](https://huggingface.co/collections/MU-NLPC/calc-x-652fee9a6b838fd820055483).
|
136 |
+
|
137 |
+
|
138 |
+
|
139 |
## Related work
|
140 |
|
141 |
+
This dataset was created as a part of a larger effort in training models capable of using a calculator during inference, which we call Calcformers.
|
142 |
+
|
143 |
+
- [**Calc-X collection**](https://huggingface.co/collections/MU-NLPC/calc-x-652fee9a6b838fd820055483) - datasets for training Calcformers
|
144 |
+
- [**Calcformers collection**](https://huggingface.co/collections/MU-NLPC/calcformers-65367392badc497807b3caf5) - calculator-using models we trained and published on HF
|
145 |
+
- [**Calc-X and Calcformers paper**](https://arxiv.org/abs/2305.15017)
|
146 |
+
- [**Calc-X and Calcformers repo**](https://github.com/prompteus/calc-x)
|
147 |
+
|
148 |
+
Here are links to the original dataset:
|
149 |
+
|
150 |
+
- [**original Ape210k dataset and repo**](https://github.com/Chenny0808/ape210k)
|
151 |
+
- [**original Ape210k paper**](https://arxiv.org/abs/2009.11506)
|
152 |
+
|
153 |
|
154 |
|
155 |
## Licence
|