paper-with-me

Papers

Group Sequence Policy Optimization

2025-07-24 · Chujie Zheng, Shixuan Liu, Mingze Li, Xiong-Hui Chen, Bowen Yu, Chang Gao, Kai Dang, Yuqiong Liu, Rui Men, An Yang, Jingren Zhou, Junyang Lin arxiv

This paper introduces Group Sequence Policy Optimization (GSPO), our stable, efficient, and performant reinforcement learning algorithm for training large language models. Unlike previous algorithms that adopt token-level importance ratios, GSPO defines the importance ratio based on sequence likelihood and performs sequence-level clipping, rewarding, and optimization. We demonstrate that GSPO achieves superior training efficiency and performance compared to the GRPO algorithm, notably stabilizes Mixture-of-Experts (MoE) RL training, and has the potential for simplifying the design of RL infrastructure. These merits of GSPO have contributed to the remarkable improvements in the latest Qwen3 models.

📄 PDF Abstract BibTeX arXiv:2507.18071

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Soft Sequence Policy Optimization

2026-02-22 · Svetlana Glazyrina, Maksim Kryzhanovskiy, Roman Ischenko arxiv

A significant portion of recent research on Large Language Model (LLM) alignment focuses on developing new policy optimization methods based on Group Relative Policy Optimization (GRPO). Two prominent directions have eme…

Reinforcement LearningMathematical Reasoning

Orchestrating Tokens and Sequences: Dynamic Hybrid Policy Optimization for RLVR

2026-01-09 · Zijun Min, Bingshuai Liu, Ante Wang, Long Zhang 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) offers a promising framework for optimizing large language models in reasoning tasks. However, existing RLVR algorithms focus on different granularities, and each has…

Reinforcement LearningMathematical Reasoning

Agent-GSPO: Communication-Efficient Multi-Agent Systems via Group Sequence Policy Optimization

2025-10-26 · Yijia Fan, Jusheng Zhang, Jing Yang, Keze Wang arxiv

To combat the prohibitive communication costs of ``free-for-all" multi-agent systems (MAS), we introduce \textbf{Agent-GSPO}, a framework that directly optimizes for token economy using sequence-level reinforcement learn…

Reinforcement Learning

Revisiting Reinforcement Learning with Verifiable Rewards from a Contrastive Perspective

2026-05-13 · Feng Zhang, Xinhong Ma, Ziqiang Dong, Xi Leng 외 arxiv

Group Relative Policy Optimization (GRPO) is one of the most widely adopted RLVR algorithms for post-training large language models on reasoning tasks. We first show that GRPO admits an equivalent discriminative reformul…

Reinforcement Learning

GRPO-RM: Fine-Tuning Representation Models via GRPO-Driven Reinforcement Learning

2025-11-19 · Yanchen Xu, Ziheng Jiao, Hongyuan Zhang, Xuelong Li arxiv

The Group Relative Policy Optimization (GRPO), a reinforcement learning method used to fine-tune large language models (LLMs), has proved its effectiveness in practical applications such as DeepSeek-R1. It raises a quest…

Representation LearningReinforcement Learning