paper-with-me

홈 › Papers

Can GRPO Help LLMs Transcend Their Pretraining Origin?

2025-10-14 · Kangqi Ni, Zhen Tan, Zijie Liu, Pingzhi Li, Tianlong Chen arxiv

Reinforcement Learning with Verifiable Rewards (RLVR), primarily driven by the Group Relative Policy Optimization (GRPO) algorithm, is a leading approach for enhancing the reasoning abilities of Large Language Models (LLMs). Despite its wide adoption, GRPO's gains are often inconsistent; for instance, a model may show significant improvement in one reasoning domain, like mathematics, yet remain stagnant in another, such as medicine. This inconsistency raises a critical question: under what conditions does GRPO improve reasoning and generalize out-of-distribution (OOD)? We investigate this from a data distribution perspective. We first prove theoretically that GRPO is a conservative reweighting scheme, bounded by the base model's distribution and thus unable to discover completely novel solutions. We further validate this in carefully designed controlled studies by training transformers from scratch, evaluating generalization across reasoning depth, input length, token representation, and compositionality. Our results provide a principled explanation for GRPO's boundaries: OOD improvement emerges only when the target task aligns with the model's pretrained biases, while gains on in-distribution (ID) tasks diminish as performance saturates. This reframes GRPO not as a universal reasoning enhancer but as a tool that sharpens pretraining biases. Our findings motivate future development of algorithms that can expand a model's capabilities beyond its pretraining origin.

📄 PDF Abstract BibTeX arXiv:2510.15990

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Dynamic Alignment for Collective Agency: Toward a Scalable Self-Improving Framework for Open-Ended LLM Alignment

2025-12-05 · Panatchakorn Anantaprayoon, Nataliia Babina, Jad Tarifi, Nima Asgharbeygi arxiv

Large Language Models (LLMs) are typically aligned with human values using preference data or predefined principles such as helpfulness, honesty, and harmlessness. However, as AI systems progress toward Artificial Genera…

A Taxonomy of Transcendence

2025-08-25 · Natalie Abreu, Edwin Zhang, Eran Malach, Naomi Saphra arxiv

Although language models are trained to mimic humans, the resulting systems display capabilities beyond the scope of any one person. To understand this phenomenon, we use a controlled setting to identify properties of th…

Skill Generalization

It Takes Two: Your GRPO Is Secretly DPO

2025-10-01 · Yihong Wu, Liheng Ma, Lei Ding, Muzhi Li 외 arxiv

GRPO has emerged as a prominent reinforcement learning algorithm for post-training LLMs. Unlike critic-based methods, GRPO computes advantages by estimating the \emph{value baselines} from group-level statistics, elimina…

Reinforcement Learning

Enhancing LLM-based Search Agents via Contribution Weighted Group Relative Policy Optimization

2026-04-15 · Junzhe Wang, Zhiheng Xi, Yajie Yang, Hao Luo 외 arxiv

Search agents extend Large Language Models (LLMs) beyond static parametric knowledge by enabling access to up-to-date and long-tail information unavailable during pretraining. While reinforcement learning has been widely…

Reinforcement Learning

Understanding R1-Zero-Like Training: A Critical Perspective

2025-03-26 · Zichen Liu, Changyu Chen, Wenjun Li, Penghui Qi 외

DeepSeek-R1-Zero has shown that reinforcement learning (RL) at scale can directly enhance the reasoning capabilities of LLMs without supervised fine-tuning. In this work, we critically examine R1-Zero-like training by an…

Reinforcement Learning (RL)