paper-with-me

홈 › Papers

StepOPSD: Step-Aware Online Preference Self-Distillation for Agent Reinforcement Learning

2026-05-26 · Yanfei Zhang, Xu Lin, Chenglin Wu arxiv

Reinforcement learning for multi-turn agents suffers from a credit-assignment mismatch: rewards are sparse and trajectory-level, while success often hinges on a few local decisions. Existing online policy distillation (OPD) provides denser token-level supervision, but typically treats heterogeneous agent trajectories as monolithic strings rather than causal interaction units. We present StepOPSD, a post-rollout preference self-distillation framework that takes the agent step as the unit of credit redistribution. StepOPSD decomposes trajectories into action-centered step segments, rescoring them under hindsight-enriched teacher contexts and converting token-level log-probability gaps into sign-preserving advantage shaping with a normalized per-step credit budget before the GRPO update. Across ALFWorld and Search-QA with Qwen3-1.7B and Qwen2.5-3B-Instruct, StepOPSD attains best or second-best results on subsets most sensitive to local causal errors, including first-place performance on ALFWorld Heat (79.1%), PickTwo (95.0%), Search-QA TriviaQA (61.6%), and tied-best performance on HotpotQA (40.4%). The results further reveal a consistent two-knob law: smaller α_clip acts as a broadly stabilizing local trust region, whereas the optimal global mixing strength λ_mix remains task-dependent. These findings suggest that step-aware distillation is most useful when trajectory-level rewards are weakly aligned with the local action that determines downstream success.

📄 PDF Abstract BibTeX arXiv:2605.27140

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Personalized and situation-aware multimodal route recommendations: the FAVOUR algorithm

2016-02-29 · Paolo Campigotto, Christian Rudloff, Maximilian Leodolter, Dietmar Bauer

Route choice in multimodal networks shows a considerable variation between different individuals as well as the current situational context. Personalization of recommendation algorithms are already common in many areas, …

Online Learning from Strategic Human Feedback in LLM Fine-Tuning

2024-12-22 · Shugang Hao, Lingjie Duan

Reinforcement learning from human feedback (RLHF) has become an essential step in fine-tuning large language models (LLMs) to align them with human preferences. However, human labelers are selfish and have diverse prefer…

Self-training Language Models for Arithmetic Reasoning

2024-07-11 · Marek Kadlčík, Michal Štefánik

Recent language models achieve impressive results in tasks involving complex multistep reasoning, but scaling these capabilities further traditionally requires expensive collection of more annotated data. In this work, w…

Arithmetic Reasoning

Diffusion-APO: Trajectory-Aware Direct Preference Alignment for Video Diffusion Transformers

2026-05-08 · Jingyuan Zhu, Biaolong Chen, Le Zhang, Aixi Zhang 외 arxiv

Efficiently aligning large-scale video diffusion models with human intent requires a scalable and trajectory-aware pathway that bridges the inherent discrepancy between training noise distributions and practical inferenc…

Instruction Following

Online Preference-based Reinforcement Learning with Self-augmented Feedback from Large Language Model

2024-12-22 · Songjun Tu, Jingbo Sun, Qichao Zhang, Xiangyuan Lan 외

Preference-based reinforcement learning (PbRL) provides a powerful paradigm to avoid meticulous reward engineering by learning rewards based on human preferences. However, real-time human feedback is hard to obtain in on…

Language ModelingLanguage ModellingLarge Language Model