paper-with-me

Papers

Large Language Model Enhanced Recommender Systems: A Survey

2024-12-18 · Qidong Liu, Xiangyu Zhao, Yuhao Wang, Yejing Wang, Zijian Zhang, Yuqi Sun, Xiang Li, Maolin Wang, Pengyue Jia, Chong Chen, Wei Huang, Feng Tian

Large Language Model (LLM) has transformative potential in various domains, including recommender systems (RS). There have been a handful of research that focuses on empowering the RS by LLM. However, previous efforts mainly focus on LLM as RS, which may face the challenge of intolerant inference costs by LLM. Recently, the integration of LLM into RS, known as LLM-Enhanced Recommender Systems (LLMERS), has garnered significant interest due to its potential to address latency and memory constraints in real-world applications. This paper presents a comprehensive survey of the latest research efforts aimed at leveraging LLM to enhance RS capabilities. We identify a critical shift in the field with the move towards incorporating LLM into the online system, notably by avoiding their use during inference. Our survey categorizes the existing LLMERS approaches into three primary types based on the component of the RS model being augmented: Knowledge Enhancement, Interaction Enhancement, and Model Enhancement. We provide an in-depth analysis of each category, discussing the methodologies, challenges, and contributions of recent studies. Furthermore, we highlight several promising research directions that could further advance the field of LLMERS.

📄 PDF Abstract BibTeX arXiv:2412.13432

Code (1)

liuqidong07/awesome-llm-enhanced-recommender-systems 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language ModelmodelRecommendation SystemsSurvey

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

A Survey on LLM-based News Recommender Systems

2025-02-13 · Rongyao Wang, Veronica Liesaputra, Zhiyi Huang

News recommender systems play a critical role in mitigating the information overload problem. In recent years, due to the successful applications of large language model technologies, researchers have utilized Discrimina…

BenchmarkingFairnessLanguage ModelingLanguage Modelling+4

A Comprehensive Review of Recommender Systems: Transitioning from Theory to Practice

2024-07-18 · Shaina Raza, Mizanur Rahman, Safiullah Kamawal, Armin Toroghi 외

Recommender Systems (RS) play an integral role in enhancing user experiences by providing personalized item suggestions. This survey reviews the progress in RS inclusively from 2017 to 2024, effectively connecting theore…

Collaborative FilteringFairnessRecommendation SystemsSurvey

Towards Next-Generation LLM-based Recommender Systems: A Survey and Beyond

2024-10-10 · Qi Wang, Jindong Li, Shiqi Wang, Qianli Xing 외

Large language models (LLMs) have not only revolutionized the field of natural language processing (NLP) but also have the potential to bring a paradigm shift in many other fields due to their remarkable abilities of lan…

Large Language ModelRecommendation Systems

A Survey of Graph Neural Networks for Recommender Systems: Challenges, Methods, and Directions

2021-09-27 · submitted to TOIS 2021 9 · Chen Gao, Yu Zheng, Nian Li, Yinfeng Li 외

Recommender system is one of the most important information services on today's Internet. Recently, graph neural networks have become the new state-of-the-art approach to recommender systems. In this survey, we conduct a…

graph constructionGraph Neural NetworkModel OptimizationRecommendation Systems

A Comprehensive Review on Harnessing Large Language Models to Overcome Recommender System Challenges

2025-07-17 · Rahul Raja, Anshaj Vats, Arpita Vats, Anirban Majumder arxiv

Recommender systems have traditionally followed modular architectures comprising candidate generation, multi-stage ranking, and re-ranking, each trained separately with supervised objectives and hand-engineered features.…