vix.ing · top · new · best · stats

RL in Name Only? Analyzing the Structural Assumptions in RL post-training for LLMs

2025/05/19 by Soumya Rani Samineni, Samineni, Soumya Rani, Durgesh Kalwar +7 · 3 voices · 5 citations
Health Professions · Social Sciences · #Artificial Intelligence (cs.AI) #Artificial Intelligence in Law #Concatenation (mathematics) #Context (archaeology) #FOS: Computer and information sciences #Higher Education Learning Practices #Interpreting and Communication in Healthcare #Iterative and incremental development #Iterative learning control #Machine Learning (cs.LG) #Narrative #Reinforcement learning #Set (abstract data type)

paper · pdf · doi:10.48550/arxiv.2505.13697

published in arXiv (Cornell University) (Cornell University)

openalex publication_date 2025/05/19 · openalex created_date 2025/10/10 · openalex updated_date 2026/08/05

Abstract

Reinforcement learning based post-training of large language models (LLMs) has recently gained attention, particularly following the release of DeepSeek R1, which applied GRPO for fine-tuning. Amid the growing claims around improved reasoning abilities attributed to RL post-training, we critically examine the formulation and assumptions underlying these methods. We start by highlighting popular structural assumptions made in modeling LLM training as an MDP, and show how they lead to a degenerate MDP, that characterizes the problem as a contextual bandit, where RL updates naturally collapse into a form of on-policy variant of outcome-driven supervised learning. The two critical structural assumptions include (1) making the MDP states be just a concatenation of the actions with states becoming the context window and the actions becoming the tokens in LLMs and (2) splitting the reward of a state-action trajectory uniformly across the trajectory. Our comprehensive analysis demonstrates that, due to these simplifying assumptions, GRPO objective reduces to filtered Iterative SFT, an on-policy variant of supervised fine-tuning. Our experiments on benchmarks including GSM8K and Countdown, across a diverse set of model families show that Filtered Iterative SFT, incorporating both positive and negative samples, achieves performance comparable to GRPO-based training. We also show that these structural assumptions indirectly incentivize RL to generate longer sequences of intermediate tokens which in turn feeds into the narrative of "RL incentivizing thinking because it generates longer thinking traces."

Citations

Cited by

Discussions

Related