English

Near-Linear MIR Algorithms for Stochastically-Ordered Priors

Computer Science and Game Theory 2025-07-08 v2

Abstract

With the rise of online applications, recommender systems (RSs) often encounter constraints in balancing exploration and exploitation. Such constraints arise when exploration is carried out by agents whose utility must be taken into account when optimizing overall welfare. A recent work by Bahar et al. (2020) suggests that recommendations should be \emph{mechanism-informed individually rational} (MIR). Specifically, if agents have a default arm they would use, relying on the RS should yield each agent at least the reward of the default arm, conditioned on the information available to the RS. Under the MIR constraint, striking a balance between exploration and exploitation becomes a complex planning problem. To that end, Bahar et al. propose an approximately optimal yet inefficient planning algorithm that runs in O(2KK2H2)O(2^K K^2 H^2), where KK is the number of arms and HH is the size of the support of the reward distributions. In this paper, we make a significant improvement for a special yet practical case, removing both the dependence on HH and the exponential dependence on KK. We assume a stochastic order of the rewards (e.g., Gaussian with unit variance, Bernoulli, etc.), and devise an asymptotically optimal algorithm with a runtime of O(KlogK)O(K \log K). Our technique is based on formulating a Goal Markov Decision Process (GMDP), establishing an optimal dynamic programming procedure, and then unveiling its crux -- fleshing out a simple index-based structure that facilitates efficient computation. Additionally, we present an incentive-compatible version of our algorithm.

Keywords

Cite

@article{arxiv.2502.12766,
  title  = {Near-Linear MIR Algorithms for Stochastically-Ordered Priors},
  author = {Gal Bahar and Omer Ben-Porat and Kevin Leyton-Brown and Moshe Tennenholtz},
  journal= {arXiv preprint arXiv:2502.12766},
  year   = {2025}
}

Comments

Accepted to SAGT 2025. Name change from last version. arXiv admin note: substantial text overlap with arXiv:2006.04497

R2 v1 2026-06-28T21:48:35.928Z