linny2002 commited on
Commit
3a12072
·
verified ·
1 Parent(s): 8927fbf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -6
README.md CHANGED
@@ -9,14 +9,12 @@ tags:
9
  - rubric-reward
10
  - qwen3
11
  base_model:
12
- - Qwen/Qwen3-4B-Thinking-2507
13
- datasets:
14
- - THU-KEG/LongTraceRL
15
  ---
16
 
17
  # LongTraceRL-4B
18
 
19
- [![Paper](https://img.shields.io/badge/Paper-arXiv:xxxx.xxxxx-red)](https://arxiv.org/abs/xxxx.xxxxx)
20
  [![Code](https://img.shields.io/badge/Code-GitHub-blue)](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
+ [![Paper](https://img.shields.io/badge/Paper-arXiv:2605.31584-red)](https://arxiv.org/abs/2605.31584)
18
  [![Code](https://img.shields.io/badge/Code-GitHub-blue)](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
+ ```