# KLUCB Approach to Copeland Bandits

**Authors:** Nischal Agrawal, Prasanna Chaporkar

arXiv: 1902.02778 · 2019-02-08

## TL;DR

This paper introduces Sup-KLUCB, a novel method for Copeland dueling bandits that converts the problem into a standard MAB framework, outperforming existing algorithms like DTS in empirical tests.

## Contribution

The paper proposes Sup-KLUCB, a new approach that transforms the Copeland dueling bandit problem into a standard MAB problem, enabling broader applicability and improved performance.

## Key findings

- Sup-KLUCB outperforms Double Thompson Sampling in empirical tests.
- The method applies to general Copeland dueling bandits, including Condorcet cases.
- Empirical results demonstrate superior performance over state-of-the-art algorithms.

## Abstract

Multi-armed bandit(MAB) problem is a reinforcement learning framework where an agent tries to maximise her profit by proper selection of actions through absolute feedback for each action. The dueling bandits problem is a variation of MAB problem in which an agent chooses a pair of actions and receives relative feedback for the chosen action pair. The dueling bandits problem is well suited for modelling a setting in which it is not possible to provide quantitative feedback for each action, but qualitative feedback for each action is preferred as in the case of human feedback. The dueling bandits have been successfully applied in applications such as online rank elicitation, information retrieval, search engine improvement and clinical online recommendation. We propose a new method called Sup-KLUCB for K-armed dueling bandit problem specifically Copeland bandit problem by converting it into a standard MAB problem. Instead of using MAB algorithm independently for each action in a pair as in Sparring and in Self-Sparring algorithms, we combine a pair of action and use it as one action. Previous UCB algorithms such as Relative Upper Confidence Bound(RUCB) can be applied only in case of Condorcet dueling bandits, whereas this algorithm applies to general Copeland dueling bandits, including Condorcet dueling bandits as a special case. Our empirical results outperform state of the art Double Thompson Sampling(DTS) in case of Copeland dueling bandits.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.02778/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1902.02778/full.md

## References

15 references — full list in the complete paper: https://tomesphere.com/paper/1902.02778/full.md

---
Source: https://tomesphere.com/paper/1902.02778