TRE: Encouraging Exploration in the Trust Region
Chao Huang, Yujing Lu, Quangang Li, Shenghe Wang, Yan Wang, Yueyang Zhang, Long Xia, Jiashu Zhao, Zhiyuan Sun, Daiting Shi, Tingwen Liu
TL;DR
The paper tackles the failure of global entropy regularization for training LLMs in RL by identifying cumulative tail risk in long-horizon generation. It introduces Trust Region Entropy (TRE), which confines exploration to a model-defined trust region and comes in two variants, TRE-K and TRE-P, enabling local entropy maximization within a plausible token subset. Through extensive experiments on MATH, Countdown, and HH alignment tasks with Qwen bases ranging from 1.5B to 7B, TRE consistently outperforms vanilla PPO, standard Entropy, and KL-Cov baselines, with TRE-P often delivering the strongest gains. TRE reduces overconfidence and tail-induced noise, improving reasoning stability and alignment performance, thereby offering a robust approach to exploration in LLM RL settings. The proposed method has practical implications for safer, more reliable LLM fine-tuning and alignment, particularly in reasoning-intensive and preference-alignment scenarios.
Abstract
Entropy regularization is a standard technique in reinforcement learning (RL) to enhance exploration, yet it yields negligible effects or even degrades performance in Large Language Models (LLMs). We attribute this failure to the cumulative tail risk inherent to LLMs with massive vocabularies and long generation horizons. In such environments, standard global entropy maximization indiscriminately dilutes probability mass into the vast tail of invalid tokens rather than focusing on plausible candidates, thereby disrupting coherent reasoning. To address this, we propose Trust Region Entropy (TRE), a method that encourages exploration strictly within the model's trust region. Extensive experiments across mathematical reasoning (MATH), combinatorial search (Countdown), and preference alignment (HH) tasks demonstrate that TRE consistently outperforms vanilla PPO, standard entropy regularization, and other exploration baselines. Our code is available at https://github.com/WhyChaos/TRE-Encouraging-Exploration-in-the-Trust-Region.
