paper-with-me

홈 › Papers

One-Way Policy Optimization for Self-Evolving LLMs

2026-05-21 · Shuo Yang, Jinda Lu, Kexin Huang, Chiyu Ma, Shaohang Wei, Yuyang Liu, Guoyin Wang, Jingren Zhou, Li Yuan arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has become a promising paradigm for scaling reasoning capabilities of Large Language Models (LLMs). However, the sparsity of binary verifier rewards often leads to low efficiency and optimization instability. To stabilize training, existing methods typically impose token-level constraints relative to a reference policy. We identify that such constraints penalize deviations indiscriminately; this can flip verifier-determined direction when the policy attempts to outperform the reference, thereby suppressing gains. To resolve this, we propose One-Way Policy Optimization (OWPO), a method based on the principle of decoupling optimization direction from update magnitude. In OWPO, the verifier dictates the update direction, while the reference policy serves only to adjust the magnitude. Specifically, OWPO applies asymmetric reweighting: it performs Accelerated Alignment for inferior deviations (where the policy lags behind the reference) and Gain Locking for superior deviations (where the policy surpasses the reference). Furthermore, by incorporating iterative reference updates, OWPO creates a ``Ratchet Effect'' that continuously consolidates gains. Experimental results demonstrate that OWPO outperforms strong baselines, including DAPO, OPD, and MOPD, breaking the bottleneck of fixed priors to enable continuous self-evolution without reliance on external reference models.

📄 PDF Abstract BibTeX arXiv:2605.22156

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Bootstrapping LLMs via Preference-Based Policy Optimization

2025-11-17 · Chen Jia arxiv

Bootstrapping large language models (LLMs) through preference-based policy optimization offers a promising direction for aligning model behavior with human preferences without relying on extensive manual annotations. In …

Self-evolving LLM agents with in-distribution Optimization

2026-06-05 · Yudi Zhang, Meng Fang, Zhenfang Chen, Mykola Pechenizkiy arxiv

Large Language Models (LLMs) have recently emerged as powerful controllers for interactive agents in complex environments, yet training them to perform reliable long-horizon decision making remains a fundamental challeng…

Reinforcement LearningDecision Making

SHARP: A Self-Evolving Human-Auditable Rubric Policy for Financial Trading Agents

2026-05-07 · Xiwen Chen, Wenhui Zhu, Songzhu Zheng, Kashif Rasul 외 arxiv

Large language models (LLMs) are increasingly deployed for autonomous financial trading, a domain requiring continuous adaptation to noisy, non-stationary markets. Existing self-improving agents typically address this th…

Metis: Learning to Jailbreak LLMs via Self-Evolving Metacognitive Policy Optimization

2026-05-11 · Huilin Zhou, Jian Zhao, Yilu Zhong, Zhen Liang 외 arxiv

Red teaming is critical for uncovering vulnerabilities in Large Language Models (LLMs). While automated methods have improved scalability, existing approaches often rely on static heuristics or stochastic search, renderi…

Red Teaming

MM-Zero: Self-Evolving Multi-Model Vision Language Models From Zero Data

2026-03-10 · Zongxia Li, Hongyang Du, Chengsong Huang, Xiyang Wu 외 arxiv

Self-evolving has emerged as a key paradigm for improving foundational models such as Large Language Models (LLMs) and Vision Language Models (VLMs) with minimal human intervention. While recent approaches have demonstra…

Multimodal Reasoning