DiscoverDaily Paper CastKnapsack RL: Unlocking Exploration of LLMs via Optimizing Budget Allocation
Knapsack RL: Unlocking Exploration of LLMs via Optimizing Budget Allocation

Knapsack RL: Unlocking Exploration of LLMs via Optimizing Budget Allocation

Update: 2025-10-03
Share

Description

🤗 Upvotes: 32 | cs.LG, cs.AI, cs.CL



Authors:

Ziniu Li, Congliang Chen, Tianyun Yang, Tian Ding, Ruoyu Sun, Ge Zhang, Wenhao Huang, Zhi-Quan Luo



Title:

Knapsack RL: Unlocking Exploration of LLMs via Optimizing Budget Allocation



Arxiv:

http://arxiv.org/abs/2509.25849v1



Abstract:

Large Language Models (LLMs) can self-improve through reinforcement learning, where they generate trajectories to explore and discover better solutions. However, this exploration process is computationally expensive, often forcing current methods to assign limited exploration budgets to each task. This uniform allocation creates problematic edge cases: easy tasks consistently succeed while difficult tasks consistently fail, both producing zero gradients during training updates for the widely used Group Relative Policy Optimization (GRPO). We address this problem from the lens of exploration budget allocation. Viewing each task's exploration as an "item" with a distinct "value" and "cost", we establish a connection to the classical knapsack problem. This formulation allows us to derive an optimal assignment rule that adaptively distributes resources based on the model's current learning status. When applied to GRPO, our method increases the effective ratio of non-zero policy gradients by 20-40% during training. Acting as a computational "free lunch", our approach could reallocate exploration budgets from tasks where learning is saturated to those where it is most impactful. This enables significantly larger budgets (e.g., 93 rollouts) for especially challenging problems, which would be computationally prohibitive under a uniform allocation. These improvements translate to meaningful gains on mathematical reasoning benchmarks, with average improvements of 2-4 points and peak gains of 9 points on specific tasks. Notably, achieving comparable performance with traditional homogeneous allocation would require about 2x the computational resources.

Comments 
In Channel
loading
00:00
00:00
x

0.5x

0.8x

1.0x

1.25x

1.5x

2.0x

3.0x

Sleep Timer

Off

End of Episode

5 Minutes

10 Minutes

15 Minutes

30 Minutes

45 Minutes

60 Minutes

120 Minutes

Knapsack RL: Unlocking Exploration of LLMs via Optimizing Budget Allocation

Knapsack RL: Unlocking Exploration of LLMs via Optimizing Budget Allocation

Jingwen Liang, Gengyu Wang