falonss703/Awesome-Uncertainty-based-Reinforcement-Learning

🔥🔥🔥Latest Papers, Codes on Uncertainty-based RL

59

25 commits

updated Aug 24, 2025

See the code

README

Awesome Uncertainty-based RL PapersAwesome

This repository targets researchers exploring recent advances in reinforcement learning that utilize uncertainty to improve the reasoning capabilities of large language models.

📋 Table of Contents

📜 History

Recent Updates

  • 2025-08-24: Added "Agentic Reinforced Policy Optimization"
  • 2025-08-19: Added "IBRO, GTPO, GRPO-S"
  • 2025-08-12: Added "EDGE-GRPO: Entropy-Driven GRPO with Guided Error Correction for Advantage Diversity"
  • 2025-07-23: Added "Stabilizing Knowledge, Promoting Reasoning: Dual-Token Constraints for RLVR"
  • 2025-07-01: Added "SRFT: A Single-Stage Method with Supervised and Reinforcement Fine-Tuning for Reasoning"
  • 2025-06-20: Added “Reasoning with Exploration: An Entropy Perspective”
  • 2025-06-20: Added “Demystifying Reasoning Dynamics with Mutual Information: Thinking Tokens are Information Peaks in LLM Reasoning”
  • 2025-06-18: Added “Confidence Is All You Need: Few-Shot RL Fine-Tuning of Language Models”
  • 2025-06-14: Repository made public with comprehensive collection of uncertainty-based RL papers

How is Uncertainty used in RL?

🎯 Uncertainty as an Optimization Objective

TitleMethodDateMetricTask DomainCodeVenue
Right Question is Already Half the Answer: Fully Unsupervised LLM Reasoning IncentivizationEMPO04/2025Semantic EntropyMath & GeneralcodearXiv
SLOT: Sample-specific Language Model Optimization at Test-timeSLOT05/2025Token EntropyMathcodearXiv
The Unreasonable Effectiveness of Entropy Minimization in LLM ReasoningEM-FT, EM-INF05/2025Trajectory/Token EntropyMath & CodecodearXiv
One-shot Entropy MinimizationEM05/2025Token EntropyMath, Code, LogiccodearXiv
Maximizing Confidence Alone Improves ReasoningRENT05/2025Token EntropyMathproject pagearXiv
Verbalized Confidence Triggers Self-Verification: Emergent Behavior Without Explicit Reasoning SupervisionCSFT06/2025Self-ConfidenceMath-arXiv

💰 Uncertainty as a Reward Signal

TitleMethodDateMetricTask DomainCodeVenue
The Unreasonable Effectiveness of Entropy Minimization in LLM ReasoningEM-RL05/2025Trajectory/Token EntropyMath & CodecodearXiv
Learning to Reason without External RewardsINTUITOR05/2025Self-CertaintyMath & CodecodearXiv
Confidence Is All You Need: Few-Shot RL Fine-Tuning of Language ModelsRLSC06/2025Self-ConfidenceMath-arXiv
Consistent Paths Lead to Truth Self-Rewarding Reinforcement Learning for LLM ReasoningCoVo06/2025Trajectory FeaturesMathcodearXiv

🧭 Uncertainty as a Optimization Guide

TitleMethodDateMetricTask DomainCodeVenue
SEED-GRPO: Semantic entropy enhanced GRPO for uncertainty-aware policy optimizationSEED-GRPO05/2025Semantic EntropyMath-arXiv
The Entropy Mechanism of Reinforcement Learning for Reasoning Language ModelsClip-Cov, KL-Cov05/2025Policy EntropyMathcodearXiv
Reinforcing Video Reasoning with Focused ThinkingTW-GRPO05/2025Intra-Group Information EntropyVideocodearXiv
Beyond the 80/20 Rule: High-Entropy Minority Tokens Drive Effective Reinforcement Learning for LLM ReasoningForking Tokens06/2025Token EntropyMathproject pagearXiv
Demystifying Reasoning Dynamics with Mutual Information: Thinking Tokens are Information Peaks in LLM ReasoningMI peaks06/2025Mutual InformationMathcodearXiv
Reasoning with Exploration: An Entropy PerspectiveEntropy-Based Advantage Shaping06/2025Token EntropyMath-arXiv
SRFT: A Single-Stage Method with Supervised and Reinforcement Fine-Tuning for ReasoningSRFT06/2025Token EntropyMathpoject pagearXiv
Stabilizing Knowledge, Promoting Reasoning: Dual-Token Constraints for RLVRArcher07/2025Token EntropyMath & CodecodearXiv
Revisiting LLM Reasoning via Information BottleneckIBRO07/2025Information BottleneckMath-arXiv
Agentic Reinforced Policy OptimizationARPO07/2025Token EntropyMath & General & Deep SearchcodearXiv
EDGE-GRPO: Entropy-Driven GRPO with Guided Error Correction for Advantage DiversityEDGE-GRPO07/2025Token EntropyMathcodearXiv
GTPO: Trajectory-Based Policy Optimization in Large Language ModelsGTPO08/2025Token EntropyMath-arXiv
GTPO and GRPO-S: Token and Sequence-Level Reward Shaping with Policy EntropyGTPO, GRPO-S08/2025Token EntropyMath-arXiv

Contributing

We welcome everyone to contribute to this repository and help improve it. You can submit pull requests to add new papers, projects, and helpful materials, or to correct any errors that you may find. Please make sure that your pull requests follow the format in the tables above. Thank you for your valuable contributions!

🌟 Star this repo if you find it helpful! 🌟

🌟 Star History

Star History Chart

llm-reasoning
mllm-reasoning
rainforcement-learning
uncertainty-analysis
unsupervised-learning

Contributors

falonss703

24 commits

zitian-gao

1 commits

falonss703/Awesome-Uncertainty-based-Reinforcement-Learning

🔥🔥🔥Latest Papers, Codes on Uncertainty-based RL

59

25 commits

updated Aug 24, 2025

See the code

README

Awesome Uncertainty-based RL PapersAwesome

This repository targets researchers exploring recent advances in reinforcement learning that utilize uncertainty to improve the reasoning capabilities of large language models.

📋 Table of Contents

📜 History

Recent Updates

  • 2025-08-24: Added "Agentic Reinforced Policy Optimization"
  • 2025-08-19: Added "IBRO, GTPO, GRPO-S"
  • 2025-08-12: Added "EDGE-GRPO: Entropy-Driven GRPO with Guided Error Correction for Advantage Diversity"
  • 2025-07-23: Added "Stabilizing Knowledge, Promoting Reasoning: Dual-Token Constraints for RLVR"
  • 2025-07-01: Added "SRFT: A Single-Stage Method with Supervised and Reinforcement Fine-Tuning for Reasoning"
  • 2025-06-20: Added “Reasoning with Exploration: An Entropy Perspective”
  • 2025-06-20: Added “Demystifying Reasoning Dynamics with Mutual Information: Thinking Tokens are Information Peaks in LLM Reasoning”
  • 2025-06-18: Added “Confidence Is All You Need: Few-Shot RL Fine-Tuning of Language Models”
  • 2025-06-14: Repository made public with comprehensive collection of uncertainty-based RL papers

How is Uncertainty used in RL?

🎯 Uncertainty as an Optimization Objective

TitleMethodDateMetricTask DomainCodeVenue
Right Question is Already Half the Answer: Fully Unsupervised LLM Reasoning IncentivizationEMPO04/2025Semantic EntropyMath & GeneralcodearXiv
SLOT: Sample-specific Language Model Optimization at Test-timeSLOT05/2025Token EntropyMathcodearXiv
The Unreasonable Effectiveness of Entropy Minimization in LLM ReasoningEM-FT, EM-INF05/2025Trajectory/Token EntropyMath & CodecodearXiv
One-shot Entropy MinimizationEM05/2025Token EntropyMath, Code, LogiccodearXiv
Maximizing Confidence Alone Improves ReasoningRENT05/2025Token EntropyMathproject pagearXiv
Verbalized Confidence Triggers Self-Verification: Emergent Behavior Without Explicit Reasoning SupervisionCSFT06/2025Self-ConfidenceMath-arXiv

💰 Uncertainty as a Reward Signal

TitleMethodDateMetricTask DomainCodeVenue
The Unreasonable Effectiveness of Entropy Minimization in LLM ReasoningEM-RL05/2025Trajectory/Token EntropyMath & CodecodearXiv
Learning to Reason without External RewardsINTUITOR05/2025Self-CertaintyMath & CodecodearXiv
Confidence Is All You Need: Few-Shot RL Fine-Tuning of Language ModelsRLSC06/2025Self-ConfidenceMath-arXiv
Consistent Paths Lead to Truth Self-Rewarding Reinforcement Learning for LLM ReasoningCoVo06/2025Trajectory FeaturesMathcodearXiv

🧭 Uncertainty as a Optimization Guide

TitleMethodDateMetricTask DomainCodeVenue
SEED-GRPO: Semantic entropy enhanced GRPO for uncertainty-aware policy optimizationSEED-GRPO05/2025Semantic EntropyMath-arXiv
The Entropy Mechanism of Reinforcement Learning for Reasoning Language ModelsClip-Cov, KL-Cov05/2025Policy EntropyMathcodearXiv
Reinforcing Video Reasoning with Focused ThinkingTW-GRPO05/2025Intra-Group Information EntropyVideocodearXiv
Beyond the 80/20 Rule: High-Entropy Minority Tokens Drive Effective Reinforcement Learning for LLM ReasoningForking Tokens06/2025Token EntropyMathproject pagearXiv
Demystifying Reasoning Dynamics with Mutual Information: Thinking Tokens are Information Peaks in LLM ReasoningMI peaks06/2025Mutual InformationMathcodearXiv
Reasoning with Exploration: An Entropy PerspectiveEntropy-Based Advantage Shaping06/2025Token EntropyMath-arXiv
SRFT: A Single-Stage Method with Supervised and Reinforcement Fine-Tuning for ReasoningSRFT06/2025Token EntropyMathpoject pagearXiv
Stabilizing Knowledge, Promoting Reasoning: Dual-Token Constraints for RLVRArcher07/2025Token EntropyMath & CodecodearXiv
Revisiting LLM Reasoning via Information BottleneckIBRO07/2025Information BottleneckMath-arXiv
Agentic Reinforced Policy OptimizationARPO07/2025Token EntropyMath & General & Deep SearchcodearXiv
EDGE-GRPO: Entropy-Driven GRPO with Guided Error Correction for Advantage DiversityEDGE-GRPO07/2025Token EntropyMathcodearXiv
GTPO: Trajectory-Based Policy Optimization in Large Language ModelsGTPO08/2025Token EntropyMath-arXiv
GTPO and GRPO-S: Token and Sequence-Level Reward Shaping with Policy EntropyGTPO, GRPO-S08/2025Token EntropyMath-arXiv

Contributing

We welcome everyone to contribute to this repository and help improve it. You can submit pull requests to add new papers, projects, and helpful materials, or to correct any errors that you may find. Please make sure that your pull requests follow the format in the tables above. Thank you for your valuable contributions!

🌟 Star this repo if you find it helpful! 🌟

🌟 Star History

Star History Chart

llm-reasoning
mllm-reasoning
rainforcement-learning
uncertainty-analysis
unsupervised-learning

Contributors

falonss703

24 commits

zitian-gao

1 commits