NohTow commited on
Commit
313ffef
·
verified ·
1 Parent(s): e64f01d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -8
README.md CHANGED
@@ -1644,11 +1644,18 @@ You can finetune this model on your own dataset.
1644
  - Datasets: 4.4.1
1645
  - Tokenizers: 0.21.0
1646
 
1647
-
1648
- ## Citation
1649
 
1650
  ### BibTeX
1651
 
 
 
 
 
 
 
 
 
1652
  #### Sentence Transformers
1653
  ```bibtex
1654
  @inproceedings{reimers-2019-sentence-bert,
@@ -1661,14 +1668,47 @@ You can finetune this model on your own dataset.
1661
  url = "https://arxiv.org/abs/1908.10084"
1662
  }
1663
  ```
1664
-
1665
  #### PyLate
1666
  ```bibtex
1667
- @misc{PyLate,
1668
- title={PyLate: Flexible Training and Retrieval for Late Interaction Models},
1669
- author={Chaffin, Antoine and Sourty, Raphaël},
1670
- url={https://github.com/lightonai/pylate},
1671
- year={2024}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1672
  }
1673
  ```
1674
 
 
1644
  - Datasets: 4.4.1
1645
  - Tokenizers: 0.21.0
1646
 
1647
+ ## Citation
 
1648
 
1649
  ### BibTeX
1650
 
1651
+ #### ColBERT-Zero
1652
+ ```bibtex
1653
+ @misc{chaffin2026colbertzero,
1654
+ title = {ColBERT-Zero: To Pretrain Or Not To Pretrain ColBERT models},
1655
+ author = {Chaffin, Antoine and Arnaboldi, Luca and Chatelain, Amélie and Krzakala, Florent},
1656
+ year = {2026},
1657
+ }
1658
+ ```
1659
  #### Sentence Transformers
1660
  ```bibtex
1661
  @inproceedings{reimers-2019-sentence-bert,
 
1668
  url = "https://arxiv.org/abs/1908.10084"
1669
  }
1670
  ```
 
1671
  #### PyLate
1672
  ```bibtex
1673
+ @inproceedings{DBLP:conf/cikm/ChaffinS25,
1674
+ author = {Antoine Chaffin and
1675
+ Rapha{"{e}}l Sourty},
1676
+ editor = {Meeyoung Cha and
1677
+ Chanyoung Park and
1678
+ Noseong Park and
1679
+ Carl Yang and
1680
+ Senjuti Basu Roy and
1681
+ Jessie Li and
1682
+ Jaap Kamps and
1683
+ Kijung Shin and
1684
+ Bryan Hooi and
1685
+ Lifang He},
1686
+ title = {PyLate: Flexible Training and Retrieval for Late Interaction Models},
1687
+ booktitle = {Proceedings of the 34th {ACM} International Conference on Information
1688
+ and Knowledge Management, {CIKM} 2025, Seoul, Republic of Korea, November
1689
+ 10-14, 2025},
1690
+ pages = {6334--6339},
1691
+ publisher = {{ACM}},
1692
+ year = {2025},
1693
+ url = {https://github.com/lightonai/pylate},
1694
+ doi = {10.1145/3746252.3761608},
1695
+ }
1696
+ ```
1697
+ #### Nomic Embed
1698
+ ```bibtex
1699
+ @article{DBLP:journals/tmlr/NussbaumMMD25,
1700
+ author = {Zach Nussbaum and
1701
+ John Xavier Morris and
1702
+ Andriy Mulyar and
1703
+ Brandon Duderstadt},
1704
+ title = {Nomic Embed: Training a Reproducible Long Context Text Embedder},
1705
+ journal = {Trans. Mach. Learn. Res.},
1706
+ volume = {2025},
1707
+ year = {2025},
1708
+ url = {https://openreview.net/forum?id=IPmzyQSiQE},
1709
+ timestamp = {Fri, 20 Jun 2025 14:19:48 +0200},
1710
+ biburl = {https://dblp.org/rec/journals/tmlr/NussbaumMMD25.bib},
1711
+ bibsource = {dblp computer science bibliography, https://dblp.org}
1712
  }
1713
  ```
1714