English

Double Thompson Sampling for Dueling Bandits

Machine Learning 2016-10-28 v2 Machine Learning

Abstract

In this paper, we propose a Double Thompson Sampling (D-TS) algorithm for dueling bandit problems. As indicated by its name, D-TS selects both the first and the second candidates according to Thompson Sampling. Specifically, D-TS maintains a posterior distribution for the preference matrix, and chooses the pair of arms for comparison by sampling twice from the posterior distribution. This simple algorithm applies to general Copeland dueling bandits, including Condorcet dueling bandits as its special case. For general Copeland dueling bandits, we show that D-TS achieves O(K2logT)O(K^2 \log T) regret. For Condorcet dueling bandits, we further simplify the D-TS algorithm and show that the simplified D-TS algorithm achieves O(KlogT+K2loglogT)O(K \log T + K^2 \log \log T) regret. Simulation results based on both synthetic and real-world data demonstrate the efficiency of the proposed D-TS algorithm.

Cite

@article{arxiv.1604.07101,
  title  = {Double Thompson Sampling for Dueling Bandits},
  author = {Huasen Wu and Xin Liu},
  journal= {arXiv preprint arXiv:1604.07101},
  year   = {2016}
}

Comments

27 pages, 5 figures, 9 tables; accepted by 30th Conference on Neural Information Processing Systems (NIPS), 2016

R2 v1 2026-06-22T13:39:43.179Z