KaLM-Reranker-V1 / README.md
Yuki131's picture
Update README.md
7f206be verified
|
Raw
History Blame Contribute Delete
1.42 kB

A newer version of the Gradio SDK is available: 6.22.0

Upgrade
metadata
title: KaLM Reranker
emoji: ๐Ÿš€
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 6.20.0
python_version: '3.12'
app_file: app.py
pinned: false
license: apache-2.0
short_description: Fast but Not Late Interaction Reranker

KaLM Reranker โ€” Compressed Document Reranking

An interactive demo for KaLM-Reranker-V1-Small, a fast but not late-interaction reranker for efficient query-document relevance scoring.

Features

  • Semantic Reranking: rank a set of documents for one query.
  • Pair Relevance: return the relevance probability for one query-document pair.
  • Compression Explorer: compare relevance scores and estimated encoder representation lengths at 1ร—โ€“32ร— compression.

The compression factor maps to the official chunk_size hyperparameter. Larger values pool more encoder token states into one chunk, reducing the document representation passed to the decoder.

Citation

@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}
}