AIDec 4, 2025

Efficient Reinforcement Learning with Semantic and Token Entropy for LLM Reasoning

arXiv:2512.04359v33 citationsh-index: 15
Originality Incremental advance
AI Analysis

This addresses a bottleneck in LLM reasoning for AI applications, but it is incremental as it builds on existing entropy-based methods.

The paper tackled entropy collapse in reinforcement learning for large language models (LLM) reasoning by proposing a framework using semantic and token entropy, resulting in improved performance across benchmarks with multiple base models.

Reinforcement learning with verifiable rewards (RLVR) has demonstrated superior performance in enhancing the reasoning capability of large language models (LLMs). However, this accuracy-oriented learning paradigm often suffers from entropy collapse, which reduces policy exploration and limits reasoning capabilities. To address this challenge, we propose an efficient reinforcement learning framework that leverages entropy signals at both the semantic and token levels to improve reasoning. From the data perspective, we introduce semantic entropy-guided curriculum learning, organizing training data from low to high semantic entropy to guide progressive optimization from easier to more challenging tasks. For the algorithmic design, we adopt non-uniform token treatment by imposing KL regularization on low-entropy tokens that critically impact policy exploration and applying stronger constraints on high-covariance portions within these tokens. By jointly optimizing data organization and algorithmic design, our method effectively mitigates entropy collapse and enhances LLM reasoning. Experimental results across 6 benchmarks with 3 different parameter-scale base models demonstrate that our method outperforms other entropy-based approaches in improving reasoning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes