Update README.md
Browse files
README.md
CHANGED
@@ -89,5 +89,13 @@ This is a use case where the model is being used to retrieve an image caption in
|
|
89 |
If you use this model in your research, please cite the following:
|
90 |
|
91 |
```bibtex
|
92 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
```
|
|
|
89 |
If you use this model in your research, please cite the following:
|
90 |
|
91 |
```bibtex
|
92 |
+
@misc{musacchio2025xvlm2vecadaptinglvlmbasedembedding,
|
93 |
+
title={xVLM2Vec: Adapting LVLM-based embedding models to multilinguality using Self-Knowledge Distillation},
|
94 |
+
author={Elio Musacchio and Lucia Siciliani and Pierpaolo Basile and Giovanni Semeraro},
|
95 |
+
year={2025},
|
96 |
+
eprint={2503.09313},
|
97 |
+
archivePrefix={arXiv},
|
98 |
+
primaryClass={cs.CL},
|
99 |
+
url={https://arxiv.org/abs/2503.09313},
|
100 |
+
}
|
101 |
```
|