Add model card for ReflectRL

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +28 -0
README.md ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
+ base_model: Qwen/Qwen2.5-Math-7B
6
+ ---
7
+
8
+ # ReflectRL
9
+
10
+ This model checkpoint is part of **ReflectRL**, presented in the paper [ReflectRL: Learning from Golden Negative Trajectories via Reflective-to-Direct Reasoning](https://huggingface.co/papers/2608.03972).
11
+
12
+ - **Code & Repository:** [GitHub - ReflectRL](https://github.com/bibisbar/ReflectRL)
13
+ - **Base Model:** [Qwen/Qwen2.5-Math-7B](https://huggingface.co/Qwen/Qwen2.5-Math-7B)
14
+ - **Paper:** [ReflectRL: Learning from Golden Negative Trajectories via Reflective-to-Direct Reasoning](https://huggingface.co/papers/2608.03972)
15
+
16
+ ## Overview
17
+
18
+ ReflectRL is a lightweight framework for learning from Golden Negative Trajectories (GNTs) during on-policy post-training. Instead of imitating failed expert trajectories directly, ReflectRL uses them as reflective context during training and gradually transitions the policy back to direct reasoning for inference.
19
+
20
+ ## Citation
21
+
22
+ ```bibtex
23
+ @article{reflectrl2027,
24
+ title={ReflectRL: Learning from Golden Negative Trajectories via Reflective-to-Direct Reasoning},
25
+ author={Jinhe Bi and Chennan Zhou and Zengjie Jin and Aniri and Shuo Lu and Wenke Huang and Hu Cao and Xun Xiao and Zhihong Zhu and Volker Tresp and Fei Shen and Yunpu Ma and Tat-Seng Chua},
26
+ year={2027}
27
+ }
28
+ ```