Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
119 tokens/sec
GPT-4o
56 tokens/sec
Gemini 2.5 Pro Pro
43 tokens/sec
o3 Pro
6 tokens/sec
GPT-4.1 Pro
47 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Towards Long-term Fairness in Recommendation (2101.03584v1)

Published 10 Jan 2021 in cs.IR

Abstract: As Recommender Systems (RS) influence more and more people in their daily life, the issue of fairness in recommendation is becoming more and more important. Most of the prior approaches to fairness-aware recommendation have been situated in a static or one-shot setting, where the protected groups of items are fixed, and the model provides a one-time fairness solution based on fairness-constrained optimization. This fails to consider the dynamic nature of the recommender systems, where attributes such as item popularity may change over time due to the recommendation policy and user engagement. For example, products that were once popular may become no longer popular, and vice versa. As a result, the system that aims to maintain long-term fairness on the item exposure in different popularity groups must accommodate this change in a timely fashion. Novel to this work, we explore the problem of long-term fairness in recommendation and accomplish the problem through dynamic fairness learning. We focus on the fairness of exposure of items in different groups, while the division of the groups is based on item popularity, which dynamically changes over time in the recommendation process. We tackle this problem by proposing a fairness-constrained reinforcement learning algorithm for recommendation, which models the recommendation problem as a Constrained Markov Decision Process (CMDP), so that the model can dynamically adjust its recommendation policy to make sure the fairness requirement is always satisfied when the environment changes. Experiments on several real-world datasets verify our framework's superiority in terms of recommendation performance, short-term fairness, and long-term fairness.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (11)
  1. Yingqiang Ge (36 papers)
  2. Shuchang Liu (39 papers)
  3. Ruoyuan Gao (5 papers)
  4. Yikun Xian (12 papers)
  5. Yunqi Li (23 papers)
  6. Xiangyu Zhao (192 papers)
  7. Changhua Pei (19 papers)
  8. Fei Sun (151 papers)
  9. Junfeng Ge (10 papers)
  10. Wenwu Ou (37 papers)
  11. Yongfeng Zhang (163 papers)
Citations (193)

Summary

Long-term Fairness in Recommendation

The paper "Long-term Fairness in Recommendation" addresses the challenge of achieving fairness in recommender systems, particularly over the long term. Traditional approaches to fairness in recommendation are often static, focusing only on immediate impacts and thereby neglecting the dynamic nature of real-world interactions and recommendations. Many existing methods operate under the assumption that protected attributes or item groupings are fixed, an approach that fails to account for potential changes over time, such as shifts in item popularity resulting from user engagement and recommendation exposure.

Dynamic Fairness in Recommender Systems

The authors introduce the concept of long-term fairness by incorporating the dynamic changes in item group labels, specifically those related to popularity. These group labels are not permanent; instead, they evolve as items receive varying levels of exposure through recommendations and user interactions. This paper proposes modeling such dynamics using Constrained Markov Decision Processes (CMDPs) to ensure that fairness constraints, such as demographic parity, are maintained iteratively.

Methodology and Experiments

The proposed framework leverages constrained reinforcement learning through a method named Constrained Policy Optimization (CPO), which adapts policies in a manner that addresses these evolving fairness constraints. The experiments conducted on several real-world datasets demonstrate the advantage of this dynamic approach over static fairness models. Notably, this framework better balances recommendation accuracy and fairness, both in short-term and long-term settings. The empirical results exhibited in the experiments show that the proposed method significantly improves both fairness measures, such as Gini index and the proportion of long-tail items being recommended, without overly compromising the recommendation performance, measured by metrics like NDCG and F1 score.

Implications and Future Directions

The research presented in this paper has substantial implications for the design of recommender systems, suggesting that incorporating long-term dynamics into fairness strategies can significantly enhance the equitable treatment of items within different popularity groups. The adaptive nature of the CMDP approach is promising for dealing with other dynamic attributes beyond popularity, such as shifts in user preferences or content types.

Looking forward, further exploration is warranted into individual fairness constraints, where focus shifts from group-based metrics to the fairness perceived by individual users or items. Moreover, extending this dynamic fairness framework to cover a broader set of constraints could benefit a wide range of recommendation scenarios, ensuring fair and equitable outcomes across various applications.