DRA-GRPO: Your GRPO Needs to Know Diverse Reasoning Paths for Mathematical Reasoning
- company Hugging Face
- lab arXiv
- lab arXivLabs
- location Taiwan
- model DRA-GRPO
- person Xiwen Chen
- product Roth IRA
- product iPhone 16
A new training framework called DRA-GRPO aims to improve mathematical reasoning in large language models by encouraging diverse solution strategies, according to a paper posted on arXiv. The method adjusts the reward signal during post-training to prevent models from collapsing onto a narrow set of reasoning patterns [1]. The framework, Diversity-aware Reward Adjustment for Group Relative Policy Optimization, addresses a limitation in standard GRPO, a reinforcement learning technique used to enhance mathematical reasoning in LLMs after initial training [1]. Standard GRPO assigns scalar correctness rewards that can be identical for semantically distinct reasoning paths, a problem the authors term Diversity-Quality Inconsistency. This causes the model's policy to favor a limited set of dominant strategies while discarding equally valid but structurally novel approaches [1]. DRA-GRPO calibrates the reward signal by measuring the semantic density of sampled reasoning groups using Submodular Mutual Information. It implements an Inverse Propensity Scoring mechanism that the authors describe as creating a "repulsive force against redundancy" to drive broader coverage of high-reward strategies [1]. The method is designed to integrate with existing GRPO variants without architectural changes [1]. In empirical tests across five math benchmarks, DRA-GRPO achieved an average accuracy of 58.2% on DeepSeek-R1-Distill-Qwen-1.5B, a distilled version of a model from the Chinese AI company DeepSeek [1][7]. The training used only 7,000 samples and cost $55, which the authors present as evidence of data-efficient alignment [1]. DeepSeek, founded in 2023 and based in Hangzhou, has drawn industry attention for producing competitive models at reported costs far below those of larger rivals [7]. The Qwen model family used in the experiments is developed by Alibaba Cloud and distributed under open-source licenses [9]. The paper, authored by Xiwen Chen and colleagues, has been revised several times since its initial submission in May 2025, with the latest version posted in June 2026 [1]. The code repository is publicly available on GitHub [1]. The work contributes to a growing body of research on post-training optimization for LLMs, a category of machine learning models with many parameters trained on vast text corpora for language generation tasks [8].
regulationmodel-releaseresearch-papertool-releaseproduct-launchsafety-research
Background sources we checked (8)
- arxiv.org ↗ Post-training LLMs with Reinforcement Learning, specifically Group Relative Policy Optimization (GRPO), has emerged as a paradigm for enhancing mathematical reasoning. However, standard GRPO relies on scalar correctness rewards that are often non-injective with respect to semanti…
- arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
- huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
- huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
- huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
- en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
- en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…