michal-stefanik commited on
Commit
2068669
1 Parent(s): ffc4a3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -140,3 +140,20 @@ This model was trained on our Calculator-augmented set of
140
 
141
  in a standard auto-regressive setup i.e. for a conditional next-token prediction with teacher-forced prefix.
142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
140
 
141
  in a standard auto-regressive setup i.e. for a conditional next-token prediction with teacher-forced prefix.
142
 
143
+
144
+ ## Cite
145
+
146
+ Please cite the [Calcformers 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 = december,
154
+ year = "2023",
155
+ address = "Singapore, Singapore",
156
+ publisher = "Association for Computational Linguistics",
157
+ url = "https://arxiv.org/abs/2305.15017",
158
+ }
159
+ ```