AILGNov 21, 2017

Constructive Preference Elicitation over Hybrid Combinatorial Spaces

arXiv:1711.07875v214 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of efficiently learning user preferences in constructive domains with hybrid features, which is incremental as it builds on prior work but introduces formal guarantees and practical improvements.

The paper tackles the problem of constructive preference elicitation over hybrid combinatorial spaces, where existing methods fail due to reliance on exhaustive enumeration or lack guarantees. It proposes the Choice Perceptron algorithm, which achieves effective performance in empirical evaluations on complex scenarios.

Preference elicitation is the task of suggesting a highly preferred configuration to a decision maker. The preferences are typically learned by querying the user for choice feedback over pairs or sets of objects. In its constructive variant, new objects are synthesized "from scratch" by maximizing an estimate of the user utility over a combinatorial (possibly infinite) space of candidates. In the constructive setting, most existing elicitation techniques fail because they rely on exhaustive enumeration of the candidates. A previous solution explicitly designed for constructive tasks comes with no formal performance guarantees, and can be very expensive in (or unapplicable to) problems with non-Boolean attributes. We propose the Choice Perceptron, a Perceptron-like algorithm for learning user preferences from set-wise choice feedback over constructive domains and hybrid Boolean-numeric feature spaces. We provide a theoretical analysis on the attained regret that holds for a large class of query selection strategies, and devise a heuristic strategy that aims at optimizing the regret in practice. Finally, we demonstrate its effectiveness by empirical evaluation against existing competitors on constructive scenarios of increasing complexity.

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