Commit
·
f3c893e
1
Parent(s):
de94bf5
Update README.md
Browse files
README.md
CHANGED
@@ -118,5 +118,17 @@ If you are interested in related datasets (or models), check out the MU-NLPC org
|
|
118 |
|
119 |
## Cite
|
120 |
|
121 |
-
If you use this version of dataset in research, please cite the original [SVAMP paper](https://www.semanticscholar.org/paper/Are-NLP-Models-really-able-to-Solve-Simple-Math-Patel-Bhattamishra/13c4e5a6122f3fa2663f63e49537091da6532f35).
|
122 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
118 |
|
119 |
## Cite
|
120 |
|
121 |
+
If you use this version of dataset in research, please cite the original [SVAMP paper](https://www.semanticscholar.org/paper/Are-NLP-Models-really-able-to-Solve-Simple-Math-Patel-Bhattamishra/13c4e5a6122f3fa2663f63e49537091da6532f35) and [Calc-X collection](https://arxiv.org/abs/2305.15017) as follows:
|
122 |
+
|
123 |
+
```bibtex
|
124 |
+
@inproceedings{kadlcik-etal-2023-soft,
|
125 |
+
title = "Calc-X and Calcformers: Empowering Arithmetical Chain-of-Thought through Interaction with Symbolic Systems",
|
126 |
+
author = "Marek Kadlčík and Michal Štefánik and Ondřej Sotolář and Vlastimil Martinek",
|
127 |
+
booktitle = "Proceedings of the The 2023 Conference on Empirical Methods in Natural Language Processing: Main track",
|
128 |
+
month = december,
|
129 |
+
year = "2023",
|
130 |
+
address = "Singapore, Singapore",
|
131 |
+
publisher = "Association for Computational Linguistics",
|
132 |
+
url = "https://arxiv.org/abs/2305.15017",
|
133 |
+
}
|
134 |
+
```
|