paper-with-me

홈 › Papers

FA*IR: A Fair Top-k Ranking Algorithm

2017-06-20 · Meike Zehlike, Francesco Bonchi, Carlos Castillo, Sara Hajian, Mohamed Megahed, Ricardo Baeza-Yates

In this work, we define and solve the Fair Top-k Ranking problem, in which we want to determine a subset of k candidates from a large pool of n >> k candidates, maximizing utility (i.e., select the "best" candidates) subject to group fairness criteria. Our ranked group fairness definition extends group fairness using the standard notion of protected groups and is based on ensuring that the proportion of protected candidates in every prefix of the top-k ranking remains statistically above or indistinguishable from a given minimum. Utility is operationalized in two ways: (i) every candidate included in the top-$k$ should be more qualified than every candidate not included; and (ii) for every pair of candidates in the top-k, the more qualified candidate should be ranked above. An efficient algorithm is presented for producing the Fair Top-k Ranking, and tested experimentally on existing datasets as well as new datasets released with this paper, showing that our approach yields small distortions with respect to rankings that maximize utility without considering fairness criteria. To the best of our knowledge, this is the first algorithm grounded in statistical tests that can mitigate biases in the representation of an under-represented group along a ranked list.

📄 PDF Abstract BibTeX arXiv:1706.06368

Code (4)

MilkaLichtblau/FA-IR_Ranking 공식 구현
MilkaLichtblau/DELTR-Experiments
cshvienna/hyper_fair
fair-search/fairsearch-fair-python

Tasks

Fairness

Similar Papers 제목 키워드 기반

On the Problem of Underranking in Group-Fair Ranking

2020-09-24 · Sruthi Gorantla, Amit Deshpande, Anand Louis

Search and recommendation systems, such as search engines, recruiting tools, online marketplaces, news, and social media, output ranked lists of content, products, and sometimes, people. Credit ratings, standardized test…

FairnessLearning-To-RankRecommendation Systems

When Fair Ranking Meets Uncertain Inference

2021-05-05 · Avijit Ghosh, Ritam Dutt, Christo Wilson

Existing fair ranking systems, especially those designed to be demographically fair, assume that accurate demographic information about individuals is available to the ranking algorithm. In practice, however, this assump…

Fairness

User Fairness, Item Fairness, and Diversity for Rankings in Two-Sided Markets

2020-10-04 · Lequn Wang, Thorsten Joachims

Ranking items by their probability of relevance has long been the goal of conventional ranking systems. While this maximizes traditional criteria of ranking performance, there is a growing understanding that it is an ove…

DiversityFairness

FARA: Future-aware Ranking Algorithm for Fairness Optimization

2023-05-26 · Tao Yang, Zhichao Xu, Zhenduo Wang, Qingyao Ai

Ranking systems are the key components of modern Information Retrieval (IR) applications, such as search engines and recommender systems. Besides the ranking relevance to users, the exposure fairness to item providers ha…

Exposure FairnessFairnessInformation RetrievalRecommendation Systems

Sampling Ex-Post Group-Fair Rankings

2022-03-02 · Sruthi Gorantla, Amit Deshpande, Anand Louis

Randomized rankings have been of recent interest to achieve ex-ante fairer exposure and better robustness than deterministic rankings. We propose a set of natural axioms for randomized group-fair rankings and prove that …

Fairness