LGCYIRSep 4, 2023

Fairness in Ranking under Disparate Uncertainty

arXiv:2309.01610v44 citationsHas Code
Originality Highly original
AI Analysis

This addresses fairness issues in ranking for decision-making processes like e-commerce and college admissions, particularly benefiting minority groups affected by higher uncertainty, and is a novel method rather than incremental.

The paper tackles unfairness in ranking systems caused by disparate uncertainty in relevance models across groups, proposing Equal-Opportunity Ranking (EOR) as a new fairness criterion that ensures group-wise fair lotteries and optimizes for even cost burden, with an efficient O(n log(n)) algorithm that reliably guarantees EOR fairness in empirical evaluations on synthetic data, US Census dataset, and Amazon search queries.

Ranking is a ubiquitous method for focusing the attention of human evaluators on a manageable subset of options. Its use as part of human decision-making processes ranges from surfacing potentially relevant products on an e-commerce site to prioritizing college applications for human review. While ranking can make human evaluation more effective by focusing attention on the most promising options, we argue that it can introduce unfairness if the uncertainty of the underlying relevance model differs between groups of options. Unfortunately, such disparity in uncertainty appears widespread, often to the detriment of minority groups for which relevance estimates can have higher uncertainty due to a lack of data or appropriate features. To address this fairness issue, we propose Equal-Opportunity Ranking (EOR) as a new fairness criterion for ranking and show that it corresponds to a group-wise fair lottery among the relevant options even in the presence of disparate uncertainty. EOR optimizes for an even cost burden on all groups, unlike the conventional Probability Ranking Principle, and is fundamentally different from existing notions of fairness in rankings, such as demographic parity and proportional Rooney rule constraints that are motivated by proportional representation relative to group size. To make EOR ranking practical, we present an efficient algorithm for computing it in time $O(n \log(n))$ and prove its close approximation guarantee to the globally optimal solution. In a comprehensive empirical evaluation on synthetic data, a US Census dataset, and a real-world audit of Amazon search queries, we find that the algorithm reliably guarantees EOR fairness while providing effective rankings.

Code Implementations2 repos
Foundations

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

Your Notes