paper-with-me

Papers

SocraticPO: Policy Optimization via Interactive Guidance

2026-06-03 · Zirui Liu, Jie Ouyang, Qi Liu, Xianquan Wang, Jiayu Liu, Tingyue Pan, Qingchuan Li, Jing Sha, Zhenya Huang, Shijin Wang, Enhong Chen arxiv

Reinforcement learning (RL) for large language models usually supervises reasoning with scalar outcome rewards, such as binary correctness. Such rewards provide an optimization direction but rarely explain how a model should revise its mistaken reasoning, which can encourage shortcut learning and brittle policies. We propose \textbf{SocraticPO} (Socratic Policy Optimization), a policy-optimization framework that augments RL rollouts with Socratic-style natural-language guidance. During rollout, the student first answers independently; if the answer is incorrect, a teacher diagnoses the attempt and provides concise corrective guidance, after which the student continues under the expanded context. Crucially, this guidance is paired with reward decay: correct answers obtained after teacher intervention only receive decayed rewards, preventing the policy from treating teacher help as a free path to reward. Since SocraticPO only modifies the rollout process while leaving the standard expected-reward objective intact, it can be plugged into existing policy-gradient backends such as Reinforce++. Moreover, because the teacher provides only text-level guidance, SocraticPO can leverage stronger black-box teacher models without requiring access to logits or distribution matching. On undergraduate-level scientific reasoning benchmarks from SciKnowEval, SocraticPO improves over strong RL and self-distillation baselines. Ablations show that both targeted guidance and reward decay are necessary, with reward decay mitigating reliance on assisted correction.

📄 PDF Abstract BibTeX arXiv:2606.09887

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Interactive Parallel Exploration for Reinforcement Learning in Continuous Action Spaces

2018-09-27 · Whiyoung Jung, Giseung Park, Youngchul Sung

In this paper, a new interactive parallel learning scheme is proposed to enhance the performance of off-policy continuous-action reinforcement learning. In the proposed interactive parallel learning scheme, multiple ide…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Learning Interaction-aware Guidance Policies for Motion Planning in Dense Traffic Scenarios

2021-07-09 · Bruno Brito, Achin Agarwal, Javier Alonso-Mora

Autonomous navigation in dense traffic scenarios remains challenging for autonomous vehicles (AVs) because the intentions of other drivers are not directly observable and AVs have to deal with a wide range of driving beh…

Autonomous NavigationAutonomous VehiclesDeep Reinforcement LearningMotion Planning+2

Video-Enhanced Offline Reinforcement Learning: A Model-Based Approach

2025-05-10 · Minting Pan, Yitao Zheng, Jiajian Li, Yunbo Wang 외

Offline reinforcement learning (RL) enables policy optimization using static datasets, avoiding the risks and costs of extensive real-world exploration. However, it struggles with suboptimal offline behaviors and inaccur…

Autonomous DrivingOffline RLreinforcement-learningReinforcement Learning+1

IMO$^3$: Interactive Multi-Objective Off-Policy Optimization

2022-01-24 · Nan Wang, Hongning Wang, Maryam Karimzadehgan, Branislav Kveton 외

Most real-world optimization problems have multiple objectives. A system designer needs to find a policy that trades off these objectives to reach a desired operating point. This problem has been studied extensively in t…

IOI: Decoupling Kinematics and Physics for Interactive World Models

2026-06-22 · Chengyu Bai, Peidong Jia, Tiecheng Guo, Yukai Wang 외 arxiv

Developing generalist embodied agents requires interactive environments providing visually realistic feedback and accurate action-conditioned dynamics. Interactive world models address this by simulating such complex dyn…

Zero-shot GeneralizationVideo Generation