File size: 727 Bytes
87ce2e8 0fbd443 87ce2e8 0fbd443 d5bf142 24148ee 0fbd443 | 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 | ---
license: mit
language:
- en
base_model:
- Qwen/QwQ-32B
datasets:
- microsoft/ms_marco
---
# Rank-K: Test-Time Reasoning for Listwise Reranking
Repo: https://github.com/hltcoe/rank-k
Paper: https://arxiv.org/abs/2505.14432
Script for running Rank-K is provided in the repo!
If you have any questions, please raise an issue in our GitHub Repository
## Reference
Please cite the following paper if you use the model.
```bibtex
@article{rank-k,
title={Rank-K: Test-Time Reasoning for Listwise Reranking},
author={Yang, Eugene and Yates, Andrew and Ricci, Kathryn and Weller, Orion and Chari, Vivek and Van Durme, Benjamin and Lawrie, Dawn},
journal={arXiv preprint arXiv:2505.14432},
year={2025}
}
``` |