Sign InOpen Brain
arXivPaperNeeds Review

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

ReflectRL turns failed expert reasoning traces into training signal, suggesting model builders should preserve hard failures for reflection instead of discarding them outright.

arXiv · Aug 4, 2026
Open Source Open MarkdownOpen JSON
Source Summary

ReflectRL treats failed expert trajectories as material for reflection rather than demonstrations to copy or negatives to discard. It was evaluated across **9 benchmarks**, **4 LLM backbones**, and **4 on-policy training methods**, with reported improvements and minimal overhead.

Practical Implication

For builders training reasoning models, retain difficult failed traces and test whether critique is easier than solving from scratch. ReflectRL first elicits reflective reasoning, then uses **Reflective-to-Direct Policy Transition** to move that behavior back into direct answers.

Agent-Ready Context
ReflectRL treats failed expert trajectories as material for reflection rather than demonstrations to copy or negatives to discard. It was evaluated across **9 benchmarks**, **4 LLM backbones**, and **4 on-policy training methods**, with reported improvements and minimal overhead.

For builders training reasoning models, retain difficult failed traces and test whether critique is easier than solving from scratch. ReflectRL first elicits reflective reasoning, then uses **Reflective-to-Direct Policy Transition** to move that behavior back into direct answers.

The supplied material gives no per-benchmark gains, task breakdowns, or overhead measurements. It therefore supports the training pattern more clearly than any estimate of how much it will improve a particular coding agent.
Connected Context · Feed7 Judgment

ReflectRL adds failed expert trajectories as a distinct training asset: the model first learns to critique difficult failures, then transitions that behavior into direct reasoning. Its breadth across benchmarks, backbones, and on-policy methods supports the pattern’s portability more than any specific expected gain; absent task-level results and overhead measurements, it does not establish superiority over the supplied distillation or test-time reasoning approaches.

Data Quality Is the Compute Multiplier — Ari Morcos, DatologyAIReflectRL makes failure retention and reflective transformation a concrete instance of upstream data curation affecting training value, extending the broader case for selecting and sequencing data rather than simply adding compute.$β$-OPSD: Deriving with Policy Optimization, Training with Self-DistillationBoth modify reasoning training, but ReflectRL learns from reflective treatment of failed expert traces through on-policy methods, whereas β-OPSD approximates policy optimization through tunable self-distillation; the supplied evidence does not establish which is more effective or efficient.GradCuit: Credit-Assigned Gradient Flow Enables Robust and Interpretable Test-Time Latent ReasoningGradCuit offers a complementary test-time route that updates per-query latent states with frozen weights, while ReflectRL changes the trained policy using failed trajectories; this separates inference-time adaptation from training-data reuse as reasoning levers.
Context Map
model#reasoning
Uncertainty
The supplied material gives no per-benchmark gains, task breakdowns, or overhead measurements. It therefore supports the training pattern more clearly than any estimate of how much it will improve a particular coding agent.