LGIRMLSep 7, 2020

Learning to Rank under Multinomial Logit Choice

arXiv:2009.03207v2
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving user engagement in website design by modeling more realistic choice behavior, though it is incremental as it extends existing learning-to-rank methods with a new choice model.

The paper tackles the problem of learning optimal content ordering in website design by introducing a multinomial logit choice model to the learning-to-rank framework, which captures user behavior where they consider the entire list and make a single choice, resulting in theoretical regret bounds of $ ilde{O}(\sqrt{JT})$ for known parameters and $ ilde{O}(K^2\sqrt{JT})$ for unknown parameters.

Learning the optimal ordering of content is an important challenge in website design. The learning to rank (LTR) framework models this problem as a sequential problem of selecting lists of content and observing where users decide to click. Most previous work on LTR assumes that the user considers each item in the list in isolation, and makes binary choices to click or not on each. We introduce a multinomial logit (MNL) choice model to the LTR framework, which captures the behaviour of users who consider the ordered list of items as a whole and make a single choice among all the items and a no-click option. Under the MNL model, the user favours items which are either inherently more attractive, or placed in a preferable position within the list. We propose upper confidence bound (UCB) algorithms to minimise regret in two settings - where the position dependent parameters are known, and unknown. We present theoretical analysis leading to an $Ω(\sqrt{JT})$ lower bound for the problem, an $\tilde{O}(\sqrt{JT})$ upper bound on regret of the UCB algorithm in the known-parameter setting, and an $\tilde{O}(K^2\sqrt{JT})$ upper bound on regret, the first, in the more challenging unknown-position-parameter setting. Our analyses are based on tight new concentration results for Geometric random variables, and novel functional inequalities for maximum likelihood estimators computed on discrete data.

Foundations

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

Your Notes