Paulo de Moura commited on
Commit
7577253
·
1 Parent(s): be30e44

Update citation to arXiv paper

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -2056,10 +2056,13 @@ This dataset is derived from `bigcode/commitpackft` and we keep all of the origi
2056
  If you use this dataset, please consider citing our work
2057
 
2058
  ```bibtex
2059
- @misc{sourty2026mdenseonmlateon,
2060
- title = {{mDenseOn with the mLateOn}: Open Multilingual, Long-Context, and Code Retrieval Models},
2061
- author = {Sourty, Raphael and Chaffin, Antoine and Moura Junior, Paulo Roberto and Chatelain, Amelie},
2062
- year = {2026},
2063
- howpublished = {\url{https://huggingface.co/blog/lightonai/mDenseOn-mLateOn}}
 
 
 
2064
  }
2065
  ```
 
2056
  If you use this dataset, please consider citing our work
2057
 
2058
  ```bibtex
2059
+ @misc{sourty2026denseonlateonfullyopen,
2060
+ title = {DenseOn with the LateOn: Fully Open Dense and Late-Interaction Models for Multilingual, Long-Context, and Code Search},
2061
+ author = {Raphaël Sourty and Antoine Chaffin and Paulo Roberto Moura Junior and Amélie Chatelain},
2062
+ year = {2026},
2063
+ eprint = {2607.27178},
2064
+ archivePrefix = {arXiv},
2065
+ primaryClass = {cs.CL},
2066
+ url = {https://arxiv.org/abs/2607.27178},
2067
  }
2068
  ```