paper-with-me

홈 › Papers

Walk Before You Run! Concise LLM Reasoning via Reinforcement Learning

2025-05-27 · Mingyang Song, Mao Zheng

As test-time scaling becomes a pivotal research frontier in Large Language Models (LLMs) development, contemporary and advanced post-training methodologies increasingly focus on extending the generation length of long Chain-of-Thought (CoT) responses to enhance reasoning capabilities toward DeepSeek R1-like performance. However, recent studies reveal a persistent overthinking phenomenon in state-of-the-art reasoning models, manifesting as excessive redundancy or repetitive thinking patterns in long CoT responses. To address this issue, in this paper, we propose a simple yet effective two-stage reinforcement learning framework for achieving concise reasoning in LLMs, named ConciseR. Specifically, the first stage, using more training steps, aims to incentivize the model's reasoning capabilities via Group Relative Policy Optimization with clip-higher and dynamic sampling components (GRPO++), and the second stage, using fewer training steps, explicitly enforces conciseness and improves efficiency via Length-aware Group Relative Policy Optimization (L-GRPO). Significantly, ConciseR only optimizes response length once all rollouts of a sample are correct, following the "walk before you run" principle. Extensive experimental results demonstrate that our ConciseR model, which generates more concise CoT reasoning responses, outperforms recent state-of-the-art reasoning models with zero RL paradigm across AIME 2024, MATH-500, AMC 2023, Minerva, and Olympiad benchmarks.

📄 PDF Abstract BibTeX arXiv:2505.21178

Code (0)

등록된 구현이 없습니다.

Tasks

Math

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Less Redundancy: Boosting Practicality of Vision Language Model in Walking Assistants

2025-08-22 · Chongyang Li, Zhiqiang Yuan, Hanbo Bi, Zexi Jia 외 arxiv

Approximately 283 million people worldwide live with visual impairments, motivating increasing research into leveraging Visual Language Models (VLMs) to develop effective walking assistance systems for blind and low visi…

ConciseRL: Conciseness-Guided Reinforcement Learning for Efficient Reasoning Models

2025-05-22 · Razvan-Gabriel Dumitru, Darius Peteleaza, Vikas Yadav, Liangming Pan

Large language models excel at complex tasks by breaking down problems into structured reasoning steps. However, reasoning traces often extend beyond reaching a correct answer, causing wasted computation, reduced readabi…

Large Language ModelMathreinforcement-learningReinforcement Learning

Deriving Rewards for Reinforcement Learning from Symbolic Behaviour Descriptions of Bipedal Walking

2023-12-16 · Daniel Harnack, Christoph Lüth, Lukas Gross, Shivesh Kumar 외

Generating physical movement behaviours from their symbolic description is a long-standing challenge in artificial intelligence (AI) and robotics, requiring insights into numerical optimization methods as well as into fo…

reinforcement-learningReinforcement Learning

GRPO-LEAD: A Difficulty-Aware Reinforcement Learning Approach for Concise Mathematical Reasoning in Language Models

2025-04-13 · Jixiao Zhang, Chunsheng Zuo

Recent advances in R1-like reasoning models leveraging Group Relative Policy Optimization (GRPO) have significantly improved the performance of language models on mathematical reasoning tasks. However, current GRPO imple…

Mathematical Reasoning

OThink-SRR1: Search, Refine and Reasoning with Reinforced Learning for Large Language Models

2026-03-27 · Haijian Liang, Zenghao Niu, Junjie Wu, Changwang Zhang 외 arxiv

Retrieval-Augmented Generation (RAG) expands the knowledge of Large Language Models (LLMs), yet current static retrieval methods struggle with complex, multi-hop problems. While recent dynamic retrieval strategies offer …

Reinforcement Learning