fabiannagel
commited on
Commit
•
f5c7c63
1
Parent(s):
6c32ab2
Update README.md
Browse files
README.md
CHANGED
@@ -84,4 +84,27 @@ language:
|
|
84 |
- uz
|
85 |
- vi
|
86 |
- zh
|
87 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
- uz
|
85 |
- vi
|
86 |
- zh
|
87 |
+
---
|
88 |
+
|
89 |
+
## Credits
|
90 |
+
|
91 |
+
```bibtex
|
92 |
+
@article{louis2024modular,
|
93 |
+
author = {Louis, Antoine and Saxena, Vageesh and van Dijck, Gijs and Spanakis, Gerasimos},
|
94 |
+
title = {ColBERT-XM: A Modular Multi-Vector Representation Model for Zero-Shot Multilingual Information Retrieval},
|
95 |
+
journal = {CoRR},
|
96 |
+
volume = {abs/2402.15059},
|
97 |
+
year = {2024},
|
98 |
+
url = {https://arxiv.org/abs/2402.15059},
|
99 |
+
doi = {10.48550/arXiv.2402.15059},
|
100 |
+
eprinttype = {arXiv},
|
101 |
+
eprint = {2402.15059},
|
102 |
+
}
|
103 |
+
```
|
104 |
+
|
105 |
+
@misc{PyLate,
|
106 |
+
title={PyLate: Flexible Training and Retrieval for Late Interaction Models},
|
107 |
+
author={Chaffin, Antoine and Sourty, Raphaël},
|
108 |
+
url={https://github.com/lightonai/pylate},
|
109 |
+
year={2024}
|
110 |
+
}
|