Summary
The authors studied the problem of strategic agents who can modify their context in order to game the system under the linear contextual bandit framework. In this setting, each arm is a self-interested agent who wants to maximizes number of times it gets pulled by the learner. Prior work that did not explicitly consider the incentives of these arms suffers linear regret in the strategic setting. The authors proposed two mechanisms, first to deal with the case when the underlying parameter of the reward function is known to the learner in advance, and then when it is unknown to the learner. In either case, the proposed mechanism can incentivize the arms to be approximately truthful in reporting their true context to the learner. Furthermore, the authors provided strategic regret guarantee for each of the proposed mechanism that scales with $O(K^2 \sqrt{KT})$ when the latent parameter is known and $O(dK^2 \sqrt{KT})$ when the latent parameter is unknown.
Strengths
- The studied problem of strategic linear contextual bandits is interesting, and the setup is novel.
- The paper is well-written and easy to follow.
- The theoretical bounds are clearly listed, and justifications for the differences in regret compared to non-strategic setting is provided.
Weaknesses
- The paper did not provide matching lower bound analysis on the strategic regret in the two settings: when $\theta^*$ is known in advance and when it is unknown in advance by the learner.
- The notation in the Introduction is somewhat confusing. The authors refer to the strategic agents as arms, and use learner to denote the (what would typically be called) bandit agent. Furthermore, in the main contributions, the regret bound for the setting where $\theta^*$ is unknown in advance uses $d$, which has not been introduced at this point (and only introduced in Section 3 later on).
- The paper relied on a key assumption that the arms do not under-report their value. While this assumption seems intuitive, the authors did discussed in Appendix C that there might be cases where under-reporting may make sense for the arms.
- The authors did not provide experiments to support their theoretical findings.
Questions
- Does manipulation budget for each arm matter in this setting? That is, does the current analysis change if the arms are only allowed to modify their true context by at most some (maybe unknown) values?
Limitations
The authors have addressed the limitations of their work.