17 lines
801 B
Markdown
17 lines
801 B
Markdown
---
|
|
base_model:
|
|
- Qwen/Qwen2.5-7B-Instruct
|
|
language:
|
|
- en
|
|
license: apache-2.0
|
|
metrics:
|
|
- trec_eval
|
|
library_name: transformers
|
|
pipeline_tag: text-ranking
|
|
---
|
|
|
|
This is a reasoning reranking agent model built upon Qwen-2.5-7B for the paper [REARANK: Reasoning Re-ranking Agent via Reinforcement Learning](https://huggingface.co/papers/2505.20046). The model is trained on [reranking dataset](https://huggingface.co/datasets/le723z/rearank_12k) built from only 179 queries using GRPO to perform reranking task, the codebase is at https://github.com/lezhang7/Rearank
|
|
|
|

|
|
|
|
 |