Yuki131 commited on
Commit
91ba800
·
verified ·
1 Parent(s): f936cfe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -2
README.md CHANGED
@@ -25,8 +25,7 @@ tags:
25
  > and other stock llama.cpp frontends are not supported by this release.
26
 
27
  This repository contains the text-only Q8_0 GGUF conversion of
28
- [`KaLM-Embedding/KaLM-Reranker-V1-Small`](https://huggingface.co/KaLM-Embedding/KaLM-Reranker-V1-Small). It is a reranker,
29
- not a text-generation or chat model.
30
 
31
  ## Model file
32
 
@@ -165,3 +164,38 @@ The source model declares Apache-2.0. See [`LICENSE`](LICENSE) and
165
  [`THIRD_PARTY_NOTICES.md`](THIRD_PARTY_NOTICES.md). The bundled llama.cpp
166
  patches retain the upstream MIT license in
167
  [`llama.cpp/LICENSE`](llama.cpp/LICENSE).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  > and other stock llama.cpp frontends are not supported by this release.
26
 
27
  This repository contains the text-only Q8_0 GGUF conversion of
28
+ [`KaLM-Embedding/KaLM-Reranker-V1-Small`](https://huggingface.co/KaLM-Embedding/KaLM-Reranker-V1-Small).
 
29
 
30
  ## Model file
31
 
 
164
  [`THIRD_PARTY_NOTICES.md`](THIRD_PARTY_NOTICES.md). The bundled llama.cpp
165
  patches retain the upstream MIT license in
166
  [`llama.cpp/LICENSE`](llama.cpp/LICENSE).
167
+
168
+ # Citation
169
+ If you find this model useful, please consider citing our papers.
170
+ ```
171
+ @misc{zhao2026kalmrerankerv1,
172
+ title={KaLM-Reranker-V1: Fast but Not Late Interaction for Compressed Document Reranking},
173
+ 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},
174
+ year={2026},
175
+ eprint={2606.22807},
176
+ archivePrefix={arXiv},
177
+ primaryClass={cs.CL},
178
+ url={https://arxiv.org/abs/2606.22807},
179
+ }
180
+
181
+ @misc{zhao2026kalmembeddingv2,
182
+ title={KaLM-Embedding-V2: Superior Training Techniques and Data Inspire A Versatile Embedding Model},
183
+ author={Xinping Zhao and Xinshuo Hu and Zifei Shan and Shouzheng Huang and Yao Zhou and Xin Zhang and Zetian Sun and Zhenyu Liu and Dongfang Li and Xinyuan Wei and Youcheng Pan and Yang Xiang and Meishan Zhang and Haofen Wang and Jun Yu and Baotian Hu and Min Zhang},
184
+ year={2025},
185
+ eprint={2506.20923},
186
+ archivePrefix={arXiv},
187
+ primaryClass={cs.CL},
188
+ url={https://arxiv.org/abs/2506.20923},
189
+ }
190
+
191
+ @misc{hu2025kalmembedding,
192
+ title={KaLM-Embedding: Superior Training Data Brings A Stronger Embedding Model},
193
+ author={Xinshuo Hu and Zifei Shan and Xinping Zhao and Zetian Sun and Zhenyu Liu and Dongfang Li and Shaolin Ye and Xinyuan Wei and Qian Chen and Baotian Hu and Haofen Wang and Jun Yu and Min Zhang},
194
+ year={2025},
195
+ eprint={2501.01028},
196
+ archivePrefix={arXiv},
197
+ primaryClass={cs.CL},
198
+ url={https://arxiv.org/abs/2501.01028},
199
+ }
200
+ ```
201
+