Update README.md
Browse files
README.md
CHANGED
@@ -84,7 +84,7 @@ configs:
|
|
84 |
This dataset is an instance of Ape210K dataset, converted to a simple HTML-like language that can be easily parsed (e.g. by BeautifulSoup). The data contains 3 types of tags:
|
85 |
- gadget: A tag whose content is intended to be evaluated by calling an external tool (sympy-based calculator in this case)
|
86 |
- output: An output of the external tool
|
87 |
-
- result: The final answer
|
88 |
|
89 |
|
90 |
## Supported Tasks
|
@@ -105,7 +105,7 @@ Specifically for Ape210k, we removed parts of the validation and test split, wit
|
|
105 |
You can read more information about this process in our [Calc-X paper](https://arxiv.org/abs/2305.15017).
|
106 |
|
107 |
|
108 |
-
##
|
109 |
|
110 |
- `id` - id of the example
|
111 |
- `question` - the description of the math problem. Automatically translated from the `question_chinese` column into English using Google Translate
|
@@ -115,7 +115,7 @@ You can read more information about this process in our [Calc-X paper](https://a
|
|
115 |
- `result_float` - result as a float
|
116 |
- `equation` - a nested expression that evaluates to the correct answer
|
117 |
|
118 |
-
|
119 |
|
120 |
|
121 |
|
@@ -143,14 +143,14 @@ MIT, consistently with the original dataset.
|
|
143 |
|
144 |
## Cite
|
145 |
|
146 |
-
If you use this version of the dataset in research, please cite the [original Ape210k paper](https://arxiv.org/abs/2009.11506), and [Calc-X paper](https://arxiv.org/abs/2305.15017) as follows:
|
147 |
|
148 |
```bibtex
|
149 |
@inproceedings{kadlcik-etal-2023-soft,
|
150 |
title = "Calc-X and Calcformers: Empowering Arithmetical Chain-of-Thought through Interaction with Symbolic Systems",
|
151 |
author = "Marek Kadlčík and Michal Štefánik and Ondřej Sotolář and Vlastimil Martinek",
|
152 |
booktitle = "Proceedings of the The 2023 Conference on Empirical Methods in Natural Language Processing: Main track",
|
153 |
-
month =
|
154 |
year = "2023",
|
155 |
address = "Singapore, Singapore",
|
156 |
publisher = "Association for Computational Linguistics",
|
|
|
84 |
This dataset is an instance of Ape210K dataset, converted to a simple HTML-like language that can be easily parsed (e.g. by BeautifulSoup). The data contains 3 types of tags:
|
85 |
- gadget: A tag whose content is intended to be evaluated by calling an external tool (sympy-based calculator in this case)
|
86 |
- output: An output of the external tool
|
87 |
+
- result: The final answer to the mathematical problem (a number)
|
88 |
|
89 |
|
90 |
## Supported Tasks
|
|
|
105 |
You can read more information about this process in our [Calc-X paper](https://arxiv.org/abs/2305.15017).
|
106 |
|
107 |
|
108 |
+
## Attributes
|
109 |
|
110 |
- `id` - id of the example
|
111 |
- `question` - the description of the math problem. Automatically translated from the `question_chinese` column into English using Google Translate
|
|
|
115 |
- `result_float` - result as a float
|
116 |
- `equation` - a nested expression that evaluates to the correct answer
|
117 |
|
118 |
+
Attributes `id`, `question`, `chain`, and `result` are present in all datasets in [Calc-X collection](https://huggingface.co/collections/MU-NLPC/calc-x-652fee9a6b838fd820055483).
|
119 |
|
120 |
|
121 |
|
|
|
143 |
|
144 |
## Cite
|
145 |
|
146 |
+
If you use this version of the dataset in research, please cite the [original Ape210k paper](https://arxiv.org/abs/2009.11506), and the [Calc-X paper](https://arxiv.org/abs/2305.15017) as follows:
|
147 |
|
148 |
```bibtex
|
149 |
@inproceedings{kadlcik-etal-2023-soft,
|
150 |
title = "Calc-X and Calcformers: Empowering Arithmetical Chain-of-Thought through Interaction with Symbolic Systems",
|
151 |
author = "Marek Kadlčík and Michal Štefánik and Ondřej Sotolář and Vlastimil Martinek",
|
152 |
booktitle = "Proceedings of the The 2023 Conference on Empirical Methods in Natural Language Processing: Main track",
|
153 |
+
month = dec,
|
154 |
year = "2023",
|
155 |
address = "Singapore, Singapore",
|
156 |
publisher = "Association for Computational Linguistics",
|