paper-with-me

Papers

LLM-Powered User Simulator for Recommender System

2024-12-22 · Zijian Zhang, Shuchang Liu, Ziru Liu, Rui Zhong, Qingpeng Cai, Xiangyu Zhao, Chunxu Zhang, Qidong Liu, Peng Jiang

User simulators can rapidly generate a large volume of timely user behavior data, providing a testing platform for reinforcement learning-based recommender systems, thus accelerating their iteration and optimization. However, prevalent user simulators generally suffer from significant limitations, including the opacity of user preference modeling and the incapability of evaluating simulation accuracy. In this paper, we introduce an LLM-powered user simulator to simulate user engagement with items in an explicit manner, thereby enhancing the efficiency and effectiveness of reinforcement learning-based recommender systems training. Specifically, we identify the explicit logic of user preferences, leverage LLMs to analyze item characteristics and distill user sentiments, and design a logical model to imitate real human engagement. By integrating a statistical model, we further enhance the reliability of the simulation, proposing an ensemble model that synergizes logical and statistical insights for user interaction simulations. Capitalizing on the extensive knowledge and semantic generation capabilities of LLMs, our user simulator faithfully emulates user behaviors and preferences, yielding high-fidelity training data that enrich the training of recommendation algorithms. We establish quantifying and qualifying experiments on five datasets to validate the simulator's effectiveness and stability across various recommendation scenarios.

📄 PDF Abstract BibTeX arXiv:2412.16984

Code (1)

Applied-Machine-Learning-Lab/LLM_User_Simulator 공식 구현 pytorch

Tasks

Recommendation Systemsreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

On Generative Agents in Recommendation

2023-10-16 · An Zhang, Yuxin Chen, Leheng Sheng, Xiang Wang 외

Recommender systems are the cornerstone of today's information dissemination, yet a disconnect between offline metrics and online performance greatly hinders their development. Addressing this challenge, we envision a re…

Collaborative FilteringMovie RecommendationRecommendation Systems

A Survey on LLM-powered Agents for Recommender Systems

2025-02-14 · Qiyao Peng, Hongtao Liu, Hua Huang, Qing Yang 외

Recommender systems are essential components of many online platforms, yet traditional approaches still struggle with understanding complex user preferences and providing explainable recommendations. The emergence of Lar…

Language ModelingLanguage ModellingLarge Language ModelRecommendation Systems+1

Synthetic Data-Based Simulators for Recommender Systems: A Survey

2022-06-22 · Elizaveta Stavinova, Alexander Grigorievskiy, Anna Volodkevich, Petr Chunaev 외

This survey aims at providing a comprehensive overview of the recent trends in the field of modeling and simulation (M&S) of interactions between users and recommender systems and applications of the M&S to the performan…

Recommendation SystemsSurvey

Privacy Risks of LLM-Empowered Recommender Systems: An Inversion Attack Perspective

2025-07-20 · Yubo Wang, Min Tang, Nuo Shen, Shujie Cui 외 arxiv

The large language model (LLM) powered recommendation paradigm has been proposed to address the limitations of traditional recommender systems, which often struggle to handle cold start users or items with new IDs. Despi…

SARDINE: A Simulator for Automated Recommendation in Dynamic and Interactive Environments

2023-11-28 · Romain Deffayet, Thibaut Thonet, Dongyoon Hwang, Vassilissa Lehoux 외

Simulators can provide valuable insights for researchers and practitioners who wish to improve recommender systems, because they allow one to easily tweak the experimental setup in which recommender systems operate, and …

counterfactualLearning-To-RankRecommendation Systems