paper-with-me

Papers

Diversity-Aware Policy Optimization for Large Language Model Reasoning

2025-05-29 · Jian Yao, Ran Cheng, Xingyu Wu, Jibin Wu, Kay Chen Tan

The reasoning capabilities of large language models (LLMs) have advanced rapidly, particularly following the release of DeepSeek R1, which has inspired a surge of research into data quality and reinforcement learning (RL) algorithms. Despite the pivotal role diversity plays in RL, its influence on LLM reasoning remains largely underexplored. To bridge this gap, this work presents a systematic investigation into the impact of diversity in RL-based training for LLM reasoning, and proposes a novel diversity-aware policy optimization method. Across evaluations on 12 LLMs, we observe a strong positive correlation between the solution diversity and Potential at k (a novel metric quantifying an LLM's reasoning potential) in high-performing models. This finding motivates our method to explicitly promote diversity during RL training. Specifically, we design a token-level diversity and reformulate it into a practical objective, then we selectively apply it to positive samples. Integrated into the R1-zero training framework, our method achieves a 3.5 percent average improvement across four mathematical reasoning benchmarks, while generating more diverse and robust solutions.

📄 PDF Abstract BibTeX arXiv:2505.23433

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityLanguage ModelingLanguage ModellingLarge Language ModelMathematical ReasoningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Group-Aware Reinforcement Learning for Output Diversity in Large Language Models

2025-11-16 · Oron Anschel, Alon Shoshan, Adam Botach, Shunit Haviv Hakimi 외 arxiv

Large Language Models (LLMs) often suffer from mode collapse, repeatedly generating the same few completions even when many valid answers exist, limiting their diversity across a wide range of tasks. We introduce Group-A…

Reinforcement Learning

EvoTool: Self-Evolving Tool-Use Policy Optimization in LLM Agents via Blame-Aware Mutation and Diversity-Aware Selection

2026-03-05 · Shuo Yang, Soyeon Caren Han, Xueqi Ma, Yan Li 외 arxiv

LLM-based agents depend on effective tool-use policies to solve complex tasks, yet optimizing these policies remains challenging due to delayed supervision and the difficulty of credit assignment in long-horizon trajecto…

SEED-GRPO: Semantic Entropy Enhanced GRPO for Uncertainty-Aware Policy Optimization

2025-05-18 · Minghan Chen, Guikun Chen, Wenguan Wang, Yi Yang

Large language models (LLMs) exhibit varying levels of confidence across input prompts (questions): some lead to consistent, semantically similar answers, while others yield diverse or contradictory outputs. This variati…

MathMathematical Reasoning

Diverse Thinking Schemata Elicit Better Reasoning in Large Language Models

2026-06-08 · Xinyue Liang, Yizhe Yang, Yu Bai, Bin Xu 외 arxiv

Large reasoning models (LRMs) have attracted increasing attention for their ability to solve complex mathematical problems by generating extended reasoning chains. In this work, we focus on two critical yet underexplored…

Reinforcement LearningMathematical Reasoning

Reasoning or Memorization? Direction-Aware Diversity Exploration in LLM Reinforcement Learning

2026-06-09 · Jiangnan Xia, Yucheng Shi, Yu Yang, Kishan Panaganti 외 arxiv

Reinforcement learning has become a key paradigm for eliciting reasoning abilities in large language models, where exploration is crucial for discovering effective solution trajectories. Existing exploration methods typi…

Reinforcement Learning