michal-stefanik
commited on
Commit
•
966e111
1
Parent(s):
688aed9
Update README.md
Browse files
README.md
CHANGED
@@ -129,3 +129,20 @@ This model was trained on our Calculator-augmented set of
|
|
129 |
- [Calc Aqua-RAT](https://huggingface.co/datasets/emnlp2023/Calc-aqua_rat) ([original Aqua-RAT on HF](https://huggingface.co/datasets/aqua_rat))
|
130 |
|
131 |
in a standard auto-regressive setup i.e. for a conditional next-token prediction with teacher-forced prefix.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
- [Calc Aqua-RAT](https://huggingface.co/datasets/emnlp2023/Calc-aqua_rat) ([original Aqua-RAT on HF](https://huggingface.co/datasets/aqua_rat))
|
130 |
|
131 |
in a standard auto-regressive setup i.e. for a conditional next-token prediction with teacher-forced prefix.
|
132 |
+
|
133 |
+
## Cite
|
134 |
+
|
135 |
+
Please cite the [Calcformers paper](https://arxiv.org/abs/2305.15017) as follows:
|
136 |
+
|
137 |
+
```bibtex
|
138 |
+
@inproceedings{kadlcik-etal-2023-soft,
|
139 |
+
title = "Calc-X and Calcformers: Empowering Arithmetical Chain-of-Thought through Interaction with Symbolic Systems",
|
140 |
+
author = "Marek Kadlčík and Michal Štefánik and Ondřej Sotolář and Vlastimil Martinek",
|
141 |
+
booktitle = "Proceedings of the The 2023 Conference on Empirical Methods in Natural Language Processing: Main track",
|
142 |
+
month = december,
|
143 |
+
year = "2023",
|
144 |
+
address = "Singapore, Singapore",
|
145 |
+
publisher = "Association for Computational Linguistics",
|
146 |
+
url = "https://arxiv.org/abs/2305.15017",
|
147 |
+
}
|
148 |
+
```
|