Paulo de Moura commited on
Commit
bf27a81
·
1 Parent(s): 722d9be

Update citation to arXiv paper

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -306,11 +306,14 @@ The corpus is predominantly synthetic: most pairs are machine translations of En
306
  If you are using this dataset, please consider citing our work
307
 
308
  ```bibtex
309
- @misc{sourty2026mdenseonmlateon,
310
- title = {{mDenseOn with the mLateOn}: Open Multilingual, Long-Context, and Code Retrieval Models},
311
- author = {Sourty, Raphael and Chaffin, Antoine and Moura Junior, Paulo Roberto and Chatelain, Amelie},
312
- year = {2026},
313
- howpublished = {\url{https://huggingface.co/blog/lightonai/mDenseOn-mLateOn}}
 
 
 
314
  }
315
  ```
316
 
 
306
  If you are using this dataset, please consider citing our work
307
 
308
  ```bibtex
309
+ @misc{sourty2026denseonlateonfullyopen,
310
+ title = {DenseOn with the LateOn: Fully Open Dense and Late-Interaction Models for Multilingual, Long-Context, and Code Search},
311
+ author = {Raphaël Sourty and Antoine Chaffin and Paulo Roberto Moura Junior and Amélie Chatelain},
312
+ year = {2026},
313
+ eprint = {2607.27178},
314
+ archivePrefix = {arXiv},
315
+ primaryClass = {cs.CL},
316
+ url = {https://arxiv.org/abs/2607.27178},
317
  }
318
  ```
319