SRPO: Self-Reflective Policy Optimization for Long-Horizon Reasoning· 自省策略优化
Self-reflection is a powerful mechanism for credit assignment in human learning, converting sparse outcome feedback into actionable guidance. However, its potential for post-training Large Language Models (LLMs) remains underexplored. We propose Self-Reflective Policy Optimization (SRPO), a framework that internalizes this capability. SRPO enables LLMs to analyze their own completed trajectories, synthesize errors into concise "reflection patches," and use reflection-conditioned teacher scores on student on-policy rollouts as dense token-level training signals. This process effectively transforms sparse terminal supervision into dense, token-level learning signals without requiring external critics, separate reward models, or larger teacher models. We demonstrate that SRPO achieves state-o
自省策略优化框架使大语言模型能够进行长时程推理。
- 核心方法
- 通过让模型回顾自身的行为轨迹,识别错误并生成“反思补丁”,然后根据反思条件下的教师评分来优化策略,将稀疏的最终监督转换为密集的逐token训练信号。
- 适合谁读
- 研究者
- 要解决的问题
- 如何使大型语言模型在长时程任务中有效地进行自我学习和错误纠正,而不过度依赖外部评估器或复杂额外组件。
- 关键实验
- 未提供
- 主要贡献
- 提出了一种不需要外部批评者、奖励模型或更大教师模型即可实现自我优化的框架SRPO,提升大语言模型在长时程任务中的表现。
- 意义与局限
- SRPO的提出可能大幅减少大语言模型训练的成本和复杂性,同时提升它们在复杂推理任务中的能力。不过,该方法的实际效果和泛化能力仍需进一步验证。