AIAug 4

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

arXiv:2608.0397212.3
Predicted impact top 7% in AI · last 90 daysOriginality Highly original
AI Analysis

This work provides a method for improving the reasoning capabilities of large language models, particularly when expert models fail on challenging problems, by utilizing previously discarded negative trajectories.

The paper proposes ReflectRL, a framework that leverages 'Golden Negative Trajectories' (expert failures) to improve large language model reasoning. It elicits reflective reasoning from these failures and transfers it to direct reasoning, consistently improving performance across 9 benchmarks, 4 LLM backbones, and 4 on-policy training methods.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes