paper-with-me

홈 › Papers

Knapsack RL: Unlocking Exploration of LLMs via Optimizing Budget Allocation

2025-09-30 · Ziniu Li, Congliang Chen, Tianyun Yang, Tian Ding, Ruoyu Sun, Ge Zhang, Wenhao Huang, Zhi-Quan Luo arxiv

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.

📄 PDF Abstract BibTeX arXiv:2509.25849

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMathematical Reasoning

Similar Papers 제목 키워드 기반

Bandits with Anytime Knapsacks

2025-01-30 · Eray Can Elumar, Cem Tekin, Osman Yagan

We consider bandits with anytime knapsacks (BwAK), a novel version of the BwK problem where there is an \textit{anytime} cost constraint instead of a total cost budget. This problem setting introduces additional complexi…

Decision Making

Unifying Depth and Width Pruning for LLMs via Binary Knapsack Optimization

2026-08-13 · Palaash Goel, Ayan Sengupta, Akshay Nambi, Tanmoy Chakraborty arxiv

Structured pruning is a promising approach for compressing large language models (LLMs), yet existing methods rely heavily on greedy heuristics that produce myopic decisions, and often fail to precisely meet target compr…

DPack: Efficiency-Oriented Privacy Budget Scheduling

2022-12-26 · Pierre Tholoniat, Kelly Kostopoulou, Mosharaf Chowdhury, Asaf Cidon 외

Machine learning (ML) models can leak information about users, and differential privacy (DP) provides a rigorous way to bound that leakage under a given budget. This DP budget can be regarded as a new type of compute res…

FairnessScheduling

Socially Fair Mitigation of Misinformation on Social Networks via Constraint Stochastic Optimization

2022-03-23 · Ahmed Abouzeid, Ole-Christoffer Granmo, Christian Webersik, Morten Goodwin

Recent social networks' misinformation mitigation approaches tend to investigate how to reduce misinformation by considering a whole-network statistical scale. However, unbalanced misinformation exposures among individua…

FairnessMisinformationStochastic Optimization

Unlocking Reasoning Capabilities in LLMs via Reinforcement Learning Exploration

2025-10-04 · Wenhao Deng, Long Wei, Chenglei Yu, Tailin Wu arxiv

Reinforcement learning with verifiable rewards (RLVR) has recently enhanced the reasoning capabilities of large language models (LLMs), particularly for mathematical problem solving. However, a fundamental limitation rem…

Reinforcement Learning