--- language: - en license: apache-2.0 size_categories: - 10K(0.6)*900\n540\n540 miles\n In 1 hour there are 60 minutes\n Speed in miles/minutes\n= 60 * 540\n= \n60 * 540\n32_400\n32400\n Correct answer - 32400\n. A' } ``` The enclosing HTML tags (e.g. **`(0.6)*900\n540`**) represent the inputs and outputs to the `sympy.parse_expr().evalf()` method (in our code [here](https://github.com/markcheeky/gadgets/blob/7799a7841940b15593d4667219424ee71c74327e/gadgets/gadget.py#L28)). Note that the format of the dataset is consistent with [MU-NLPC/Calc-gsm8k](https://huggingface.co/datasets/MU-NLPC/Calc-gsm8k). ### Data Fields * **question**: A natural language definition of the problem to solve. * **options**: 5 possible options (A, B, C, D and E), among which one is correct * **result**: The correct option * **chain**: A natural language step-by-step solution with automatically inserted calculator calls and outputs of the sympy calculator. ### Data Splits The samples in data splits are consistent with the original [aqua_rat](https://huggingface.co/datasets/aqua_rat) dataset, containing: * **train** split of 97467 samples, * **validation** split of 254 samples, * **test** split of 254. * ## Licensing Apache-2.0, consistently with the original aqua-rat dataset. ## Cite If you use this dataset in research, please cite the original [aqua-rat paper](https://arxiv.org/pdf/1705.04146.pdf) and our report as follows: ```bibtex @article{kadlcik2023calcx, title={Calc-X: Enriching Arithmetical Chain-of-Thoughts Datasets by Interaction with Symbolic Systems}, author={Marek Kadlčík and Michal Štefánik}, year={2023}, eprint={2305.15017}, archivePrefix={arXiv}, primaryClass={cs.LG} } ```