Tackling Length Inflation Without Trade-offs: Group Relative Reward Rescaling for Reinforcement Learning
Abstract
Lay Summary
Reinforcement learning has become a key technique for improving large language models, but it can also make them unnecessarily verbose. In many cases, models learn to produce longer answers or reasoning traces not because they are truly better, but because longer outputs can receive higher rewards or slightly increase the chance of success. This length inflation raises inference costs and makes model outputs less efficient. This paper introduces Group Relative Reward Rescaling, or GR³, a method that encourages models to be concise without weakening their ability to solve tasks. Instead of subtracting a fixed penalty for length, GR³ adjusts the reward according to how long a model’s answer is compared with other answers to the same problem. This allows the method to give harder problems more room for reasoning while discouraging unnecessary verbosity on easier ones. Across reasoning, coding, and human-feedback-based training settings, GR³ reduces output length while maintaining or improving model performance. These results suggest that stronger language models do not necessarily need to think longer; with better training signals, they can learn to reason more efficiently.