paper-with-me

Papers

Integrating Large Language Models into Recommendation via Mutual Augmentation and Adaptive Aggregation

2024-01-25 · Sichun Luo, Yuxuan Yao, Bowei He, Yinya Huang, Aojun Zhou, Xinyi Zhang, Yuanzhang Xiao, Mingjie Zhan, Linqi Song

Conventional recommendation methods have achieved notable advancements by harnessing collaborative or sequential information from user behavior. Recently, large language models (LLMs) have gained prominence for their capabilities in understanding and reasoning over textual semantics, and have found utility in various domains, including recommendation. Conventional recommendation methods and LLMs each have their strengths and weaknesses. While conventional methods excel at mining collaborative information and modeling sequential behavior, they struggle with data sparsity and the long-tail problem. LLMs, on the other hand, are proficient at utilizing rich textual contexts but face challenges in mining collaborative or sequential information. Despite their individual successes, there is a significant gap in leveraging their combined potential to enhance recommendation performance. In this paper, we introduce a general and model-agnostic framework known as \textbf{L}arge \textbf{la}nguage model with \textbf{m}utual augmentation and \textbf{a}daptive aggregation for \textbf{Rec}ommendation (\textbf{Llama4Rec}). Llama4Rec synergistically combines conventional and LLM-based recommendation models. Llama4Rec proposes data augmentation and prompt augmentation strategies tailored to enhance the conventional model and LLM respectively. An adaptive aggregation module is adopted to combine the predictions of both kinds of models to refine the final recommendation results. Empirical studies on three real-world datasets validate the superiority of Llama4Rec, demonstrating its consistent outperformance of baseline methods and significant improvements in recommendation performance.

📄 PDF Abstract BibTeX arXiv:2401.13870

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Unified Generative Search and Recommendation

2025-04-08 · Teng Shi, Jun Xu, Xiao Zhang, Xiaoxue Zang 외

Modern commercial platforms typically offer both search and recommendation functionalities to serve diverse user needs, making joint modeling of these tasks an appealing direction. While prior work has shown that integra…

Leveraging Large Language Models for Pre-trained Recommender Systems

2023-08-21 · Zhixuan Chu, Hongyan Hao, Xin Ouyang, Simeng Wang 외

Recent advancements in recommendation systems have shifted towards more comprehensive and personalized recommendations by utilizing large language models (LLM). However, effectively integrating LLM's commonsense knowledg…

Recommendation Systems

Towards a Unified Paradigm: Integrating Recommendation Systems as a New Language in Large Models

2024-12-22 · Kai Zheng, Qingfeng Sun, Can Xu, Peng Yu 외

This paper explores the use of Large Language Models (LLMs) for sequential recommendation, which predicts users' future interactions based on their past behavior. We introduce a new concept, "Integrating Recommendation S…

Language ModelingLanguage ModellingRecommendation SystemsSequential Recommendation

RecGPT Technical Report

2025-07-30 · Chao Yi, Dian Chen, Gaoyang Guo, Jiakai Tang 외 arxiv

Recommender systems are among the most impactful applications of artificial intelligence, serving as critical infrastructure connecting users, merchants, and platforms. However, most current industrial systems remain hea…

Explanation Generation

Bridging the User-side Knowledge Gap in Knowledge-aware Recommendations with Large Language Models

2024-12-18 · Zheng Hu, Zhe Li, Ziyun Jiao, Satoshi Nakagawa 외

In recent years, knowledge graphs have been integrated into recommender systems as item-side auxiliary information, enhancing recommendation accuracy. However, constructing and integrating structural user-side knowledge …

Contrastive LearningKnowledge GraphsRecommendation SystemsTransfer Learning+1