Jinhe's picture
Add model card for ReflectRL (#1)
afc57bc
|
Raw
History Blame Contribute Delete
1.16 kB
metadata
license: apache-2.0
library_name: transformers
pipeline_tag: text-generation

ReflectRL: Learning from Golden Negative Trajectories via Reflective-to-Direct Reasoning

This repository contains the model checkpoint for ReflectRL: Learning from Golden Negative Trajectories via Reflective-to-Direct Reasoning.

Overview

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.

Citation

@article{reflectrl2027,
  title={ReflectRL: Learning from Golden Negative Trajectories via Reflective-to-Direct Reasoning},
  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},
  year={2026}
}