LGMLDec 18, 2023

Eliciting Kemeny Rankings

arXiv:2312.11663v11 citationsh-index: 5AAAI
Originality Incremental advance
AI Analysis

This work addresses preference aggregation in social choice or recommendation systems, but it is incremental, building on existing Dueling Bandits and Kemeny ranking frameworks.

The paper tackles the problem of efficiently eliciting agents' preferences to find a Kemeny ranking by framing it as a Dueling Bandits problem, developing algorithms with PAC guarantees and adaptive sampling methods that improve sample complexity, as validated on synthetic data.

We formulate the problem of eliciting agents' preferences with the goal of finding a Kemeny ranking as a Dueling Bandits problem. Here the bandits' arms correspond to alternatives that need to be ranked and the feedback corresponds to a pairwise comparison between alternatives by a randomly sampled agent. We consider both sampling with and without replacement, i.e., the possibility to ask the same agent about some comparison multiple times or not. We find approximation bounds for Kemeny rankings dependant on confidence intervals over estimated winning probabilities of arms. Based on these we state algorithms to find Probably Approximately Correct (PAC) solutions and elaborate on their sample complexity for sampling with or without replacement. Furthermore, if all agents' preferences are strict rankings over the alternatives, we provide means to prune confidence intervals and thereby guide a more efficient elicitation. We formulate several adaptive sampling methods that use look-aheads to estimate how much confidence intervals (and thus approximation guarantees) might be tightened. All described methods are compared on synthetic data.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes