paper-with-me

Papers

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 has also been considered an important factor in ranking optimization. Many fair ranking algorithms have been proposed to jointly optimize both ranking relevance and fairness. However, we find that most existing fair ranking methods adopt greedy algorithms that only optimize rankings for the next immediate session or request. As shown in this paper, such a myopic paradigm could limit the upper bound of ranking optimization and lead to suboptimal performance in the long term. To this end, we propose \textbf{FARA}, a novel \textbf{F}uture-\textbf{A}ware \textbf{R}anking \textbf{A}lgorithm for ranking relevance and fairness optimization. Instead of greedily optimizing rankings for the next immediate session, FARA plans ahead by jointly optimizing multiple ranklists together and saving them for future sessions. Specifically, FARA first uses the Taylor expansion to investigate how future ranklists will influence the overall fairness of the system. Then, based on the analysis of the Taylor expansion, FARA adopts a two-phase optimization algorithm where we first solve an optimal future exposure planning problem and then construct the optimal ranklists according to the optimal future exposure planning. Theoretically, we show that FARA is optimal for ranking relevance and fairness joint optimization. Empirically, our extensive experiments on three semi-synthesized datasets show that FARA is efficient, effective, and can deliver significantly better ranking performance compared to state-of-the-art fair ranking methods. We make our implementation public at \href{https://github.com/Taosheng-ty/QP_fairness/}{https://github.com/Taosheng-ty/QP\_fairness/}.

📄 PDF Abstract BibTeX arXiv:2305.16637

Code (0)

등록된 구현이 없습니다.

Tasks

Exposure FairnessFairnessInformation RetrievalRecommendation Systems

Similar Papers 제목 키워드 기반

Experiments on Generalizability of User-Oriented Fairness in Recommender Systems

2022-05-17 · Hossein A. Rahmani, Mohammadmehdi Naghiaei, Mahdi Dehghan, Mohammad Aliannejadi

Recent work in recommender systems mainly focuses on fairness in recommendations as an important aspect of measuring recommendations quality. A fairness-aware recommender system aims to treat different user groups simila…

FairnessRecommendation SystemsRe-Ranking

Towards Fair RAG: On the Impact of Fair Ranking in Retrieval-Augmented Generation

2024-09-17 · To Eun Kim, Fernando Diaz

Modern language models frequently include retrieval components to improve their outputs, giving rise to a growing number of retrieval-augmented generation (RAG) systems. Yet, most existing work in RAG has underemphasized…

FairnessRAGRetrievalRetrieval-augmented Generation

Does Reasoning Make Search More Fair? Comparing Fairness in Reasoning and Non-Reasoning Rerankers

2026-03-11 · Saron Samuel, Benjamin Van Durme, Eugene Yang arxiv

While reasoning rerankers, such as Rank1, have demonstrated strong abilities in improving ranking relevance, it is unclear how they perform on other retrieval qualities such as fairness. We conduct the first systematic c…

Personalizing Fairness-aware Re-ranking

2018-09-13 · Liu Weiwen, Burke Robin

Personalized recommendation brings about novel challenges in ensuring fairness, especially in scenarios in which users are not the only stakeholders involved in the recommender system. For example, the system may want to…

DiversityFairnessRecommendation SystemsRe-Ranking

Fairness-Aware Ranking in Search & Recommendation Systems with Application to LinkedIn Talent Search

2019-04-30 · Sahin Cem Geyik, Stuart Ambler, Krishnaram Kenthapadi

We present a framework for quantifying and mitigating algorithmic bias in mechanisms designed for ranking individuals, typically used as part of web-scale search and recommendation systems. We first propose complementary…

FairnessRecommendation SystemsRe-Ranking