ERR+ Improves LLM Reasoning Accuracy and Conciseness.

Xin Jiang, Minhao Wang, Wen Wu, Zhentao Xie, Shangheng Du, Jinxin Shi, Jiabao Zhao· September 1, 2026 View original

Key takeaways

  • ERR+ is an RLVR framework improving LLM reasoning accuracy and conciseness.
  • It rewards token-level entropy drops during the thinking phase.
  • A second phase promotes conciseness by penalizing overly long responses.
  • The sequential design resolves gradient conflicts, leading to consistent improvements.

Who benefits

Software DevelopmentData ScienceConsultingResearchContent Creation

Summary

ERR+ is a two-phase reinforcement learning framework that optimizes Large Language Model reasoning by rewarding sequential entropy drops during the thinking phase and penalizing overly long responses. This method enhances both the accuracy and conciseness of LLM outputs across various tasks.

Large Language Models (LLMs) often achieve strong performance on complex tasks by generating detailed chain-of-thought (CoT) traces, typically optimized through reinforcement learning with verifiable rewards (RLVR). However, existing RLVR methods primarily focus on correctness, offering limited guidance on the quality or efficiency of the reasoning process itself. This research introduces ERR+, a novel two-phase RLVR framework designed to address these limitations. Empirical analysis revealed that correct reasoning traces exhibit more frequent and significant token-level entropy drops during the thinking phase compared to incorrect ones. Building on this insight, the first phase of ERR+ trains models using an Entropy Relief Reward (ERR). This reward is proportional to the cumulative token-level entropy drops, normalized by response length, encouraging the model to resolve uncertainty efficiently without stifling initial exploration. The second phase introduces the Robust Relative Efficiency Reward, which scores a response's length against co-generated peers, promoting conciseness. A formal analysis justifies this sequential design, showing that joint optimization initially leads to gradient conflicts. Experiments across five datasets and various model backbones demonstrate that ERR+ consistently improves both the accuracy and conciseness of LLM outputs, offering a more optimized approach to LLM reasoning.

Why it matters

For professionals relying on LLMs for complex problem-solving, ERR+ offers a way to achieve more accurate and concise outputs, reducing the need for extensive post-processing and improving the reliability of AI-generated reasoning.

How to implement this in your domain

  1. 1Evaluate current LLM applications for reasoning accuracy and verbosity.
  2. 2Investigate fine-tuning LLMs using advanced RLVR frameworks like ERR+ for improved reasoning.
  3. 3Experiment with rewarding internal reasoning quality metrics, such as entropy reduction, in custom LLM training pipelines.
  4. 4Benchmark the efficiency and conciseness gains of ERR+ against existing RL methods for specific tasks.

Original post by Xin Jiang, Minhao Wang, Wen Wu, Zhentao Xie, Shangheng Du, Jinxin Shi, Jiabao Zhao

"arXiv:2608.28771v1 Announce Type: new Abstract: Large reasoning models achieve strong performance on complex tasks by generating extended chain-of-thought (CoT) traces via reinforcement learning with verifiable rewards (RLVR). While current RLVR methods have achieved strong resul…"

View on X

Originally posted by Xin Jiang, Minhao Wang, Wen Wu, Zhentao Xie, Shangheng Du, Jinxin Shi, Jiabao Zhao on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses