Datasets:
michal-stefanik
commited on
Commit
•
e932468
1
Parent(s):
035424f
Update README.md
Browse files
README.md
CHANGED
@@ -62,4 +62,15 @@ MIT, consistently with the original dataset.
|
|
62 |
|
63 |
## Cite
|
64 |
|
65 |
-
If you use this dataset in research, please cite the [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
|
63 |
## Cite
|
64 |
|
65 |
+
If you use this version of dataset in research, please cite the [GSM8K paper](https://arxiv.org/abs/2110.14168) and our report as follows:
|
66 |
+
|
67 |
+
```bibtex
|
68 |
+
@article{kadlcik2023calcx,
|
69 |
+
title={Calc-X: Enriching Arithmetical Chain-of-Thoughts Datasets by Interaction with Symbolic Systems},
|
70 |
+
author={Marek Kadlčík and Michal Štefánik},
|
71 |
+
year={2023},
|
72 |
+
eprint={2305.15017},
|
73 |
+
archivePrefix={arXiv},
|
74 |
+
primaryClass={cs.LG}
|
75 |
+
}
|
76 |
+
```
|