Update README.md
Browse files
README.md
CHANGED
|
@@ -9,14 +9,12 @@ tags:
|
|
| 9 |
- rubric-reward
|
| 10 |
- qwen3
|
| 11 |
base_model:
|
| 12 |
-
- Qwen/Qwen3-4B
|
| 13 |
-
datasets:
|
| 14 |
-
- THU-KEG/LongTraceRL
|
| 15 |
---
|
| 16 |
|
| 17 |
# LongTraceRL-4B
|
| 18 |
|
| 19 |
-
[](https://github.com/THU-KEG/LongTraceRL)
|
| 21 |
|
| 22 |
## Model Description
|
|
@@ -54,5 +52,13 @@ tokenizer = AutoTokenizer.from_pretrained("THU-KEG/LongTraceRL-4B")
|
|
| 54 |
## Citation
|
| 55 |
|
| 56 |
```bibtex
|
| 57 |
-
|
| 58 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
- rubric-reward
|
| 10 |
- qwen3
|
| 11 |
base_model:
|
| 12 |
+
- Qwen/Qwen3-4B
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# LongTraceRL-4B
|
| 16 |
|
| 17 |
+
[](https://arxiv.org/abs/2605.31584)
|
| 18 |
[](https://github.com/THU-KEG/LongTraceRL)
|
| 19 |
|
| 20 |
## Model Description
|
|
|
|
| 52 |
## Citation
|
| 53 |
|
| 54 |
```bibtex
|
| 55 |
+
@misc{lin2026longtracerllearninglongcontextreasoning,
|
| 56 |
+
title={LongTraceRL: Learning Long-Context Reasoning from Search Agent Trajectories with Rubric Rewards},
|
| 57 |
+
author={Nianyi Lin and Jiajie Zhang and Lei Hou and Juanzi Li},
|
| 58 |
+
year={2026},
|
| 59 |
+
eprint={2605.31584},
|
| 60 |
+
archivePrefix={arXiv},
|
| 61 |
+
primaryClass={cs.CL},
|
| 62 |
+
url={https://arxiv.org/abs/2605.31584},
|
| 63 |
+
}
|
| 64 |
+
```
|