Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Representation Learning with Large Language Models for Recommendation

About

Recommender systems have seen significant advancements with the influence of deep learning and graph neural networks, particularly in capturing complex user-item relationships. However, these graph-based recommenders heavily depend on ID-based data, potentially disregarding valuable textual information associated with users and items, resulting in less informative learned representations. Moreover, the utilization of implicit feedback data introduces potential noise and bias, posing challenges for the effectiveness of user preference learning. While the integration of large language models (LLMs) into traditional ID-based recommenders has gained attention, challenges such as scalability issues, limitations in text-only reliance, and prompt input constraints need to be addressed for effective implementation in practical recommender systems. To address these challenges, we propose a model-agnostic framework RLMRec that aims to enhance existing recommenders with LLM-empowered representation learning. It proposes a recommendation paradigm that integrates representation learning with LLMs to capture intricate semantic aspects of user behaviors and preferences. RLMRec incorporates auxiliary textual signals, develops a user/item profiling paradigm empowered by LLMs, and aligns the semantic space of LLMs with the representation space of collaborative relational signals through a cross-view alignment framework. This work further establish a theoretical foundation demonstrating that incorporating textual signals through mutual information maximization enhances the quality of representations. In our evaluation, we integrate RLMRec with state-of-the-art recommender models, while also analyzing its efficiency and robustness to noise data. Our implementation codes are available at https://github.com/HKUDS/RLMRec.

Xubin Ren, Wei Wei, Lianghao Xia, Lixin Su, Suqi Cheng, Junfeng Wang, Dawei Yin, Chao Huang• 2023

Related benchmarks

TaskDatasetResultRank
Sequential RecommendationAmazon Beauty (test)
NDCG@104.953
170
RecommendationAmazon-Book (test)
Recall@200.0905
152
Sequential RecommendationAmazon Beauty
NDCG@1030.75
136
RecommendationAmazon-Book
Recall@2017
103
Sequential RecommendationYelp (Overall)
Hit Rate @100.0406
63
Sequential RecommendationAmazon Toy (test)
NDCG@100.0556
42
Sequential RecommendationYelp (Tail)
Hit Rate@100.9
39
RecommendationYelp
Recall@107.54
38
RecommendationYelp
NDCG@100.0501
32
Sequential RecommendationSteam Head
NDCG@100.3329
31
Showing 10 of 54 rows

Other info

Follow for update