Search papers, labs, and topics across Lattice.
This paper introduces ReflectRL, a novel framework that leverages Golden Negative Trajectories鈥攆ailed expert trajectories鈥攂y treating them as opportunities for reflective reasoning rather than discarding them. The authors demonstrate that reflecting on these flawed trajectories can enhance reasoning capabilities more effectively than starting from scratch, leading to a significant improvement in performance across various benchmarks and model architectures. The results indicate that this approach can be seamlessly integrated into existing on-policy training methods with minimal computational overhead.
Reflecting on failed expert trajectories can boost reasoning performance more than tackling problems directly from scratch.
On-policy training has emerged as a powerful post-training paradigm for improving the reasoning capabilities of large language models, and is often enhanced by golden trajectories from stronger expert models. However, when the expert fails on harder problems, existing trajectory-guided methods lose their main source of supervision, and these failed trajectories are typically discarded as negative samples. We argue that such failures, which we call Golden Negative Trajectories, can still provide valuable reasoning signals when treated not as demonstrations to imitate, but as flawed trajectories to reflect upon. We identify a Reflection Advantage: for hard problems, reflecting on a flawed trajectory can be easier and more effective than solving the problem directly from scratch. Motivated by this, we propose ReflectRL, a lightweight plug-and-play framework that learns from Golden Negative Trajectories during on-policy training. ReflectRL first uses these trajectories to elicit Reflective Reasoning, then applies Reflective-to-Direct Policy Transition to transfer the acquired reasoning behavior back to Direct Reasoning. Experiments across 9 benchmarks, 4 LLM backbones, and 4 on-policy training methods show that ReflectRL consistently improves reasoning performance with minimal overhead.