LGAIMLApr 24, 2025

Training Large Language Models to Reason via EM Policy Gradient

arXiv:2504.18587v12 citationsh-index: 1
Originality Incremental advance
AI Analysis

This addresses the need for simpler, more principled reinforcement learning methods for LLM reasoning, though it appears incremental relative to existing approaches like GRPO.

The authors tackled the problem of enhancing large language model reasoning by introducing EM Policy Gradient, an off-policy reinforcement learning algorithm that frames reasoning as an Expectation-Maximization optimization problem, achieving performance comparable to or slightly surpassing state-of-the-art GRPO on GSM8K and MATH (HARD) datasets.

Recently, foundation models such as OpenAI's O1 and O3, along with DeepSeek's R1, have demonstrated strong reasoning capacities and problem-solving skills acquired through large-scale reinforcement learning (RL), with wide applications in mathematics, coding, science, intelligent agents, and virtual assistants. In this work, we introduce an off-policy reinforcement learning algorithm, EM Policy Gradient, aimed at enhancing LLM reasoning by optimizing expected return over reasoning trajectories. We frame the reasoning task as an Expectation-Maximization (EM) optimization problem, alternating between sampling diverse rationale trajectories and performing reward-guided fine-tuning. Unlike PPO and GRPO, which rely on complex importance weights and heuristic clipping, our method provides a simpler, more principled off-policy policy gradient approach, eliminating these complexities while maintaining strong performance. We evaluate the effectiveness of EM Policy Gradient on the GSM8K and MATH (HARD) datasets, where it achieves performance comparable to or slightly surpassing the state-of-the-art GRPO, while offering additional advantages in scalability, simplicity, and reasoning conciseness. Moreover, models fine-tuned with our method exhibit cognitive behaviors, such as sub-problem decomposition, self-verification, and backtracking, highlighting its potential to enhance both the interpretability and robustness of LLM reasoning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes