Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ReaRAG-9B
|
| 2 |
<p align="center">
|
| 3 |
🤗 <a href="https://huggingface.co/datasets/THU-KEG/ReaRAG-20k" target="_blank">Dataset</a> • 💻 <a href="https://github.com/THU-KEG/ReaRAG" target="_blank">GitHub</a> • 📃 <a href="https://arxiv.org/abs/2503.21729" target="_blank">Paper</a>
|
| 4 |
</p>
|
| 5 |
|
| 6 |
-
ReaRAG-9B is trained based on glm-4-9b, with enhanced capability to generate knowledge-guided reasoning chains for iterative RAG. The model supports a context window of up to 8k tokens.
|
| 7 |
|
| 8 |
Please refer to the [Inference](https://github.com/THU-KEG/ReaRAG?tab=readme-ov-file#%EF%B8%8F-inference) section in the GitHub repository for usage detail.
|
| 9 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets:
|
| 3 |
+
- THU-KEG/ReaRAG-20k
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
base_model:
|
| 7 |
+
- THUDM/glm-4-9b
|
| 8 |
+
pipeline_tag: question-answering
|
| 9 |
+
tags:
|
| 10 |
+
- rag
|
| 11 |
+
- reasoning
|
| 12 |
+
---
|
| 13 |
# ReaRAG-9B
|
| 14 |
<p align="center">
|
| 15 |
🤗 <a href="https://huggingface.co/datasets/THU-KEG/ReaRAG-20k" target="_blank">Dataset</a> • 💻 <a href="https://github.com/THU-KEG/ReaRAG" target="_blank">GitHub</a> • 📃 <a href="https://arxiv.org/abs/2503.21729" target="_blank">Paper</a>
|
| 16 |
</p>
|
| 17 |
|
| 18 |
+
ReaRAG-9B is trained based on [glm-4-9b](https://huggingface.co/THUDM/glm-4-9b), with enhanced capability to generate knowledge-guided reasoning chains for iterative RAG. The model supports a context window of up to 8k tokens.
|
| 19 |
|
| 20 |
Please refer to the [Inference](https://github.com/THU-KEG/ReaRAG?tab=readme-ov-file#%EF%B8%8F-inference) section in the GitHub repository for usage detail.
|
| 21 |
|