Commit
·
029f6a1
1
Parent(s):
c1964f6
Update README.md
Browse files
README.md
CHANGED
|
@@ -62,4 +62,21 @@ configs:
|
|
| 62 |
|
| 63 |
TBD
|
| 64 |
|
| 65 |
-
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
|
| 63 |
TBD
|
| 64 |
|
| 65 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 66 |
+
|
| 67 |
+
## Cite
|
| 68 |
+
|
| 69 |
+
If you use this dataset in research, please cite the original [ASDiv paper](https://aclanthology.org/2020.acl-main.92) and [Calc-X collection](https://arxiv.org/abs/2305.15017) as follows:
|
| 70 |
+
|
| 71 |
+
```bibtex
|
| 72 |
+
@inproceedings{kadlcik-etal-2023-soft,
|
| 73 |
+
title = "Calc-X and Calcformers: Empowering Arithmetical Chain-of-Thought through Interaction with Symbolic Systems",
|
| 74 |
+
author = "Marek Kadlčík and Michal Štefánik and Ondřej Sotolář and Vlastimil Martinek",
|
| 75 |
+
booktitle = "Proceedings of the The 2023 Conference on Empirical Methods in Natural Language Processing: Main track",
|
| 76 |
+
month = december,
|
| 77 |
+
year = "2023",
|
| 78 |
+
address = "Singapore, Singapore",
|
| 79 |
+
publisher = "Association for Computational Linguistics",
|
| 80 |
+
url = "https://arxiv.org/abs/2305.15017",
|
| 81 |
+
}
|
| 82 |
+
```
|