michal-stefanik commited on
Commit
321f24a
1 Parent(s): d8f078b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -141,3 +141,20 @@ This model was trained on our Calculator-augmented set of
141
 
142
  in a standard auto-regressive setup i.e. for a conditional next-token prediction with teacher-forced prefix.
143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
141
 
142
  in a standard auto-regressive setup i.e. for a conditional next-token prediction with teacher-forced prefix.
143
 
144
+
145
+ ## Cite
146
+
147
+ Please cite the [Calcformers paper](https://arxiv.org/abs/2305.15017) as follows:
148
+
149
+ ```bibtex
150
+ @inproceedings{kadlcik-etal-2023-soft,
151
+ title = "Calc-X and Calcformers: Empowering Arithmetical Chain-of-Thought through Interaction with Symbolic Systems",
152
+ author = "Marek Kadlčík and Michal Štefánik and Ondřej Sotolář and Vlastimil Martinek",
153
+ booktitle = "Proceedings of the The 2023 Conference on Empirical Methods in Natural Language Processing: Main track",
154
+ month = december,
155
+ year = "2023",
156
+ address = "Singapore, Singapore",
157
+ publisher = "Association for Computational Linguistics",
158
+ url = "https://arxiv.org/abs/2305.15017",
159
+ }
160
+ ```