paper-with-me

Papers

Recommender AI Agent: Integrating Large Language Models for Interactive Recommendations

2023-08-31 · Xu Huang, Jianxun Lian, Yuxuan Lei, Jing Yao, Defu Lian, Xing Xie

Recommender models excel at providing domain-specific item recommendations by leveraging extensive user behavior data. Despite their ability to act as lightweight domain experts, they struggle to perform versatile tasks such as providing explanations and engaging in conversations. On the other hand, large language models (LLMs) represent a significant step towards artificial general intelligence, showcasing remarkable capabilities in instruction comprehension, commonsense reasoning, and human interaction. However, LLMs lack the knowledge of domain-specific item catalogs and behavioral patterns, particularly in areas that diverge from general world knowledge, such as online e-commerce. Finetuning LLMs for each domain is neither economic nor efficient. In this paper, we bridge the gap between recommender models and LLMs, combining their respective strengths to create a versatile and interactive recommender system. We introduce an efficient framework called \textbf{InteRecAgent}, which employs LLMs as the brain and recommender models as tools. We first outline a minimal set of essential tools required to transform LLMs into InteRecAgent. We then propose an efficient workflow within InteRecAgent for task execution, incorporating key components such as memory components, dynamic demonstration-augmented task planning, and reflection. InteRecAgent enables traditional recommender systems, such as those ID-based matrix factorization models, to become interactive systems with a natural language interface through the integration of LLMs. Experimental results on several public datasets show that InteRecAgent achieves satisfying performance as a conversational recommender system, outperforming general-purpose LLMs. The source code of InteRecAgent is released at https://aka.ms/recagent.

📄 PDF Abstract BibTeX arXiv:2308.16505

Code (1)

microsoft/recai pytorch

Tasks

AI AgentRecommendation SystemsTask PlanningWorld Knowledge

Similar Papers 제목 키워드 기반

Thought-Augmented Planning for LLM-Powered Interactive Recommender Agent

2025-06-30 · Haocheng Yu, Yaxiong Wu, Hao Wang, Wei Guo 외

Interactive recommendation is a typical information-seeking task that allows users to interactively express their needs through natural language and obtain personalized recommendations. Large language model-powered (LLM-…

Interactive RecommendationLarge Language ModelRecommendation SystemsUser Simulation

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…

WarpRec: Unifying Academic Rigor and Industrial Scale for Responsible, Reproducible, and Efficient Recommendation

2026-02-19 · Marco Avolio, Potito Aghilar, Sabino Roccotelli, Vito Walter Anelli 외 arxiv

Innovation in Recommender Systems is currently impeded by a fractured ecosystem, where researchers must choose between the ease of in-memory experimentation and the costly, complex rewriting required for distributed indu…

The Future is Agentic: Definitions, Perspectives, and Open Challenges of Multi-Agent Recommender Systems

2025-07-02 · Reza Yousefi Maragheh, Yashar Deldjoo

Large language models (LLMs) are rapidly evolving from passive engines of text generation into agentic entities that can plan, remember, invoke external tools, and co-operate with one another. This perspective paper inve…

Explanation GenerationHallucinationRecommendation SystemsText Generation+1

AgentRecBench: Benchmarking LLM Agent-based Personalized Recommender Systems

2025-05-26 · Yu Shang, Peijie Liu, Yuwei Yan, Zijing Wu 외

The emergence of agentic recommender systems powered by Large Language Models (LLMs) represents a paradigm shift in personalized recommendations, leveraging LLMs' advanced reasoning and role-playing capabilities to enabl…

BenchmarkingRecommendation Systems