Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- liuwenhan/reasonrank_data_sft
|
5 |
+
- liuwenhan/reasonrank_data_rl
|
6 |
+
- liuwenhan/reasonrank_data_13k
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
base_model:
|
10 |
+
- Qwen/Qwen2.5-32B-Instruct
|
11 |
+
---
|
12 |
+
|
13 |
+
## Introduction
|
14 |
+
This is the model trained in our paper: ReasonRank: Empowering Passage Ranking with Strong Reasoning Ability ([📝arXiv](xxxx)). Please refer our [🧩github repository](https://github.com/8421BCD/ReasonRank) for the usage of reasonrank-7B.
|
15 |
+
|
16 |
+
## Model Performance
|
17 |
+
<p align="center">
|
18 |
+
<img width="90%" alt="image" src="https://8421bcd.oss-cn-beijing.aliyuncs.com/img/image-20250810163757771.png" />
|
19 |
+
</p>
|
20 |
+
|
21 |
+
🌹 If you use this model, please ✨star our <a href="https://github.com/8421BCD/reasonrank" target="_blank">GitHub repository</a> to support us. Your star means a lot!
|