Datasets:
Commit
·
16d9d25
1
Parent(s):
6aa3777
Update README.md
Browse files
README.md
CHANGED
@@ -113,15 +113,17 @@ MIT, consistently with the original dataset.
|
|
113 |
|
114 |
## Cite
|
115 |
|
116 |
-
If you use this version of dataset in research, please cite the [original GSM8K paper](https://arxiv.org/abs/2110.14168) and
|
117 |
|
118 |
```bibtex
|
119 |
-
@
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
|
|
|
|
126 |
}
|
127 |
```
|
|
|
113 |
|
114 |
## Cite
|
115 |
|
116 |
+
If you use this version of dataset in research, please cite the [original GSM8K paper](https://arxiv.org/abs/2110.14168) and [Calc-X collection](https://arxiv.org/abs/2305.15017) as follows:
|
117 |
|
118 |
```bibtex
|
119 |
+
@inproceedings{kadlcik-etal-2023-soft,
|
120 |
+
title = "Calc-X and Calcformers: Empowering Arithmetical Chain-of-Thought through Interaction with Symbolic Systems",
|
121 |
+
author = "Marek Kadlčík and Michal Štefánik and Ondřej Sotolář and Vlastimil Martinek",
|
122 |
+
booktitle = "Proceedings of the The 2023 Conference on Empirical Methods in Natural Language Processing: Main track",
|
123 |
+
month = december,
|
124 |
+
year = "2023",
|
125 |
+
address = "Singapore, Singapore",
|
126 |
+
publisher = "Association for Computational Linguistics",
|
127 |
+
url = "https://arxiv.org/abs/2305.15017",
|
128 |
}
|
129 |
```
|