SighingSnow/limrank

Official repository for EMNLP 2025 Paper "LimRank: Less is More for Reasoning-Intensive Information Reranking"

9

stars

1

commits

Python

primary language

Oct 28, 2025

updated

README

LimRank: Less is More for Reasoning-Intensive Information Reranking

Official repository for paper LimRank: Less is More for Reasoning-Intensive Information Reranking.

ResourceDescription
songtingyu/limrank-7bThe trained LimRank model based on Qwen2.5-7B
songtingyu/limrank-dataThe training datasets for limrank-7b
sogntingyu/limrank-resultsThe evaluation results of limrank-7b
songtingyu/limrank-run-filesThe running files to reproduce the results.

Experiments

To reproduce the experiments, you can use the following code with uv for fast, reliable dependency management:

conda activate limrank_env
pip install -r requirements.txt

IR Experiments

Please refer to the Rerank Experiments for more details.

RAG Experiments

Please refer to the LimRank-GPQA for more details.

Citing

If you think our paper is useful, you can cite:

@misc{song2025limrankreasoningintensiveinformationreranking,
      title={LimRank: Less is More for Reasoning-Intensive Information Reranking}, 
      author={Tingyu Song and Yilun Zhao and Siyue Zhang and Chen Zhao and Arman Cohan},
      year={2025},
      eprint={2510.23544},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2510.23544}, 
}

Acknowledgements

We would like to thank the authors of the following papers and repos for their open-source contributions.

License

MIT

Contributors

SighingSnow

1 commits

SighingSnow/limrank

Official repository for EMNLP 2025 Paper "LimRank: Less is More for Reasoning-Intensive Information Reranking"

9

stars

1

commits

Python

primary language

Oct 28, 2025

updated

README

LimRank: Less is More for Reasoning-Intensive Information Reranking

Official repository for paper LimRank: Less is More for Reasoning-Intensive Information Reranking.

ResourceDescription
songtingyu/limrank-7bThe trained LimRank model based on Qwen2.5-7B
songtingyu/limrank-dataThe training datasets for limrank-7b
sogntingyu/limrank-resultsThe evaluation results of limrank-7b
songtingyu/limrank-run-filesThe running files to reproduce the results.

Experiments

To reproduce the experiments, you can use the following code with uv for fast, reliable dependency management:

conda activate limrank_env
pip install -r requirements.txt

IR Experiments

Please refer to the Rerank Experiments for more details.

RAG Experiments

Please refer to the LimRank-GPQA for more details.

Citing

If you think our paper is useful, you can cite:

@misc{song2025limrankreasoningintensiveinformationreranking,
      title={LimRank: Less is More for Reasoning-Intensive Information Reranking}, 
      author={Tingyu Song and Yilun Zhao and Siyue Zhang and Chen Zhao and Arman Cohan},
      year={2025},
      eprint={2510.23544},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2510.23544}, 
}

Acknowledgements

We would like to thank the authors of the following papers and repos for their open-source contributions.

License

MIT

Contributors

SighingSnow

1 commits

Languages

Python

97.3%

Shell

2.7%