Update README.md
Browse files
README.md
CHANGED
|
@@ -113,14 +113,14 @@ This dataset presents in-context scenarios where models can outsource the comput
|
|
| 113 |
|
| 114 |
We provide 2 variants of the dataset. In the first one, the data splits correspond to the original one and can be loaded using:
|
| 115 |
|
| 116 |
-
```
|
| 117 |
datasets.load_dataset("MU-NLPC/calc-mawps", "original-splits")
|
| 118 |
```
|
| 119 |
|
| 120 |
The second one is filtered to prevent data leaks (overly similar examples in train and test/val splits) in between and across datasets in [Calc-X collection](https://huggingface.co/collections/MU-NLPC/calc-x-652fee9a6b838fd820055483).
|
| 121 |
Specifically, we filtered out around 2,500 near-duplicates from the train set that were similar to some instances in the MAWPS val and test splits and ASDiv-A test split. You can load this variant via:
|
| 122 |
|
| 123 |
-
```
|
| 124 |
datasets.load_dataset("MU-NLPC/calc-mawps")
|
| 125 |
```
|
| 126 |
|
|
|
|
| 113 |
|
| 114 |
We provide 2 variants of the dataset. In the first one, the data splits correspond to the original one and can be loaded using:
|
| 115 |
|
| 116 |
+
```python
|
| 117 |
datasets.load_dataset("MU-NLPC/calc-mawps", "original-splits")
|
| 118 |
```
|
| 119 |
|
| 120 |
The second one is filtered to prevent data leaks (overly similar examples in train and test/val splits) in between and across datasets in [Calc-X collection](https://huggingface.co/collections/MU-NLPC/calc-x-652fee9a6b838fd820055483).
|
| 121 |
Specifically, we filtered out around 2,500 near-duplicates from the train set that were similar to some instances in the MAWPS val and test splits and ASDiv-A test split. You can load this variant via:
|
| 122 |
|
| 123 |
+
```python
|
| 124 |
datasets.load_dataset("MU-NLPC/calc-mawps")
|
| 125 |
```
|
| 126 |
|