PulseAugur
EN
LIVE 06:31:19

New ReCo method improves GRPO for language model reasoning

Researchers have developed ReCo, a novel reweighting method designed to improve Group Relative Policy Optimization (GRPO) in language models. GRPO, a standard reinforcement learning technique, has been observed to sometimes reduce a model's reasoning capacity by concentrating on high-probability responses. ReCo addresses this by normalizing response contributions based on their expected occurrence and replacing the token-level importance ratio with a variance-based one. This approach aims to enhance coverage of reasoning paths, particularly for larger values of k in benchmarks like Pass@k. AI

IMPACT This research could lead to language models with improved reasoning capabilities and broader coverage of potential solutions.

RANK_REASON The cluster contains a research paper detailing a new method for improving reinforcement learning in language models. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New ReCo method improves GRPO for language model reasoning

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Junoh Park, Junseo Hwang, Wonguk Cho, Taesup Kim ·

    ReCo: Reweighting GRPO Against Distributional Concentration

    arXiv:2607.26862v1 Announce Type: new Abstract: Group Relative Policy Optimization (GRPO) has become a standard reinforcement learning method for post-training language models. Recent work shows that GRPO can reduce the base model's reasoning capacity and underperform it in Pass@…