Commit
·
6428ca4
1
Parent(s):
b9ae9f5
Update README.md
Browse files
README.md
CHANGED
@@ -159,12 +159,14 @@ Apache 2.0, consistently with the original dataset.
|
|
159 |
If you use this version of dataset in research, please cite the [original MathQA paper](https://arxiv.org/abs/1905.13319), and also [our technical report](https://arxiv.org/abs/2305.15017) as follows:
|
160 |
|
161 |
```bibtex
|
162 |
-
@
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
|
|
|
|
169 |
}
|
170 |
```
|
|
|
159 |
If you use this version of dataset in research, please cite the [original MathQA paper](https://arxiv.org/abs/1905.13319), and also [our technical report](https://arxiv.org/abs/2305.15017) as follows:
|
160 |
|
161 |
```bibtex
|
162 |
+
@inproceedings{kadlcik-etal-2023-soft,
|
163 |
+
title = "Calc-X and Calcformers: Empowering Arithmetical Chain-of-Thought through Interaction with Symbolic Systems",
|
164 |
+
author = "Marek Kadlčík and Michal Štefánik and Ondřej Sotolář and Vlastimil Martinek",
|
165 |
+
booktitle = "Proceedings of the The 2023 Conference on Empirical Methods in Natural Language Processing: Main track",
|
166 |
+
month = december,
|
167 |
+
year = "2023",
|
168 |
+
address = "Singapore, Singapore",
|
169 |
+
publisher = "Association for Computational Linguistics",
|
170 |
+
url = "https://arxiv.org/abs/2305.15017",
|
171 |
}
|
172 |
```
|