paper-with-me

홈 › Papers

Modularized Reinforcement Learning on LLMs: From MDP Creation to Exploration and Learning

2026-06-20 · Zhao Yang, Yuxuan Jiang, Ting-Chih Chen, Lincen Yang, Annie Wong, Chao Gao, Jacob E. Kooi, Zhong Li, Jiayang Shi, Kevin Qiu, Qi Huang, Xinrui Zu, Shiping Yang, Hengyuan Zhang, Ngai Wong, Filip Ilievski, Shujian Yu, Aske Plaat, Zhaochun Ren, Mark Hoogendoorn, Vincent François-Lavet arxiv

Reinforcement learning (RL) has become central to LLM post-training, yet the methods that dominate current pipelines, PPO and GRPO, represent only a narrow slice of what RL offers. Understanding why these methods prevail, and what alternatives exist, requires a principled examination of the design decisions that underlie any RL algorithm. This survey organizes that examination around three stages of algorithm construction. We begin with MDP creation: how the reward function, state space, action space, termination condition, and discount factor are, or could be, defined for LLM training. We then turn to exploration, covering temperature sampling, entropy regularization, intrinsic motivation, tree search, and curriculum learning. Finally, we address learning along four classical RL dimensions: model-free versus model-based, value-based versus policy-based versus actor-critic, on-policy versus off-policy, and credit assignment, including both Monte Carlo methods, which rely on full return estimates, and bootstrapping methods, which update estimates using other learned predictions. Mapping the LLM literature onto this taxonomy reveals a strikingly non-uniform distribution of research effort. Critic-free policy gradients and Monte Carlo credit assignment are densely populated, while value-based methods, off-policy actor-critic training, and bootstrapping-based credit assignment remain largely unexplored despite well-established counterparts in classical RL. These gaps represent concrete opportunities for transferring proven RL techniques to LLM training. By making these gaps explicit alongside the methods that have proven effective, this survey offers researchers in both RL and LLMs a shared framework for understanding current practice and identifying promising directions for future work.

📄 PDF Abstract BibTeX arXiv:2606.21943

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Tianshou: a Highly Modularized Deep Reinforcement Learning Library

2021-07-29 · Jiayi Weng, Huayu Chen, Dong Yan, Kaichao You 외

In this paper, we present Tianshou, a highly modularized Python library for deep reinforcement learning (DRL) that uses PyTorch as its backend. Tianshou intends to be research-friendly by providing a flexible and reliabl…

Deep Reinforcement LearningMuJoCoreinforcement-learningReinforcement Learning+1

Modularized Dynamic-Granularity Video LLM for Multi-Event Long Video Understanding

2026-07-17 · Wei Feng, Xin Wang, Yu-Wei Zhan, Yuwei Zhou 외 arxiv

Video Large Language Models (Video LLMs) have made significant advancements in various video understanding tasks. However, long-video scenarios remain challenging due to the tension between limited visual token budgets a…

Reinforcement Learning

Graph-based Heuristic Search for Module Selection Procedure in Neural Module Network

2020-09-30 · Yuxuan Wu, Hideki Nakayama

Neural Module Network (NMN) is a machine learning model for solving the visual question answering tasks. NMN uses programs to encode modules' structures, and its modularized architecture enables it to solve logical probl…

Heuristic SearchQuestion Answeringreinforcement-learningReinforcement Learning+3

RedRFT: A Light-Weight Benchmark for Reinforcement Fine-Tuning-Based Red Teaming

2025-06-04 · Xiang Zheng, Xingjun Ma, Wei-Bin Lee, Cong Wang

Red teaming has proven to be an effective method for identifying and mitigating vulnerabilities in Large Language Models (LLMs). Reinforcement Fine-Tuning (RFT) has emerged as a promising strategy among existing red team…

Red Teaming

Fully Autonomous Real-World Reinforcement Learning with Applications to Mobile Manipulation

2021-07-28 · Charles Sun, Jędrzej Orbik, Coline Devin, Brian Yang 외

We study how robots can autonomously learn skills that require a combination of navigation and grasping. While reinforcement learning in principle provides for automated robotic skill learning, in practice reinforcement …

Continual LearningNavigatereinforcement-learningReinforcement Learning+1