A Minimalist Approach to LLM Reasoning: from Rejection Sampling to Reinforce
FreeA minimalist RL approach for LLM reasoning: from rejection sampling to Reinforce
About A Minimalist Approach to LLM Reasoning: from Rejection Sampling to Reinforce
This research paper presents a systematic analysis of reinforcement learning (RL) methods for fine-tuning large language models (LLMs) on complex reasoning tasks. The authors revisit Group Relative Policy Optimization (GRPO) from a reinforce-like perspective and find that a simple rejection sampling baseline (RAFT) – training only on positively rewarded samples – yields competitive performance compared to GRPO and PPO. Ablation studies reveal GRPO's main advantage comes from discarding prompts with entirely incorrect responses, not reward normalization. Building on this insight, the paper proposes Reinforce-Rej, a minimal extension of policy gradient that filters both entirely incorrect and entirely correct samples, improving KL efficiency and stability. The work advocates RAFT as a robust, interpretable baseline and cautions against indiscriminate use of negative samples, providing guidance for future reward-based LLM post-training.
Key Features
Pros & Cons
- Simple rejection sampling baseline (RAFT) is competitive with complex RL methods
- Proposed Reinforce-Rej improves KL efficiency and stability
- Provides clear insights into what makes GRPO effective (discarding incorrect prompts)
- Lightweight and effective alternative to GRPO/PPO
- Interpretable baseline for future research
- Research paper, not a ready-to-use software tool
- Effectiveness may be limited to reward-based reasoning tasks
- Requires access to a reward model for reinforcement learning
- No guarantee of performance outside specific experimental settings