prompteus commited on
Commit
cb19098
1 Parent(s): 76a64c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -16
README.md CHANGED
@@ -81,33 +81,44 @@ This variant of the dataset is intended for training Chain-of-Thought reasoning
81
  This dataset presents in-context scenarios where models can outsource the computations in the reasoning chain to a calculator.
82
 
83
 
 
 
 
 
 
84
  ## Attributes:
85
 
86
- - `id`: id of the example
87
- - `question`: problem description in English
88
- - `chain`: series of simple operations (derived from `expression`) that lead to the solution
89
- - `result`: the solution for x as a number or fraction (string)
90
- - `result_float`: same as `result` but converted to a float
91
- - `result_unit`: the units of the result
92
- - `grade`: an estimate of the school grade in which the problem would be practiced
93
- - `source_question`: the source from which the example originates
94
 
95
- Attributes `id`, `question`, `chain`, and `result` are present in all datasets in the [Calc-X collection](https://huggingface.co/collections/MU-NLPC/calc-x-652fee9a6b838fd820055483).
96
 
97
 
98
- ## Data splits
99
 
100
- The dataset does not contain data splits. We consider the whole dataset as a testing benchmark.
101
 
 
 
 
 
102
 
103
- ## Licence
104
 
105
- CC BY-NC 4.0, consistent with the original source dataset linked above.
 
106
 
107
 
108
- ## Related work
 
 
109
 
110
- If you are interested in related datasets (or models), check out the MU-NLPC organization here on HuggingFace. We have released a few other datasets in a compatible format, and several models that use an external calculator during inference.
111
 
112
 
113
  ## Cite
@@ -119,7 +130,7 @@ If you use this dataset in research, please cite the original [ASDiv paper](http
119
  title = "Calc-X and Calcformers: Empowering Arithmetical Chain-of-Thought through Interaction with Symbolic Systems",
120
  author = "Marek Kadlčík and Michal Štefánik and Ondřej Sotolář and Vlastimil Martinek",
121
  booktitle = "Proceedings of the The 2023 Conference on Empirical Methods in Natural Language Processing: Main track",
122
- month = december,
123
  year = "2023",
124
  address = "Singapore, Singapore",
125
  publisher = "Association for Computational Linguistics",
 
81
  This dataset presents in-context scenarios where models can outsource the computations in the reasoning chain to a calculator.
82
 
83
 
84
+ ## Data splits
85
+
86
+ The dataset does not contain data splits. We consider the whole dataset as a testing benchmark.
87
+
88
+
89
  ## Attributes:
90
 
91
+ - **id**: id of the example
92
+ - **question** problem description in English
93
+ - **chain**: series of simple operations (derived from **expression**) that lead to the solution
94
+ - **result**: the solution for x as a number or fraction (string)
95
+ - **result_float**: same as **result** but converted to a float
96
+ - **result_unit**: the units of the result
97
+ - **grade**: an estimate of the school grade in which the problem would be practiced
98
+ - **source_question**: the source from which the example originates
99
 
100
+ Attributes **id**, **question**, **chain**, and **result** are present in all datasets in the [Calc-X collection](https://huggingface.co/collections/MU-NLPC/calc-x-652fee9a6b838fd820055483).
101
 
102
 
103
+ ## Related work
104
 
105
+ This dataset was created as a part of a larger effort in training models capable of using a calculator during inference, which we call Calcformers.
106
 
107
+ - [**Calc-X collection**](https://huggingface.co/collections/MU-NLPC/calc-x-652fee9a6b838fd820055483) - datasets for training Calcformers
108
+ - [**Calcformers collection**](https://huggingface.co/collections/MU-NLPC/calcformers-65367392badc497807b3caf5) - calculator-using models we trained and published on HF
109
+ - [**Calc-X and Calcformers paper**](https://arxiv.org/abs/2305.15017)
110
+ - [**Calc-X and Calcformers repo**](https://github.com/prompteus/calc-x)
111
 
112
+ Here are links to the original dataset:
113
 
114
+ - [**original ASDiv dataset and repo**](https://github.com/chaochun/nlu-asdiv-dataset)
115
+ - [**original ASDiv paper**](https://aclanthology.org/2020.acl-main.92)
116
 
117
 
118
+ ## Licence
119
+
120
+ CC BY-NC 4.0, consistent with the original source dataset linked above.
121
 
 
122
 
123
 
124
  ## Cite
 
130
  title = "Calc-X and Calcformers: Empowering Arithmetical Chain-of-Thought through Interaction with Symbolic Systems",
131
  author = "Marek Kadlčík and Michal Štefánik and Ondřej Sotolář and Vlastimil Martinek",
132
  booktitle = "Proceedings of the The 2023 Conference on Empirical Methods in Natural Language Processing: Main track",
133
+ month = dec,
134
  year = "2023",
135
  address = "Singapore, Singapore",
136
  publisher = "Association for Computational Linguistics",