MultiScale Contextual Bandits for Long Term Objectives
Richa Rastogi, Yuta Saito, Thorsten Joachims
TL;DR
This work tackles the challenge of aligning short-term feedback with long-term objectives in interactive AI systems by introducing MultiScale Policy Learning (MSPL), a hierarchical framework that operates across multiple timescales. It formulates a two-level (and extendable multi-level) contextual bandit setting in which fast micro-level data informs a slower macro-level policy through data-driven priors derived via a PAC-Bayes perspective. The paper proposes MSBL, a practical algorithm that learns a family of micro policies and a macro policy, enabling efficient optimization of long-term objectives in tasks spanning recommender systems and conversational agents. Empirically, MSBL demonstrates improved long-term rewards and robustness across several simulated and real-data scenarios, highlighting its potential to improve long-horizon outcomes in interactive AI systems.
Abstract
The feedback that AI systems (e.g., recommender systems, chatbots) collect from user interactions is a crucial source of training data. While short-term feedback (e.g., clicks, engagement) is widely used for training, there is ample evidence that optimizing short-term feedback does not necessarily achieve the desired long-term objectives. Unfortunately, directly optimizing for long-term objectives is challenging, and we identify the disconnect in the timescales of short-term interventions (e.g., rankings) and the long-term feedback (e.g., user retention) as one of the key obstacles. To overcome this disconnect, we introduce the framework of MultiScale Policy Learning to contextually reconcile that AI systems need to act and optimize feedback at multiple interdependent timescales. Following a PAC-Bayes motivation, we show how the lower timescales with more plentiful data can provide a data-dependent hierarchical prior for faster learning at higher scales, where data is more scarce. As a result, the policies at all levels effectively optimize for the long-term. We instantiate the framework with MultiScale Off-Policy Bandit Learning (MSBL) and demonstrate its effectiveness on three tasks relating to recommender and conversational systems.
