Hybrid Combinatorial Multi-armed Bandits with Probabilistically Triggered Arms
Kongchang Zhou, Tingyu Zhang, Wei Chen, Fang Kong
TL;DR
The paper addresses learning in combinatorial multi-armed bandits with probabilistically triggered arms by integrating offline data with online interactions. It introduces the hybrid CMAB-T framework and the hybrid CUCB algorithm, which uses two confidence bounds—one online and one bias-corrected hybrid bound—to adaptively leverage offline data through a bias vector $V$. Theoretical results establish gap-dependent and gap-independent regret guarantees that quantify how informative offline data reduces exploration costs via a data-dependent term $N_i'$, while recovering purely online performance when offline data is unhelpful. Empirical results on synthetic CMAB-T problems and real-world data (MovieLens) demonstrate robust improvements over both purely online and offline baselines, including under distributional bias.
Abstract
The problem of combinatorial multi-armed bandits with probabilistically triggered arms (CMAB-T) has been extensively studied. Prior work primarily focuses on either the online setting where an agent learns about the unknown environment through iterative interactions, or the offline setting where a policy is learned solely from logged data. However, each of these paradigms has inherent limitations: online algorithms suffer from high interaction costs and slow adaptation, while offline methods are constrained by dataset quality and lack of exploration capabilities. To address these complementary weaknesses, we propose hybrid CMAB-T, a new framework that integrates offline data with online interaction in a principled manner. Our proposed hybrid CUCB algorithm leverages offline data to guide exploration and accelerate convergence, while strategically incorporating online interactions to mitigate the insufficient coverage or distributional bias of the offline dataset. We provide theoretical guarantees on the algorithm's regret, demonstrating that hybrid CUCB significantly outperforms purely online approaches when high-quality offline data is available, and effectively corrects the bias inherent in offline-only methods when the data is limited or misaligned. Empirical results further demonstrate the consistent advantage of our algorithm.
