LLM-Enhanced User-Item Interactions: Leveraging Edge Information for Optimized Recommendations
Xinyuan Wang, Liang Wu, Liangjie Hong, Hao Liu, Yanjie Fu

TL;DR
This paper introduces a novel framework that integrates graph edge information into large language models to enhance personalized recommendations by combining graph structure with text generation capabilities.
Contribution
It proposes a new method to incorporate graph edge data into LLMs through prompt and attention innovations, bridging the gap between graph and text-based recommendation approaches.
Findings
Improved recommendation relevance and quality on real-world datasets.
Effective integration of first- and second-order graph relationships into LLMs.
Enhanced understanding of graph connectivity in recommendation tasks.
Abstract
Graph recommendation methods, representing a connected interaction perspective, reformulate user-item interactions as graphs to leverage graph structure and topology to recommend and have proved practical effectiveness at scale. Large language models, representing a textual generative perspective, excel at modeling user languages, understanding behavioral contexts, capturing user-item semantic relationships, analyzing textual sentiments, and generating coherent and contextually relevant texts as recommendations. However, there is a gap between the connected graph perspective and the text generation perspective as the task formulations are different. A research question arises: how can we effectively integrate the two perspectives for more personalized recsys? To fill this gap, we propose to incorporate graph-edge information into LLMs via prompt and attention innovations. We reformulate…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Topic Modeling · Advanced Text Analysis Techniques
MethodsFocus
