TLDR: A research paper by Aird, Armstrong, Mattei, and Burke argues that “envy-freeness” (EF) and “envy-freeness up to one item” (EF-1), traditional fairness metrics from economics, are unsuitable for personalized recommendation systems. The paper demonstrates that envy-free recommendations can still be unfair to specific user groups or individuals due to diverse user preferences inherent in personalization. Conversely, perfectly fair recommendations can exhibit high levels of envy, indicating a fundamental disconnect between envy and fairness in this context. The authors advocate for exploring alternative fairness notions that account for personalization and stakeholder interactions.
In the evolving landscape of artificial intelligence and machine learning, ensuring fairness in algorithmic systems, especially in personalized recommendation, has become a critical area of research. A recent position paper, titled Envy-Free but Still Unfair: Envy-Freeness Upto One Item (EF-1) in Personalized Recommendation, by Amanda Aird, Ben Armstrong, Nicholas Mattei, and Robin Burke, challenges the suitability of a widely adopted fairness metric known as “envy-freeness” (EF) and its relaxation, “envy-freeness up to one item” (EF-1), for modern recommendation systems.
The concept of envy-freeness originated in the economics of fair division in the 1960s. It was designed to measure how satisfied individuals are with an allocation of resources, such as land or public goods. An allocation is considered envy-free if no individual would prefer the resources given to another over what they received themselves. For indivisible goods, a relaxed version, EF-1, states that if one agent envies another, that envy can be removed by taking away just one item from the envied agent’s bundle. This concept is intuitively appealing because it allows agents to evaluate their own bundle against others based on their personal utility, avoiding complex comparisons between different individuals’ values.
Recently, the recommendation systems community has adopted envy-freeness as a metric for fairness. It has been applied in various contexts, including group recommendations where members share a bundle of items (like travel destinations), and in two-sided markets such as ride-sharing or job-matching, where allocations are often rivalrous. Some research has even used EF-1 to ensure consumer-side fairness, aiming to balance provider-side fairness without significantly impacting consumers.
The Problem with Envy in Personalized Recommendations
However, the authors argue that despite its historical use and recent popularity, envy-freeness is fundamentally ill-suited for measuring fairness in personalized recommendation systems. The core issue lies in the very nature of personalization: users in a recommendation system have diverse and often unique preferences, making direct comparisons of utility between different users’ bundles problematic.
To illustrate this, the paper presents a compelling example involving two types of users – “blue” users who prefer blue items, and “red” users who prefer red items. In this scenario, red users are a minority and considered a protected group. The authors compare different recommendation bundles:
- Bundle 1: Contains mostly blue items and one red item. Blue users receive high utility, red users receive low utility. Crucially, no user envies another, making this an envy-free allocation.
- Bundle 2: Contains only blue items. Blue users receive even higher utility, while red users receive zero utility. This bundle is also envy-free, and from a total utility perspective, it appears dominant as it provides more relevant recommendations overall.
Yet, when evaluated against standard group fairness metrics, Bundle 2 is significantly less fair than Bundle 1, as the difference in relevant recommendations between the protected red group and the majority blue group is much larger. Similarly, individual fairness metrics like the Gini coefficient show Bundle 2 to be less fair, indicating a greater disparity in benefits across users. This demonstrates that an allocation can be envy-free but still profoundly unfair to certain groups or individuals, especially when personalization leads to vastly different preferences.
The paper further strengthens its argument with a counter-example. Imagine a scenario where blue users receive bundles tailored to their blue preferences, and the red user receives a bundle tailored to their red preferences. In this case, both groups receive equal utility, maximizing both group and individual fairness. However, every blue agent would prefer the red agent’s bundle, and vice-versa, resulting in 100% envy. This highlights that perfect fairness can exist even when envy is rampant, further decoupling the two concepts.
The authors extend this critique to provider-side fairness, noting that similar issues arise. If providers also have diverse utilities regarding which users receive their recommendations, envy among providers may not correlate with actual fairness, whether individual or group-based.
Also Read:
- Recommender Systems: A Call for Fundamental Rethinking, Fifteen Years On
- Optimizing LLM Prompts for Better Recommendations for New Users
Conclusion: Beyond Envy
The paper concludes that envy and EF-1 are generally inappropriate metrics for fairness in recommendation systems. This is particularly true for consumer-side fairness, where the very definition of a recommender system hinges on personalized and diverse consumer utilities. The authors emphasize that the distinction between envy and fairness has long been recognized in economic literature. Moving forward, understanding how to integrate competing and complementary notions of fairness, drawing from social choice theory and considering stakeholder interactions, will be crucial for developing truly fair recommendation systems.


