paper-with-me

Papers

VSPO: Vector-Steered Policy Optimization for Behavioral Control

2026-05-15 · Xuechen Zhang, Zijian Huang, Kai Yang, Weijia Zhang, Jiasi Chen, Samet Oymak arxiv

Modern language models often need to optimize a primary accuracy objective while also accommodating secondary behavioral preferences, such as verbosity, agreeableness, or the level of technical expertise in its response. In practice, a base model may exhibit a desired behavior very rarely or not at all. Thus, endowing the model with a target behavior creates a sparse behavioral reward bottleneck. To address such multi-objective problems, we introduce Vector-Steered Policy Optimization (VSPO) which employs a steering vector associated with the target behavior to control the behavior intensity of the generated rollouts. VSPO is obtained by modifying GRPO to sample rollouts with varying steering intensities. This process can be interpreted as an on-policy latent self-distillation procedure where the model internalizes its steering vector. By varying steering intensities, VSPO upsamples rare behaviors and enriches rollout diversity, which alleviates the sparse reward issue and provably accelerates the policy optimization. Through comprehensive theory and experiments, we establish that VSPO has favorable properties compared to vanilla reward shaping and other alternative approaches. Specifically, under a bandit abstraction, VSPO provably achieves better iteration complexity than reward-shaped GRPO when the steering-induced distributions are sufficiently aligned with the target behavior. We evaluate VSPO across multiple reasoning benchmarks, including MATH and MMLU-Pro, for four target behaviors: explanation expertise, confidence expression, robustness to misleading context, and response verbosity. Our results show that VSPO consistently improves the control along target behavior while maintaining or improving task accuracy compared with reward shaping, teacher-trace distillation, and guidance-based baselines.

📄 PDF Abstract BibTeX arXiv:2605.15604

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Enhancing Agentic RL with Progressive Reward Shaping and Value-based Sampling Policy Optimization

2025-12-08 · Jianghao Su, Xia Zeng, Luhui Liu, Chao Luo 외 arxiv

Large Language Models (LLMs) empowered with Tool-Integrated Reasoning (TIR) can iteratively plan, call external tools, and integrate returned information to solve complex, long-horizon reasoning tasks. Agentic Reinforcem…

Reinforcement Learning

Think Outside the Policy: In-Context Steered Policy Optimization

2025-10-30 · Hsiu-Yuan Huang, Chenming Tang, Weijie Liu, Clive Bai 외 arxiv

Existing Reinforcement Learning from Verifiable Rewards (RLVR) methods, such as Group Relative Policy Optimization (GRPO), have achieved remarkable progress in improving the reasoning capabilities of Large Reasoning Mode…

Reinforcement LearningMathematical Reasoning

Advantage Collapse in Group Relative Policy Optimization: Diagnosis and Mitigation

2026-05-20 · Xixiang He, Qiyao Sun, Ao Cheng, Xingming Li 외 arxiv

Group Relative Policy Optimization (GRPO), a prominent algorithm within the Reinforcement Learning from Verifiable Rewards (RLVR) framework, has achieved strong results in improving the reasoning capabilities of large la…

Reinforcement LearningMathematical Reasoning

Subliminal Steering: Stronger Encoding of Hidden Signals

2026-04-28 · George Morgulis, John Hewitt arxiv

Subliminal learning describes a student language model inheriting a behavioral bias by fine-tuning on seemingly innocuous data generated by a biased teacher model. Prior work has begun to characterize this phenomenon but…

ArmorOCR: Grounded Adversarial Visual Perception via Observation-Transferred Self-Distillation

2026-08-20 · Linhan Cao, Siyuan Li, Jun Lan, Liangbo He 외 arxiv

Large multimodal models (LMMs) have demonstrated strong OCR recognition capabilities, yet remain vulnerable to adversarial visual text that is readable to humans but challenging for models to localize and recognize. Exis…

Visual Question Answering