paper-with-me

Papers

Count Counts: Motivating Exploration in LLM Reasoning with Count-based Intrinsic Rewards

2025-10-18 · Xuan Zhang, Ruixiao Li, Zhijian Zhou, Long Li, Yulei Qin, Ke Li, Xing Sun, Xiaoyu Tan, Chao Qu, Yuan Qi arxiv

Reinforcement Learning (RL) has become a compelling way to strengthen the multi step reasoning ability of Large Language Models (LLMs). However, prevalent RL paradigms still lean on sparse outcome-based rewards and limited exploration, which often drives LLMs toward repetitive and suboptimal reasoning patterns. In this paper, we study the central question of how to design exploration for LLM reasoning and introduce MERCI (Motivating Exploration in LLM Reasoning with Count-based Intrinsic Rewards), a novel RL algorithm that augments policy optimization with a principled intrinsic reward. Building on the idea of count-based exploration, MERCI leverages a lightweight Coin Flipping Network (CFN) to estimate the pseudo count and further epistemic uncertainty over reasoning trajectories, and converts them into an intrinsic reward that values novelty while preserving the learning signal from task rewards. We integrate MERCI into some advanced RL frameworks like Group Relative Policy Optimization (GRPO). Experiments on complex reasoning benchmarks demonstrate that MERCI encourages richer and more varied chains of thought, significantly improves performance over strong baselines, and helps the policy escape local routines to discover better solutions. It indicates that our targeted intrinsic motivation can make exploration reliable for language model reasoning.

📄 PDF Abstract BibTeX arXiv:2510.16614

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Flipping Coins to Estimate Pseudocounts for Exploration in Reinforcement Learning

2023-06-05 · Sam Lobel, Akhil Bagaria, George Konidaris

We propose a new method for count-based exploration in high-dimensional state spaces. Unlike previous work which relies on density models, we show that counts can be derived by averaging samples from the Rademacher distr…

Montezuma's Revengereinforcement-learningReinforcement Learning

Unifying Count-Based Exploration and Intrinsic Motivation

2016-06-06 · NeurIPS 2016 12 · Marc G. Bellemare, Sriram Srinivasan, Georg Ostrovski, Tom Schaul 외

We consider an agent's uncertainty about its environment and the problem of generalizing this uncertainty across observations. Specifically, we focus on the problem of exploration in non-tabular reinforcement learning. D…

Atari GamesMontezuma's Revengereinforcement-learningReinforcement Learning+1

Visual Episodic Memory-based Exploration

2024-05-18 · Jack Vice, Natalie Ruiz-Sanchez, Pamela K. Douglas, Gita Sukthankar

In humans, intrinsic motivation is an important mechanism for open-ended cognitive development; in robots, it has been shown to be valuable for exploration. An important aspect of human cognitive development is $\textit{…

Incompressible Knowledge Probes: Estimating Black-Box LLM Parameter Counts via Factual Capacity

2026-04-27 · Bojie Li arxiv

Closed-source frontier labs do not disclose parameter counts. Storing F facts requires at least F/(bits per parameter) weights, so factual recall lower-bounds parameter count--an intrinsic, serving-independent signal, th…

Unlocking the Power of Representations in Long-term Novelty-based Exploration

2023-05-02 · Alaa Saade, Steven Kapturowski, Daniele Calandriello, Charles Blundell 외

We introduce Robust Exploration via Clustering-based Online Density Estimation (RECODE), a non-parametric method for novelty-based exploration that estimates visitation counts for clusters of states based on their simila…

Atari GamesClusteringDensity Estimation