Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv AI · 2026/8/4 17:40:08

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

AI 中文解读
核心亮点:AI训练中那些被丢弃的“失败答案”,竟能变成提升推理能力的宝贵教材,让模型越挫越勇。 通俗解读:过去训练AI大模型,主要靠模仿“优等生”的标准答案。但遇到难题时,优等生也会犯错,这些错误答案通常被直接扔掉。现在研究者发现,这些“错题”反而更有教学价值——与其让AI从零开始硬啃难题,不如让它先看看错误解法,再反思“错在哪、怎么改”,就像学生对着错题本复习,比盲目刷题更高效。他们开发的ReflectRL框架,就是先让AI通过反思错题学会解题思路,再把这套思路内化成直接解题能力,整个过程轻量且不增加额外负担。 实际影响:这项技术有望让AI在数学、编程、逻辑推理等复杂任务上表现更聪明,比如更精准地回答你的专业问题、更靠谱地辅助代码开发,甚至帮你分析复杂数据。对普通用户来说,未来用AI写方案、做决策时,得到的答案会更可靠,出错率更低,相当于身边多了个越用越精明的“学霸助理”。
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.
分享
阅读原文