Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- text-ranking
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- passage-ranking
|
9 |
+
- text-ranking
|
10 |
+
size_categories:
|
11 |
+
- 10K<n<100K
|
12 |
+
---
|
13 |
+
<p align="left">
|
14 |
+
Useful links: 📝 <a href="https://arxiv.org/abs/2508.07050" target="_blank">arXiv Paper</a> • </a> 🧩 <a href="https://github.com/8421BCD/ReasonRank" target="_blank">Github</a>
|
15 |
+
</p>
|
16 |
+
These are the passage corpus of BRIGHT datasets, which will be used to run our reasonrank codes. Please download and put the whole directory under {WORKSPACE_DIR}/data directory.
|