paper-with-me

Papers

CPGD: Toward Stable Rule-based Reinforcement Learning for Language Models

2025-05-18 · Zongkai Liu, Fanqing Meng, Lingxiao Du, Zhixiang Zhou, Chao Yu, Wenqi Shao, Qiaosheng Zhang

Recent advances in rule-based reinforcement learning (RL) have significantly improved the reasoning capability of language models (LMs) with rule-based rewards. However, existing RL methods -- such as GRPO, REINFORCE++, and RLOO -- often suffer from training instability, where large policy updates and improper clipping can lead to training collapse. To address this issue, we propose Clipped Policy Gradient Optimization with Policy Drift (CPGD), a novel algorithm designed to stabilize policy learning in LMs. CPGD introduces a policy drift constraint based on KL divergence to dynamically regularize policy updates, and leverages a clip mechanism on the logarithm of the ratio to prevent excessive policy updates. We provide theoretical justification for CPGD and demonstrate through empirical analysis that it mitigates the instability observed in prior approaches. Furthermore, we show that CPGD significantly improves performance while maintaining training stability. Our implementation balances theoretical rigor with practical usability, offering a robust alternative for RL in the post-training of LMs. We release our code at https://github.com/ModalMinds/MM-EUREKA.

📄 PDF Abstract BibTeX arXiv:2505.12504

Code (1)

modalminds/mm-eureka 공식 구현 pytorch

Tasks

Reinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

FastPart: Over-Parameterized Stochastic Gradient Descent for Sparse optimisation on Measures

2023-12-10 · Yohann de Castro, Sébastien Gadat, Clément Marteau

This paper presents a novel algorithm that leverages Stochastic Gradient Descent strategies in conjunction with Random Features to augment the scalability of Conic Particle Gradient Descent (CPGD) specifically tailored f…

Mathematical Proofs

Fast Spawn\&Prune (FS\&P): Global convergence of stochastic conic particle gradient descent via birth/death process

2026-05-19 · Yohann De Castro, Sébastien Gadat, Clément Marteau arxiv

We investigate the global optimization of the objective function arising in continuous sparse regression, specifically the Beurling LASSO (BLASSO), over the space of measures. While Conic Particle Gradient Descent (CPGD)…

Computational Efficiency

Faster and Safer Training by Embedding High-Level Knowledge into Deep Reinforcement Learning

2019-10-22 · Haodi Zhang, Zihang Gao, Yi Zhou, Hao Zhang 외

Deep reinforcement learning has been successfully used in many dynamic decision making domains, especially those with very large state spaces. However, it is also well-known that deep reinforcement learning can be very s…

Decision MakingDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

Predictive Traffic Rule Compliance using Reinforcement Learning

2025-03-29 · Yanliang Huang, Sebastian Mair, Zhuoqi Zeng, Matthias Althoff

Autonomous vehicle path planning has reached a stage where safety and regulatory compliance are crucial. This paper presents an approach that integrates a motion planner with a deep reinforcement learning model to predic…

Deep Reinforcement LearningMotion Planningreinforcement-learningReinforcement Learning

VLM-R1: A Stable and Generalizable R1-style Large Vision-Language Model

2025-04-10 · Haozhan Shen, Peng Liu, Jingcheng Li, Chunxin Fang 외

Recently DeepSeek R1 has shown that reinforcement learning (RL) can substantially improve the reasoning capabilities of Large Language Models (LLMs) through a simple yet effective design. The core of R1 lies in its rule-…

Language ModelingLanguage ModellingOpen Vocabulary Object DetectionReferring Expression Comprehension+5