Spaces:
Running on Zero
Running on Zero
File size: 1,252 Bytes
27af7a1 192954d 6a5a93e 27af7a1 63b5cfc 7da1f23 5da6d67 27af7a1 5da6d67 27af7a1 63b5cfc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | ---
title: KaLM-Reranker-V1 Demo
colorFrom: indigo
colorTo: pink
sdk: gradio
sdk_version: 6.19.0
python_version: '3.13'
app_file: app.py
pinned: true
emoji: 🍒
short_description: A Gradio demo for KaLM-Reranker-V1 document reranking.
---
# KaLM-Reranker-V1 Demo
This Space provides an online demo for **KaLM-Reranker-V1**, a fast but not late-interaction reranker for compressed document reranking.
## Usage
1. Enter a query.
2. Enter candidate documents.
3. Separate candidate documents with one blank line.
4. Click **Rerank**.
5. The demo returns ranked documents with relevance scores.
## Model
Default model:
```text
KaLM-Embedding/KaLM-Reranker-V1-Nano
```
## Citation
```bibtex
@misc{zhao2026kalmrerankerv1,
title={KaLM-Reranker-V1: Fast but Not Late Interaction for Compressed Document Reranking},
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},
year={2026},
eprint={2606.22807},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2606.22807},
}
```
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |