Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
michal-stefanik commited on
Commit
6428ca4
·
1 Parent(s): b9ae9f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
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
- @article{kadlcik2023calcx,
163
- title={Calc-X: Enriching Arithmetical Chain-of-Thoughts Datasets by Interaction with Symbolic Systems},
164
- author={Marek Kadlčík and Michal Štefánik},
165
- year={2023},
166
- eprint={2305.15017},
167
- archivePrefix={arXiv},
168
- primaryClass={cs.LG}
 
 
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
  ```