Summary
This paper considers a strategic variant of the multi-armed bandit problem with payments. It thereby builds upon a problem studied by Braverman et al. The paper formally introduces the problem formulation and proposes an algorithm, S-SE, that combines successive elimination with a meticulously chosen payment rule. It is shown that truthfulness is a dominant SPE under which the proposed algorithm suffers logarithmic regret. The paper also analyzes the utility of the arms under S-SE and the dominant SPE. Finally, the performance of the algorithm under arbitrary arm strategies is analyzed.
Strengths
- The studied problem, which is at the intersection of bandit learning and mechanism design, is very interesting.
- The paper is well-written and easy to follow.
- It is interesting to see that the regret achieved by Braverman et al. can be improved using an extension of successive elimination + payment rule (under debt-free reporting).
- The paper proves that truthfulness is a *dominant* SPE.
- The provided regret bound appears to be near-optimal and the dependence on the gaps $\Delta_{1k}$ and $\Delta_{2k}$ is quite interesting.
- Overall, even though many aspects of this problem have already been studied by Braverman et al., I believe that this papers makes some insightful and novel contributions.
Weaknesses
- The paragraph **Tightness of Regret** is a very hand-wavy. In strategic settings like the one you study here, one easily mistakes an intuition about "rational agent behavior" for a rigorous argument. In particular, you write
"The optimal arm only needs to report a slightly higher value than the second-best arm to be chosen by the player as the superior option [*you here assume a class of mechanisms that do in fact choose the arm with highest reported value in some specific way*]. Consequently, **all efficient low-regret mechanisms** must ensure truthfulness, at least for the two best arms."
Intuitively, yes, I agree. However, this is a claim that, I think, is very difficult to prove rigorously. I recommend to adapt the language used in this paragraph and emphasize that you're providing intuition only.
- Similar hand-wavy language and statements are used a few times in the text (not as bad as the above one). Please make sure to be clear whether you provide intuition (which is great) or you actually proved the statement (even better).
- A minor thing that is also about the use of slightly imprecise language and might come across as nitpicking. Lemma 14 in Braverman et al. actually shows that you cannot achieve $(\alpha \mu_1 + (1-\alpha) \mu_2)T$ utility for *constant* $\alpha > 0$. Hence, you can achieve more than $\mu_2 T$ revenue, e.g., let $\alpha = 1/\sqrt{T}$, despite you saying in line 126 that "no mechanism can guarantee more than $\mu_2 T$ revenue". This is not a serious issue, since I think we can all agree that defining regret w.r.t. $\mu_2 T$ is still the right choice in view of Lemma 14. I still wanted to make you aware of this.
Questions
- Line 269: You say that the best arm is incentivized with a bonus of $O(\Delta_{12} T)$. Is this a typo? If the bonus payment would be of order $T$, then your regret bound would be of order $T$. It also doesn't seem necessary to make such a large bonus payment, since you'd only need to compensate the best arm for its truthful reporting in the first $\tau$ rounds.
**Minor things:**
- Consider splitting the text in Section 2 into several paragraphs to improve readability. Also, clearly highlighting the observational model and assumptions using \paragraph or some kind of \emph would be helpful, in my opinion.
- Typos: "tof", "understrategy"
Limitations
Limitations are adequately addressed in my opinion.