paper-with-me

Papers

Maximizing Marginal Fairness for Dynamic Learning to Rank

2021-02-18 · Tao Yang, Qingyao Ai

Rankings, especially those in search and recommendation systems, often determine how people access information and how information is exposed to people. Therefore, how to balance the relevance and fairness of information exposure is considered as one of the key problems for modern IR systems. As conventional ranking frameworks that myopically sorts documents with their relevance will inevitably introduce unfair result exposure, recent studies on ranking fairness mostly focus on dynamic ranking paradigms where result rankings can be adapted in real-time to support fairness in groups (i.e., races, genders, etc.). Existing studies on fairness in dynamic learning to rank, however, often achieve the overall fairness of document exposure in ranked lists by significantly sacrificing the performance of result relevance and fairness on the top results. To address this problem, we propose a fair and unbiased ranking method named Maximal Marginal Fairness (MMF). The algorithm integrates unbiased estimators for both relevance and merit-based fairness while providing an explicit controller that balances the selection of documents to maximize the marginal relevance and fairness in top-k results. Theoretical and empirical analysis shows that, with small compromises on long list fairness, our method achieves superior efficiency and effectiveness comparing to the state-of-the-art algorithms in both relevance and fairness for top-k rankings.

📄 PDF Abstract BibTeX arXiv:2102.09670

Code (1)

Taosheng-ty/Dynamic-Fairness 공식 구현

Tasks

FairnessLearning-To-RankRecommendation Systems

Similar Papers 제목 키워드 기반

Quantifying Infra-Marginality and Its Trade-off with Group Fairness

2019-09-03 · Arpita Biswas, Siddharth Barman, Amit Deshpande, Amit Sharma

In critical decision-making scenarios, optimizing accuracy can lead to a biased classifier, hence past work recommends enforcing group-based fairness metrics in addition to maximizing accuracy. However, doing so exposes …

Decision MakingFairness

Fairness for Robust Learning to Rank

2021-12-12 · Omid Memarrast, Ashkan Rezaei, Rizal Fathony, Brian Ziebart

While conventional ranking systems focus solely on maximizing the utility of the ranked items to users, fairness-aware ranking systems additionally try to balance the exposure for different protected attributes such as g…

FairnessLearning-To-Rank

Matched Pair Calibration for Ranking Fairness

2023-06-06 · Hannah Korevaar, Chris McConnell, Edmund Tong, Erik Brinkman 외

We propose a test of fairness in score-based ranking systems called matched pair calibration. Our approach constructs a set of matched item pairs with minimal confounding differences between subgroups before computing an…

Binary ClassificationFairness

Vertical Allocation-based Fair Exposure Amortizing in Ranking

2022-04-06 · Tao Yang, Zhichao Xu, Qingyao Ai

Result ranking often affects consumer satisfaction as well as the amount of exposure each item receives in the ranking services. Myopically maximizing customer satisfaction by ranking items only according to relevance wi…

Exposure FairnessFairnessRecommendation Systems

Marginal-Certainty-aware Fair Ranking Algorithm

2022-12-18 · Tao Yang, Zhichao Xu, Zhenduo Wang, Anh Tran 외

Ranking systems are ubiquitous in modern Internet services, including online marketplaces, social media, and search engines. Traditionally, ranking systems only focus on how to get better relevance estimation. When relev…

Fairness