paper-with-me

Papers

Understanding Biases in ChatGPT-based Recommender Systems: Provider Fairness, Temporal Stability, and Recency

2024-01-19 · Yashar Deldjoo

This paper explores the biases in ChatGPT-based recommender systems, focusing on provider fairness (item-side fairness). Through extensive experiments and over a thousand API calls, we investigate the impact of prompt design strategies-including structure, system role, and intent-on evaluation metrics such as provider fairness, catalog coverage, temporal stability, and recency. The first experiment examines these strategies in classical top-K recommendations, while the second evaluates sequential in-context learning (ICL). In the first experiment, we assess seven distinct prompt scenarios on top-K recommendation accuracy and fairness. Accuracy-oriented prompts, like Simple and Chain-of-Thought (COT), outperform diversification prompts, which, despite enhancing temporal freshness, reduce accuracy by up to 50%. Embedding fairness into system roles, such as "act as a fair recommender," proved more effective than fairness directives within prompts. Diversification prompts led to recommending newer movies, offering broader genre distribution compared to traditional collaborative filtering (CF) models. The second experiment explores sequential ICL, comparing zero-shot and few-shot ICL. Results indicate that including user demographic information in prompts affects model biases and stereotypes. However, ICL did not consistently improve item fairness and catalog coverage over zero-shot learning. Zero-shot learning achieved higher NDCG and coverage, while ICL-2 showed slight improvements in hit rate (HR) when age-group context was included. Our study provides insights into biases of RecLLMs, particularly in provider fairness and catalog coverage. By examining prompt design, learning strategies, and system roles, we highlight the potential and challenges of integrating LLMs into recommendation systems. Further details can be found at https://github.com/yasdel/Benchmark_RecLLM_Fairness.

📄 PDF Abstract BibTeX arXiv:2401.10545

Code (1)

yasdel/benchmark_recllm_fairness 공식 구현

Tasks

Collaborative FilteringFairnessIn-Context LearningRecommendation SystemsZero-Shot Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Provider Fairness and Beyond-Accuracy Trade-offs in Recommender Systems

2023-09-08 · Saeedeh Karimi, Hossein A. Rahmani, Mohammadmehdi Naghiaei, Leila Safari

Recommender systems, while transformative in online user experiences, have raised concerns over potential provider-side fairness issues. These systems may inadvertently favor popular items, thereby marginalizing less pop…

FairnessRecommendation SystemsRe-Ranking

Towards Content Provider Aware Recommender Systems: A Simulation Study on the Interplay between User and Provider Utilities

2021-05-06 · Ruohan Zhan, Konstantina Christakopoulou, Ya Le, Jayden Ooi 외

Most existing recommender systems focus primarily on matching users to content which maximizes user satisfaction on the platform. It is increasingly obvious, however, that content providers have a critical influence on u…

counterfactualRecommendation Systems

Collaborating with Users in Proximity for Decentralized Mobile Recommender Systems

2019-06-07 · Felix Beierle, Tobias Eichinger

Typically, recommender systems from any domain, be it movies, music, restaurants, etc., are organized in a centralized fashion. The service provider holds all the data, biases in the recommender algorithms are not transp…

Recommendation Systems

Exploring Diversity, Novelty, and Popularity Bias in ChatGPT's Recommendations

2026-01-05 · Dario Di Palma, Giovanni Maria Biancofiore, Vito Walter Anelli, Fedelucio Narducci 외 arxiv

ChatGPT has emerged as a versatile tool, demonstrating capabilities across diverse domains. Given these successes, the Recommender Systems (RSs) community has begun investigating its applications within recommendation sc…

Towards Analyzing the Bias of News Recommender Systems Using Sentiment and Stance Detection

2022-03-11 · Mehwish Alam, Andreea Iana, Alexander Grote, Katharina Ludwig 외

News recommender systems are used by online news providers to alleviate information overload and to provide personalized content to users. However, algorithmic news curation has been hypothesized to create filter bubbles…

ArticlesDiversityRecommendation SystemsSentiment Analysis+1