paper-with-me

홈 › Papers

Enhancing ID-based Recommendation with Large Language Models

2024-11-04 · Lei Chen, Chen Gao, Xiaoyi Du, Hengliang Luo, Depeng Jin, Yong Li, Meng Wang

Large Language Models (LLMs) have recently garnered significant attention in various domains, including recommendation systems. Recent research leverages the capabilities of LLMs to improve the performance and user modeling aspects of recommender systems. These studies primarily focus on utilizing LLMs to interpret textual data in recommendation tasks. However, it's worth noting that in ID-based recommendations, textual data is absent, and only ID data is available. The untapped potential of LLMs for ID data within the ID-based recommendation paradigm remains relatively unexplored. To this end, we introduce a pioneering approach called "LLM for ID-based Recommendation" (LLM4IDRec). This innovative approach integrates the capabilities of LLMs while exclusively relying on ID data, thus diverging from the previous reliance on textual data. The basic idea of LLM4IDRec is that by employing LLM to augment ID data, if augmented ID data can improve recommendation performance, it demonstrates the ability of LLM to interpret ID data effectively, exploring an innovative way for the integration of LLM in ID-based recommendation. We evaluate the effectiveness of our LLM4IDRec approach using three widely-used datasets. Our results demonstrate a notable improvement in recommendation performance, with our approach consistently outperforming existing methods in ID-based recommendation by solely augmenting input data.

📄 PDF Abstract BibTeX arXiv:2411.02041

Code (1)

newlei/LLM4IDRec 공식 구현 pytorch

Tasks

Recommendation Systems

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Enhancing Medication Recommendation with LLM Text Representation

2024-07-15 · Yu-Tzu Lee

Most of the existing medication recommendation models are predicted with only structured data such as medical codes, with the remaining other large amount of unstructured or semi-structured data underutilization. To incr…

Language ModelingLanguage ModellingLarge Language Model

LARR: Large Language Model Aided Real-time Scene Recommendation with Semantic Understanding

2024-08-21 · Zhizhong Wan, Bin Yin, Junjie Xie, Fei Jiang 외

Click-Through Rate (CTR) prediction is crucial for Recommendation System(RS), aiming to provide personalized recommendation services for users in many aspects such as food delivery, e-commerce and so on. However, traditi…

Click-Through Rate PredictionContrastive LearningLanguage ModelingLanguage Modelling+1

Enhancing Collaborative Semantics of Language Model-Driven Recommendations via Graph-Aware Learning

2024-06-19 · Zhong Guan, Likang Wu, Hongke Zhao, Ming He 외

Large Language Models (LLMs) are increasingly prominent in the recommendation systems domain. Existing studies usually utilize in-context learning or supervised fine-tuning on task-specific data to align LLMs into recomm…

In-Context LearningLanguage ModelingLanguage ModellingRecommendation Systems

Enhancing User Intent for Recommendation Systems via Large Language Models

2025-01-18 · Xiaochuan Xu, Zeqiu Xu, Peiyang Yu, Jiani Wang

Recommendation systems play a critical role in enhancing user experience and engagement in various online platforms. Traditional methods, such as Collaborative Filtering (CF) and Content-Based Filtering (CBF), rely heavi…

Collaborative FilteringRecommendation Systems

LLMRec: Benchmarking Large Language Models on Recommendation Task

2023-08-23 · Junling Liu, Chao Liu, Peilin Zhou, Qichen Ye 외

Recently, the fast development of Large Language Models (LLMs) such as ChatGPT has significantly advanced NLP tasks by enhancing the capabilities of conversational models. However, the application of LLMs in the recommen…

BenchmarkingExplanation GenerationRecommendation SystemsSequential Recommendation