Update README.md
Browse files
README.md
CHANGED
@@ -126,10 +126,14 @@ output = cf(**{'input_text': input_text, 'image/encoded': image_encoded})
|
|
126 |
|
127 |
If you find our work useful for your research and applications, please cite using this BibTeX:
|
128 |
```bibtex
|
129 |
-
@article{
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
|
|
|
|
|
|
|
|
134 |
}
|
135 |
```
|
|
|
126 |
|
127 |
If you find our work useful for your research and applications, please cite using this BibTeX:
|
128 |
```bibtex
|
129 |
+
@article{
|
130 |
+
mitrevski2025inksight,
|
131 |
+
title={InkSight: Offline-to-Online Handwriting Conversion by Teaching Vision-Language Models to Read and Write},
|
132 |
+
author={Blagoj Mitrevski and Arina Rak and Julian Schnitzler and Chengkun Li and Andrii Maksai and Jesse Berent and Claudiu Cristian Musat},
|
133 |
+
journal={Transactions on Machine Learning Research},
|
134 |
+
issn={2835-8856},
|
135 |
+
year={2025},
|
136 |
+
url={https://openreview.net/forum?id=pSyUfV5BqA},
|
137 |
+
note={}
|
138 |
}
|
139 |
```
|