COBRA: Contextual Bandit Algorithm for Ensuring Truthful Strategic Agents
Arun Verma, Indrajit Saha, Makoto Yokoo, Bryan Kian Hsiang Low
TL;DR
The paper addresses contextual bandits with multiple strategic agents who may misreport arm features to gain more selections. It introduces LOOM, a VCG-inspired Leave-One-Out mechanism, to detect misreporting using cross-agent data, and COBRA, an incentive-compatible contextual bandit algorithm that leverages LOOM to disincentivize strategic manipulation without payments. In the linear case, COBRA achieves an $ ilde{O}(d\sqrt{T})$-NE and sub-linear regret $\tilde{O}(d\sqrt{T})$ when agents report truthfully, with a broader bound $\tilde{O}(d\sqrt{T}+\sqrt{NT})$ under any Nash equilibrium; the approach extends to non-linear rewards via LOOM-compatible bandits. Empirical results corroborate the theory, showing COBRA outperforms baselines and that TS-based variants typically perform best, validating the practicality of non-monetary incentive design in strategic contextual bandits.
Abstract
This paper considers a contextual bandit problem involving multiple agents, where a learner sequentially observes the contexts and the agent's reported arms, and then selects the arm that maximizes the system's overall reward. Existing work in contextual bandits assumes that agents truthfully report their arms, which is unrealistic in many real-life applications. For instance, consider an online platform with multiple sellers; some sellers may misrepresent product quality to gain an advantage, such as having the platform preferentially recommend their products to online users. To address this challenge, we propose an algorithm, COBRA, for contextual bandit problems involving strategic agents that disincentivize their strategic behavior without using any monetary incentives, while having incentive compatibility and a sub-linear regret guarantee. Our experimental results also validate the different performance aspects of our proposed algorithm.
