BandPO: Bridging Trust Regions and Ratio Clipping via Probability-Aware Bounds for LLM Reinforcement Learning
Abstract
Lay Summary
Large language models are often improved by letting them try different answers and rewarding the ones that work well. However, this training process must be carefully controlled: if the model changes too quickly, training can become unstable, but if it is controlled too rigidly, the model may stop exploring useful but initially unlikely answers. This paper identifies a limitation in a widely used control rule: it can overly restrict rare but promising choices, causing the model to become less diverse too quickly. We propose BandPO, a new training method that adjusts these control limits according to how likely each choice already is. This gives the model more room to learn from promising low-probability choices while still keeping training stable. Experiments on different models and datasets show that BandPO improves performance over existing methods and helps prevent the model from losing useful diversity during training.