File size: 1,330 Bytes
ef1a1f6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
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 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).

- **Paper:** [ReflectRL: Learning from Golden Negative Trajectories via Reflective-to-Direct Reasoning](https://huggingface.co/papers/2608.03972)
- **Repository:** [GitHub - bibisbar/ReflectRL](https://github.com/bibisbar/ReflectRL)

## 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

```bibtex
@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={2027}
}
```