DGurgurov commited on
Commit
6f28142
1 Parent(s): 0b9a7f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -70,5 +70,21 @@ print("Generated LaTeX formula:", generated_texts[0])
70
  ## Training Script
71
  The training script for this model can be found in the following repository: [GitHub](https://github.com/d-gurgurov/im2latex)
72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  License
74
  [MIT]
 
70
  ## Training Script
71
  The training script for this model can be found in the following repository: [GitHub](https://github.com/d-gurgurov/im2latex)
72
 
73
+ **Citation:**
74
+ - If you use this work in your research, please cite our paper:
75
+
76
+ ```bibtex
77
+ @misc{gurgurov2024imagetolatexconvertermathematicalformulas,
78
+ title={Image-to-LaTeX Converter for Mathematical Formulas and Text},
79
+ author={Daniil Gurgurov and Aleksey Morshnev},
80
+ year={2024},
81
+ eprint={2408.04015},
82
+ archivePrefix={arXiv},
83
+ primaryClass={cs.CL},
84
+ url={https://arxiv.org/abs/2408.04015},
85
+ }
86
+ ```
87
+
88
+
89
  License
90
  [MIT]