michal-stefanik
commited on
Commit
·
29753d6
1
Parent(s):
9f90158
Update README.md
Browse files
README.md
CHANGED
@@ -137,5 +137,17 @@ If you are interested in related datasets (or models), check out the MU-NLPC org
|
|
137 |
|
138 |
## Cite
|
139 |
|
140 |
-
If you use this version of dataset in research, please cite the original [MAWPS paper](https://aclanthology.org/N16-1136/).
|
141 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
|
138 |
## Cite
|
139 |
|
140 |
+
If you use this version of dataset in research, please cite the original [MAWPS paper](https://aclanthology.org/N16-1136/) and [Calc-X collection](https://arxiv.org/abs/2305.15017) as follows:
|
141 |
+
|
142 |
+
```bibtex
|
143 |
+
@inproceedings{kadlcik-etal-2023-soft,
|
144 |
+
title = "Calc-X and Calcformers: Empowering Arithmetical Chain-of-Thought through Interaction with Symbolic Systems",
|
145 |
+
author = "Marek Kadlčík and Michal Štefánik and Ondřej Sotolář and Vlastimil Martinek",
|
146 |
+
booktitle = "Proceedings of the The 2023 Conference on Empirical Methods in Natural Language Processing: Main track",
|
147 |
+
month = december,
|
148 |
+
year = "2023",
|
149 |
+
address = "Singapore, Singapore",
|
150 |
+
publisher = "Association for Computational Linguistics",
|
151 |
+
url = "https://arxiv.org/abs/2305.15017",
|
152 |
+
}
|
153 |
+
```
|