paper-with-me

홈 › Papers

Learning to Reason Efficiently with Discounted Reinforcement Learning

2025-10-27 · Alex Ayoub, Kavosh Asadi, Dale Schuurmans, Csaba Szepesvári, Karim Bouyarmane arxiv

Large reasoning models (LRMs) often consume excessive tokens, inflating computational cost and latency. More broadly, in goal reaching sequential decision problems we often want to reach the goal quickly, and LRM reasoning can be viewed through this lens. We challenge the assumption that longer responses improve accuracy. By penalizing reasoning tokens using a discounted reinforcement learning setup (interpretable as a small token cost) and analyzing Blackwell optimality in restricted policy classes, we encourage concise yet accurate reasoning, analogous to preferring shorter successful trajectories in a stochastic shortest path problem. Experiments confirm our theoretical results that this approach shortens chains of thought while preserving accuracy.

📄 PDF Abstract BibTeX arXiv:2510.23486

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Provably Efficient Reinforcement Learning for Discounted MDPs with Feature Mapping

2020-06-23 · Dongruo Zhou, Jiafan He, Quanquan Gu

Modern tasks in reinforcement learning have large state and action spaces. To deal with them efficiently, one often uses predefined feature mapping to represent states and actions in a low-dimensional space. In this pape…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Tournament selection in zeroth-level classifier systems based on average reward reinforcement learning

2016-04-26 · Zhaoxiang Zang, Zhao Li, Junying Wang, Zhiping Dan

As a genetics-based machine learning technique, zeroth-level classifier system (ZCS) is based on a discounted reward reinforcement learning algorithm, bucket-brigade algorithm, which optimizes the discounted total reward…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Average-Reward Reinforcement Learning with Trust Region Methods

2021-06-07 · Xiaoteng Ma, Xiaohang Tang, Li Xia, Jun Yang 외

Most of reinforcement learning algorithms optimize the discounted criterion which is beneficial to accelerate the convergence and reduce the variance of estimates. Although the discounted criterion is appropriate for cer…

continuous-controlContinuous ControlMuJoCoreinforcement-learning+2

Renewal Monte Carlo: Renewal theory based reinforcement learning

2018-04-03 · Jayakumar Subramanian, Aditya Mahajan

In this paper, we present an online reinforcement learning algorithm, called Renewal Monte Carlo (RMC), for infinite horizon Markov decision processes with a designated start state. RMC is a Monte Carlo algorithm and ret…

Managementreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Discounted Pseudocosts in MILP

2024-07-07 · Krunal Kishor Patel

In this article, we introduce the concept of discounted pseudocosts, inspired by discounted total reward in reinforcement learning, and explore their application in mixed-integer linear programming (MILP). Traditional ps…

reinforcement-learningReinforcement Learning