paper-with-me

Papers

AgentCF: Collaborative Learning with Autonomous Language Agents for Recommender Systems

2023-10-13 · Junjie Zhang, Yupeng Hou, Ruobing Xie, Wenqi Sun, Julian McAuley, Wayne Xin Zhao, Leyu Lin, Ji-Rong Wen

Recently, there has been an emergence of employing LLM-powered agents as believable human proxies, based on their remarkable decision-making capability. However, existing studies mainly focus on simulating human dialogue. Human non-verbal behaviors, such as item clicking in recommender systems, although implicitly exhibiting user preferences and could enhance the modeling of users, have not been deeply explored. The main reasons lie in the gap between language modeling and behavior modeling, as well as the incomprehension of LLMs about user-item relations. To address this issue, we propose AgentCF for simulating user-item interactions in recommender systems through agent-based collaborative filtering. We creatively consider not only users but also items as agents, and develop a collaborative learning approach that optimizes both kinds of agents together. Specifically, at each time step, we first prompt the user and item agents to interact autonomously. Then, based on the disparities between the agents' decisions and real-world interaction records, user and item agents are prompted to reflect on and adjust the misleading simulations collaboratively, thereby modeling their two-sided relations. The optimized agents can also propagate their preferences to other agents in subsequent interactions, implicitly capturing the collaborative filtering idea. Overall, the optimized agents exhibit diverse interaction behaviors within our framework, including user-item, user-user, item-item, and collective interactions. The results show that these agents can demonstrate personalized behaviors akin to those of real-world individuals, sparking the development of next-generation user behavior simulation.

📄 PDF Abstract BibTeX arXiv:2310.09233

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringDecision MakingLanguage ModelingLanguage ModellingRecommendation Systems

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

AgentCF++: Memory-enhanced LLM-based Agents for Popularity-aware Cross-domain Recommendations

2025-02-19 · Jiahao Liu, Shengkang Gu, Dongsheng Li, Guangping Zhang 외

LLM-based user agents, which simulate user interaction behavior, are emerging as a promising approach to enhancing recommender systems. In real-world scenarios, users' interactions often exhibit cross-domain characterist…

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model+1

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

Multi-Agent Collaborative Filtering: Orchestrating Users and Items for Agentic Recommendations

2025-11-23 · Yu Xia, Sungchul Kim, Tong Yu, Ryan A. Rossi 외 arxiv

Agentic recommendations cast recommenders as large language model (LLM) agents that can plan, reason, use tools, and interact with users of varying preferences in web applications. However, most existing agentic recommen…

Collaborative Filtering

DrunkAgent: Stealthy Memory Corruption in LLM-Powered Recommender Agents

2025-03-31 · Shiyi Yang, Zhibo Hu, Xinshu Li, Chen Wang 외

Large language model (LLM)-powered agents are increasingly used in recommender systems (RSs) to achieve personalized behavior modeling, where the memory mechanism plays a pivotal role in enabling the agents to autonomous…

Collaborative FilteringLarge Language ModelRecommendation Systems

Autonomous Information Seeking: A Roadmap for Agentic Recommender Systems

2026-07-05 · Xinyu Lin, Yashar Deldjoo, Sunhao Dai, Honghui Bao 외 arxiv

The rapid integration of large language model-based agents into recommender systems has driven a shift from static, ranking-based pipelines toward autonomous and interactive systems that can reason, plan, and act. This s…