paper-with-me

홈 › Papers

TROLL: Trust Regions improve Reinforcement Learning for Large Language Models

2025-10-04 · Philipp Becker, Niklas Freymuth, Serge Thilges, Fabian Otto, Gerhard Neumann arxiv

Reinforcement Learning (RL) with PPO-like clip objectives has become the standard choice for reward-based fine-tuning of large language models (LLMs). Although recent work has explored improved estimators of advantages and normalization, the clipping mechanism itself has remained untouched. Originally introduced as a proxy for principled KL-based trust regions, clipping is a crude approximation that often causes unstable updates and suboptimal performance. We replace the clip objective with a novel discrete differentiable trust region projection, which provides principled token-level KL constraints. The projection operates on a sparse subset of the model's most important token logits to balance computational cost and projection effectiveness. Our approach, Trust Region Optimization for Large Language models (TROLL), serves as a direct replacement for PPO-like clipping during training and does not alter the model's inference behavior. Across mathematical reasoning and code generation tasks, model families, as well as advantage-estimation methods, TROLL consistently outperforms PPO-like clipping in terms of training speed, stability, and final success rates.

📄 PDF Abstract BibTeX arXiv:2510.03817

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMathematical ReasoningCode Generation

Similar Papers 제목 키워드 기반

Differentiable Trust Region Layers for Deep Reinforcement Learning

2021-01-22 · ICLR 2021 1 · Fabian Otto, Philipp Becker, Ngo Anh Vien, Hanna Carolin Ziesche 외

Trust region methods are a popular tool in reinforcement learning as they yield robust policy updates in continuous and discrete action spaces. However, enforcing such trust regions in deep reinforcement learning is diff…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

BandPO: Bridging Trust Regions and Ratio Clipping via Probability-Aware Bounds for LLM Reinforcement Learning

2026-03-05 · Yuan Li, Bo Wang, Yufei Gao, Yuqian Yao 외 arxiv

Proximal constraints are fundamental to the stability of the Large Language Model reinforcement learning. While the canonical clipping mechanism in PPO serves as an efficient surrogate for trust regions, we identify a cr…

Reinforcement Learning

Signal-Adaptive Trust Regions for Gradient-Free Optimization of Recurrent Spiking Neural Networks

2026-01-29 · Jinhao Li, Yuhao Sun, Zhiyuan Ma, Hao He 외 arxiv

Recurrent spiking neural networks (RSNNs) are a promising substrate for energy-efficient control policies, but training them for high-dimensional, long-horizon reinforcement learning remains challenging. Population-based…

Reinforcement Learning

Explainable RL Policies by Distilling to Locally-Specialized Linear Policies with Voronoi State Partitioning

2025-11-17 · Senne Deproost, Dennis Steckelmacher, Ann Nowé arxiv

Deep Reinforcement Learning is one of the state-of-the-art methods for producing near-optimal system controllers. However, deep RL algorithms train a deep neural network, that lacks transparency, which poses challenges w…

Reinforcement Learning

Differentially Private Policy Gradient

2025-01-31 · Alexandre Rio, Merwan Barlier, Igor Colin

Motivated by the increasing deployment of reinforcement learning in the real world, involving a large consumption of personal data, we introduce a differentially private (DP) policy gradient algorithm. We show that, in t…