English

Introducing the Expohedron for Efficient Pareto-optimal Fairness-Utility Amortizations in Repeated Rankings

Information Retrieval 2022-02-08 v1 Machine Learning

Abstract

We consider the problem of computing a sequence of rankings that maximizes consumer-side utility while minimizing producer-side individual unfairness of exposure. While prior work has addressed this problem using linear or quadratic programs on bistochastic matrices, such approaches, relying on Birkhoff-von Neumann (BvN) decompositions, are too slow to be implemented at large scale. In this paper we introduce a geometrical object, a polytope that we call expohedron, whose points represent all achievable exposures of items for a Position Based Model (PBM). We exhibit some of its properties and lay out a Carath\'eodory decomposition algorithm with complexity O(n2log(n))O(n^2\log(n)) able to express any point inside the expohedron as a convex sum of at most nn vertices, where nn is the number of items to rank. Such a decomposition makes it possible to express any feasible target exposure as a distribution over at most nn rankings. Furthermore we show that we can use this polytope to recover the whole Pareto frontier of the multi-objective fairness-utility optimization problem, using a simple geometrical procedure with complexity O(n2log(n))O(n^2\log(n)). Our approach compares favorably to linear or quadratic programming baselines in terms of algorithmic complexity and empirical runtime and is applicable to any merit that is a non-decreasing function of item relevance. Furthermore our solution can be expressed as a distribution over only nn permutations, instead of the (n1)2+1(n-1)^2 + 1 achieved with BvN decompositions. We perform experiments on synthetic and real-world datasets, confirming our theoretical results.

Keywords

Cite

@article{arxiv.2202.03237,
  title  = {Introducing the Expohedron for Efficient Pareto-optimal Fairness-Utility Amortizations in Repeated Rankings},
  author = {Till Kletti and Jean-Michel Renders and Patrick Loiseau},
  journal= {arXiv preprint arXiv:2202.03237},
  year   = {2022}
}

Comments

10 pages, 6 figures, accepted at WSDM'22, February 21-25, 2022, Tempe, AZ, USA