Strategic Linear Contextual Bandits
Thomas Kleine Buening, Aadirupa Saha, Christos Dimitrakakis, Haifeng Xu
TL;DR
This work introduces a strategic variant of linear contextual bandits where arms can misreport privately observed contexts to gain more pulls, framing the problem as online learning with mechanism design. It presents two mechanisms—Greedy Grim Trigger Mechanism (GGTM) when $θ^*$ is known and Optimistic Grim Trigger Mechanism (OptGTM) when $θ^*$ is unknown—that incentivize truthfulness and bound regret under Nash equilibria. GGTM achieves ${\tilde{O}}(K^2 \sqrt{KT})$ strategic regret, while OptGTM attains ${\tilde{O}}(d\sqrt{KT})$ under truthful play and at most ${\tilde{O}}(dK^2 \sqrt{KT})$ in any NE, highlighting a trade-off between incentive design and regret minimization. The paper further demonstrates, via experiments, that OptGTM robustly limits manipulation and outperforms incentive-unaware methods like LinUCB when arms strategically adapt. Overall, the work advances understanding at the intersection of online learning and mechanism design and offers practical insights for safeguarding recommender systems against strategic manipulation.
Abstract
Motivated by the phenomenon of strategic agents gaming a recommender system to maximize the number of times they are recommended to users, we study a strategic variant of the linear contextual bandit problem, where the arms can strategically misreport privately observed contexts to the learner. We treat the algorithm design problem as one of mechanism design under uncertainty and propose the Optimistic Grim Trigger Mechanism (OptGTM) that incentivizes the agents (i.e., arms) to report their contexts truthfully while simultaneously minimizing regret. We also show that failing to account for the strategic nature of the agents results in linear regret. However, a trade-off between mechanism design and regret minimization appears to be unavoidable. More broadly, this work aims to provide insight into the intersection of online learning and mechanism design.
