Text Ranking
sentence-transformers
Safetensors
Transformers
multilingual
t5gemma2
text2text-generation
reranker
encoder-decoder
FBNL
matryoshka
retrieval
RAG
Yuki131 commited on
Commit
9996cc9
·
verified ·
1 Parent(s): c03cbf7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -165,6 +165,17 @@ Across all three model sizes and all seven compression ratios, performance on BE
165
 
166
  ![kalm-reranker-v1-r2 training](./assets/training.jpg)
167
 
 
 
 
 
 
 
 
 
 
 
 
168
  ### Acknowledgements
169
  We sincerely thank `jina-reranker-v3` and `Qwen3-Reranker` for their valuable inspiration and contributions to the reranking community, from which we have learned a lot.
170
 
 
165
 
166
  ![kalm-reranker-v1-r2 training](./assets/training.jpg)
167
 
168
+ #### Potential of test-time compute scaling
169
+ Results show that this multi-stage strategy largely preserves reranking effectiveness while reducing the estimated online
170
+ computation cost by a factor of several. For example, on BEIR, KaLM-Reranker-V1-Small
171
+ achieves an average nDCG@10 of 61.11 under setting (c), compared with 61.17 under setting (a),
172
+ while reducing the estimated relative serving cost from 8.65x to 2.75x. Interestingly, settings (c)
173
+ and (d) outperform setting (a) on some tasks, suggesting that reranking more candidates at a low
174
+ compression ratio does not necessarily improve reranking quality.
175
+
176
+ ![test-time-compute](./assets/test-time-compute.jpg)
177
+
178
+
179
  ### Acknowledgements
180
  We sincerely thank `jina-reranker-v3` and `Qwen3-Reranker` for their valuable inspiration and contributions to the reranking community, from which we have learned a lot.
181