Jinhe nielsr HF Staff commited on
Commit
ef1a1f6
·
1 Parent(s): 9de0a4a

Add model card for ReflectRL (#1)

Browse files

- Add model card for ReflectRL (ded5d433ca9eab418383879ca1cb637fded12a3c)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ pipeline_tag: text-generation
5
+ ---
6
+
7
+ # ReflectRL: Learning from Golden Negative Trajectories via Reflective-to-Direct Reasoning
8
+
9
+ This repository contains model weights trained using **ReflectRL**, as presented in the paper [ReflectRL: Learning from Golden Negative Trajectories via Reflective-to-Direct Reasoning](https://huggingface.co/papers/2608.03972).
10
+
11
+ - **Paper:** [ReflectRL: Learning from Golden Negative Trajectories via Reflective-to-Direct Reasoning](https://huggingface.co/papers/2608.03972)
12
+ - **Repository:** [GitHub - bibisbar/ReflectRL](https://github.com/bibisbar/ReflectRL)
13
+
14
+ ## Overview
15
+
16
+ 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.
17
+
18
+ ## Citation
19
+
20
+ ```bibtex
21
+ @article{reflectrl2027,
22
+ title={ReflectRL: Learning from Golden Negative Trajectories via Reflective-to-Direct Reasoning},
23
+ 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},
24
+ year={2027}
25
+ }
26
+ ```