English

Reinforced Efficient Reasoning via Semantically Diverse Exploration

Artificial Intelligence 2026-04-21 v2 Computation and Language

Abstract

Reinforcement learning with verifiable rewards (RLVR) has proven effective in enhancing the reasoning of large language models (LLMs). Monte Carlo Tree Search (MCTS)-based extensions improve upon vanilla RLVR (e.g., GRPO) by providing tree-based reasoning rollouts that enable fine-grained and segment-level credit assignment. However, existing methods still suffer from limited exploration diversity and inefficient reasoning. To address the above challenges, we propose reinforced efficient reasoning via semantically diverse explorations, i.e., ROSE, for LLMs. To encourage more diverse reasoning exploration, our method incorporates a semantic-entropy-based branching strategy and an ε\varepsilon-exploration mechanism. The former operates on already sampled reasoning rollouts to capture semantic uncertainty and select branching points with high semantic divergence to generate new successive reasoning paths, whereas the latter stochastically initiates reasoning rollouts from the root, preventing the search process from becoming overly local. To improve efficiency, we design a length-aware segment-level advantage estimator that rewards concise and correct reasoning while penalizing unnecessarily long reasoning chains. Extensive experiments on various mathematical reasoning benchmarks with Qwen and Llama models validate the effectiveness and efficiency of ROSE. Codes are available at https://github.com/ZiqiZhao1/ROSE-rl.

Keywords

Cite

@article{arxiv.2601.05053,
  title  = {Reinforced Efficient Reasoning via Semantically Diverse Exploration},
  author = {Ziqi Zhao and Zhaochun Ren and Jiahong Zou and Liu Yang and Zhiwei Xu and Xuri Ge and Zhumin Chen and Xinyu Ma and Daiting Shi and Shuaiqiang Wang and Dawei Yin and Xin Xin},
  journal= {arXiv preprint arXiv:2601.05053},
  year   = {2026}
}

Comments

Accepted at ACL 2026 Main

R2 v1 2026-07-01T08:56:21.814Z