paper-with-me

Papers

Sequential Recommendation with Latent Relations based on Large Language Model

2024-03-27 · Shenghao Yang, Weizhi Ma, Peijie Sun, Qingyao Ai, Yiqun Liu, Mingchen Cai, Min Zhang

Sequential recommender systems predict items that may interest users by modeling their preferences based on historical interactions. Traditional sequential recommendation methods rely on capturing implicit collaborative filtering signals among items. Recent relation-aware sequential recommendation models have achieved promising performance by explicitly incorporating item relations into the modeling of user historical sequences, where most relations are extracted from knowledge graphs. However, existing methods rely on manually predefined relations and suffer the sparsity issue, limiting the generalization ability in diverse scenarios with varied item relations. In this paper, we propose a novel relation-aware sequential recommendation framework with Latent Relation Discovery (LRD). Different from previous relation-aware models that rely on predefined rules, we propose to leverage the Large Language Model (LLM) to provide new types of relations and connections between items. The motivation is that LLM contains abundant world knowledge, which can be adopted to mine latent relations of items for recommendation. Specifically, inspired by that humans can describe relations between items using natural language, LRD harnesses the LLM that has demonstrated human-like knowledge to obtain language knowledge representations of items. These representations are fed into a latent relation discovery module based on the discrete state variational autoencoder (DVAE). Then the self-supervised relation discovery tasks and recommendation tasks are jointly optimized. Experimental results on multiple public datasets demonstrate our proposed latent relations discovery method can be incorporated with existing relation-aware sequential recommendation models and significantly improve the performance. Further analysis experiments indicate the effectiveness and reliability of the discovered latent relations.

📄 PDF Abstract BibTeX arXiv:2403.18348

Code (1)

ysh-1998/lrd 공식 구현 pytorch

Tasks

Collaborative FilteringKnowledge GraphsLanguage ModelingLanguage ModellingLarge Language ModelRecommendation SystemsRelationSequential RecommendationWorld Knowledge

Similar Papers 제목 키워드 기반

LLM2Rec: Large Language Models Are Powerful Embedding Models for Sequential Recommendation

2025-06-16 · Yingzhi He, Xiaohao Liu, An Zhang, Yunshan Ma 외

Sequential recommendation aims to predict users' future interactions by modeling collaborative filtering (CF) signals from historical behaviors of similar users or items. Traditional sequential recommenders predominantly…

Collaborative FilteringSequential Recommendation

Sequential Recommendation with Causal Behavior Discovery

2022-04-01 · Zhenlei Wang, Xu Chen, Rui Zhou, Quanyu Dai 외

The key of sequential recommendation lies in the accurate item correlation modeling. Previous models infer such information based on item co-occurrences, which may fail to capture the real causal relations, and impact th…

Causal DiscoveryRecommendation SystemsSequential Recommendation

Beyond Inter-Item Relations: Dynamic Adaption for Enhancing LLM-Based Sequential Recommendation

2024-08-14 · CanYi Liu, Wei Li, Youchen, Zhang 외

Sequential recommender systems (SRS) predict the next items that users may prefer based on user historical interaction sequences. Inspired by the rise of large language models (LLMs) in various AI applications, there is …

Bayesian OptimizationRecommendation SystemsSequential Recommendation

Adversarial and Contrastive Variational Autoencoder for Sequential Recommendation

2021-03-19 · Zhe Xie, Chengxuan Liu, Yichi Zhang, Hongtao Lu 외

Sequential recommendation as an emerging topic has attracted increasing attention due to its important practical significance. Models based on deep learning and attention mechanism have achieved good performance in seque…

Collaborative FilteringSequential Recommendation

Cascading: Association Augmented Sequential Recommendation

2019-10-17 · Xu Chen, Kenan Cui, Ya zhang, Yan-Feng Wang

Recently, recommendation according to sequential user behaviors has shown promising results in many application scenarios. Generally speaking, real-world sequential user behaviors usually reflect a hybrid of sequential i…

Graph EmbeddingSequential Recommendation