Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- xlangai/BRIGHT
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
base_model:
|
| 8 |
+
- meta-llama/Llama-3.1-8B
|
| 9 |
+
---
|
| 10 |
+
### Model Summary
|
| 11 |
+
ReasonIR-8B is the first retriever specifically trained for general reasoning tasks, achieving the state-of-the-art retrieval performance
|
| 12 |
+
on BRIGHT (reasoning-intensive retrieval).
|
| 13 |
+
When employed for retrieval-augmented generation (RAG), ReasonIR-8B also brings substantial gains on MMLU and GPQA.
|
| 14 |
+
|
| 15 |
+
- Repository:
|
| 16 |
+
- Paper:
|
| 17 |
+
|
| 18 |
+
### Usage
|
| 19 |
+
Make sure to install `transformers>=4.47.0`.
|
| 20 |
+
|
| 21 |
+
### Citation
|