prompteus commited on
Commit
1895931
1 Parent(s): 35568ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -95,6 +95,11 @@ We created the dataset by converting the **equation** attribute in the original
95
  We also perform in-dataset and cross-dataset data-leak detection within the [Calc-X collection](https://huggingface.co/collections/MU-NLPC/calc-x-652fee9a6b838fd820055483).
96
  However, for SVAMP specifically, we detected no data leaks and filtered no data.
97
 
 
 
 
 
 
98
 
99
  ## Attributes:
100
 
@@ -109,12 +114,6 @@ However, for SVAMP specifically, we detected no data leaks and filtered no data.
109
  Attributes **id**, **question**, **chain**, and **result** are present in all datasets in [Calc-X collection](https://huggingface.co/collections/MU-NLPC/calc-x-652fee9a6b838fd820055483).
110
 
111
 
112
- ## Content and data splits
113
-
114
- The dataset contains the same data instances as the original dataset except for a correction of inconsistency between `equation` and `answer` in one data instance.
115
- To the best of our knowledge, the original dataset does not contain an official train-test split. We treat the whole dataset as a testing benchmark.
116
-
117
-
118
  ## Related work
119
 
120
  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.
 
95
  We also perform in-dataset and cross-dataset data-leak detection within the [Calc-X collection](https://huggingface.co/collections/MU-NLPC/calc-x-652fee9a6b838fd820055483).
96
  However, for SVAMP specifically, we detected no data leaks and filtered no data.
97
 
98
+ ## Content and data splits
99
+
100
+ The dataset contains the same data instances as the original dataset except for a correction of inconsistency between `equation` and `answer` in one data instance.
101
+ To the best of our knowledge, the original dataset does not contain an official train-test split. We treat the whole dataset as a testing benchmark.
102
+
103
 
104
  ## Attributes:
105
 
 
114
  Attributes **id**, **question**, **chain**, and **result** are present in all datasets in [Calc-X collection](https://huggingface.co/collections/MU-NLPC/calc-x-652fee9a6b838fd820055483).
115
 
116
 
 
 
 
 
 
 
117
  ## Related work
118
 
119
  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.