Offline Learning for Combinatorial Multi-armed Bandits
Xutong Liu, Xiangxiang Dai, Jinhang Zuo, Siwei Wang, Carlee Joe-Wong, John C. S. Lui, Wei Chen
TL;DR
This work introduces Off-CMAB, a pioneering offline learning framework for combinatorial CMAB-T problems, and the Combinatorial Lower Confidence Bound (CLCB) algorithm that propagates base-arm pessimism through a combinatorial solver. It defines two data-coverage TPM conditions to quantify offline data quality and proves near-optimal suboptimality gaps that match the lower bounds up to logarithmic factors. The framework is validated across learning-to-rank, LLM caching, and influence maximization with node-level feedback, demonstrating robustness to nonlinear rewards, general feedback, and out-of-distribution actions. The results establish a principled, scalable approach for offline decision-making in large combinatorial action spaces with practical impact on recommendations, caching, and network influence tasks.
Abstract
The combinatorial multi-armed bandit (CMAB) is a fundamental sequential decision-making framework, extensively studied over the past decade. However, existing work primarily focuses on the online setting, overlooking the substantial costs of online interactions and the readily available offline datasets. To overcome these limitations, we introduce Off-CMAB, the first offline learning framework for CMAB. Central to our framework is the combinatorial lower confidence bound (CLCB) algorithm, which combines pessimistic reward estimations with combinatorial solvers. To characterize the quality of offline datasets, we propose two novel data coverage conditions and prove that, under these conditions, CLCB achieves a near-optimal suboptimality gap, matching the theoretical lower bound up to a logarithmic factor. We validate Off-CMAB through practical applications, including learning to rank, large language model (LLM) caching, and social influence maximization, showing its ability to handle nonlinear reward functions, general feedback models, and out-of-distribution action samples that excludes optimal or even feasible actions. Extensive experiments on synthetic and real-world datasets further highlight the superior performance of CLCB.
