paper-with-me

홈 › Papers

RecSys Arena: Pair-wise Recommender System Evaluation with Large Language Models

2024-12-15 · Zhuo Wu, Qinglin Jia, Chuhan Wu, Zhaocheng Du, Shuai Wang, Zan Wang, Zhenhua Dong

Evaluating the quality of recommender systems is critical for algorithm design and optimization. Most evaluation methods are computed based on offline metrics for quick algorithm evolution, since online experiments are usually risky and time-consuming. However, offline evaluation usually cannot fully reflect users' preference for the outcome of different recommendation algorithms, and the results may not be consistent with online A/B test. Moreover, many offline metrics such as AUC do not offer sufficient information for comparing the subtle differences between two competitive recommender systems in different aspects, which may lead to substantial performance differences in long-term online serving. Fortunately, due to the strong commonsense knowledge and role-play capability of large language models (LLMs), it is possible to obtain simulated user feedback on offline recommendation results. Motivated by the idea of LLM Chatbot Arena, in this paper we present the idea of RecSys Arena, where the recommendation results given by two different recommender systems in each session are evaluated by an LLM judger to obtain fine-grained evaluation feedback. More specifically, for each sample we use LLM to generate a user profile description based on user behavior history or off-the-shelf profile features, which is used to guide LLM to play the role of this user and evaluate the relative preference for two recommendation results generated by different models. Through extensive experiments on two recommendation datasets in different scenarios, we demonstrate that many different LLMs not only provide general evaluation results that are highly consistent with canonical offline metrics, but also provide rich insight in many subjective aspects. Moreover, it can better distinguish different algorithms with comparable performance in terms of AUC and nDCG.

📄 PDF Abstract BibTeX arXiv:2412.11068

Code (1)

anonyprojects/recsys-arena 공식 구현

Tasks

ChatbotRecommendation Systems

Similar Papers 제목 키워드 기반

CRS Arena: Crowdsourced Benchmarking of Conversational Recommender Systems

2024-12-13 · Nolwenn Bernard, Hideaki Joko, Faegheh Hasibi, Krisztian Balog

We introduce CRS Arena, a research platform for scalable benchmarking of Conversational Recommender Systems (CRS) based on human feedback. The platform displays pairwise battles between anonymous conversational recommend…

BenchmarkingRecommendation Systems

The Potential of AutoML for Recommender Systems

2024-02-06 · Tobias Vente, Joeran Beel

Automated Machine Learning (AutoML) has greatly advanced applications of Machine Learning (ML) including model compression, machine translation, and computer vision. Recommender Systems (RecSys) can be seen as an applica…

AutoMLMachine TranslationModel CompressionRecommendation Systems

RGRecSys: A Toolkit for Robustness Evaluation of Recommender Systems

2022-01-12 · Zohreh Ovaisi, Shelby Heinecke, Jia Li, Yongfeng Zhang 외

Robust machine learning is an increasingly important topic that focuses on developing models resilient to various forms of imperfect data. Due to the pervasiveness of recommender systems in online technologies, researche…

Recommendation Systems

A Tutorial of Personalized Federated Recommender Systems: Recent Advances and Future Directions

2024-12-11 · Jing Jiang, Chunxu Zhang, Honglei Zhang, Zhiwei Li 외

Personalization stands as the cornerstone of recommender systems (RecSys), striving to sift out redundant information and offer tailor-made services for users. However, the conventional cloud-based RecSys necessitates ce…

Federated LearningRecommendation Systems

Multi-Objective Recommendations: A Tutorial

2021-08-13 · Yong Zheng, David, Wang

Recommender systems (RecSys) have been well developed to assist user decision making. Traditional RecSys usually optimize a single objective (e.g., rating prediction errors or ranking quality) in the model. There is an e…

Decision MakingRecommendation Systems