LGMLMar 19, 2019

Dynamic Learning of Sequential Choice Bandit Problem under Marketing Fatigue

arXiv:1903.08193v118 citations
Originality Incremental advance
AI Analysis

This work addresses customer dissatisfaction from overexposure to marketing for platforms, offering a personalized approach to improve engagement.

The paper tackles the problem of marketing fatigue in sequential messaging by modeling user interactions and dynamically learning abandonment distributions and message valuations to optimize sequence length and order, achieving a polynomial-time offline algorithm and a regret-bound online algorithm.

Motivated by the observation that overexposure to unwanted marketing activities leads to customer dissatisfaction, we consider a setting where a platform offers a sequence of messages to its users and is penalized when users abandon the platform due to marketing fatigue. We propose a novel sequential choice model to capture multiple interactions taking place between the platform and its user: Upon receiving a message, a user decides on one of the three actions: accept the message, skip and receive the next message, or abandon the platform. Based on user feedback, the platform dynamically learns users' abandonment distribution and their valuations of messages to determine the length of the sequence and the order of the messages, while maximizing the cumulative payoff over a horizon of length T. We refer to this online learning task as the sequential choice bandit problem. For the offline combinatorial optimization problem, we show that an efficient polynomial-time algorithm exists. For the online problem, we propose an algorithm that balances exploration and exploitation, and characterize its regret bound. Lastly, we demonstrate how to extend the model with user contexts to incorporate personalization.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes