Text Ranking
Transformers
Safetensors
multilingual
t5gemma2
text2text-generation
reranker
encoder-decoder
FBNL
Retrieval
RAG
Yuki131 commited on
Commit
2f2cdf1
·
verified ·
1 Parent(s): d592a21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -27,7 +27,7 @@ library_name: transformers
27
  <a href="https://huggingface.co/collections/KaLM-Embedding/lychee-kalm-reranker">
28
  <img src="https://img.shields.io/badge/%F0%9F%A4%97_Collection-Model-ffbd45.svg" alt="HF Collection">
29
  </a>
30
- <a href="https://arxiv.org/abs/2506.20923">
31
  <img src="https://img.shields.io/badge/Paper-KaLM--Reranker--V1-d4333f?logo=arxiv&logoColor=white&colorA=cccccc&colorB=d4333f&style=flat" alt="Paper">
32
  </a>
33
  <a href="https://github.com/KaLM-Embedding">
@@ -203,12 +203,14 @@ rankings: [{'corpus_id': 0, 'score': 0.9999822378158569}, {'corpus_id': 1, 'scor
203
  # Citation
204
  If you find this model useful, please cite our papers.
205
  ```
206
- @misc{zhao2026kalmreranker,
207
- title={KaLM-Reranker-V1: Fast but Not Late Interaction for Compressed Document Reranking},
208
  author={Xinping Zhao and Jiaxin Xu and Ziqi Dai and Xin Zhang and Shouzheng Huang and Danyu Tang and Xinshuo Hu and Meishan Zhang and Baotian Hu and Min Zhang},
209
  year={2026},
 
210
  archivePrefix={arXiv},
211
  primaryClass={cs.CL},
 
212
  }
213
 
214
  @inproceedings{zhao2026kalmembeddingv2,
 
27
  <a href="https://huggingface.co/collections/KaLM-Embedding/lychee-kalm-reranker">
28
  <img src="https://img.shields.io/badge/%F0%9F%A4%97_Collection-Model-ffbd45.svg" alt="HF Collection">
29
  </a>
30
+ <a href="https://arxiv.org/abs/2606.22807">
31
  <img src="https://img.shields.io/badge/Paper-KaLM--Reranker--V1-d4333f?logo=arxiv&logoColor=white&colorA=cccccc&colorB=d4333f&style=flat" alt="Paper">
32
  </a>
33
  <a href="https://github.com/KaLM-Embedding">
 
203
  # Citation
204
  If you find this model useful, please cite our papers.
205
  ```
206
+ @misc{zhao2026kalmrerankerv1,
207
+ title={KaLM-Reranker-V1: Fast but Not Late Interaction for Compressed Document Reranking},
208
  author={Xinping Zhao and Jiaxin Xu and Ziqi Dai and Xin Zhang and Shouzheng Huang and Danyu Tang and Xinshuo Hu and Meishan Zhang and Baotian Hu and Min Zhang},
209
  year={2026},
210
+ eprint={2606.22807},
211
  archivePrefix={arXiv},
212
  primaryClass={cs.CL},
213
+ url={https://arxiv.org/abs/2606.22807},
214
  }
215
 
216
  @inproceedings{zhao2026kalmembeddingv2,