IRAIApr 19, 2024

FineRec:Exploring Fine-grained Sequential Recommendation

arXiv:2404.12975v134 citationsh-index: 11SIGIR
Originality Incremental advance
AI Analysis

This work addresses sequential recommendation for users by leveraging detailed review data, representing an incremental improvement through novel graph construction and fusion techniques.

The authors tackled sequential recommendation by incorporating fine-grained attribute-opinion pairs from user reviews, using a large language model for extraction and graph-based learning, achieving state-of-the-art performance on multiple real-world datasets.

Sequential recommendation is dedicated to offering items of interest for users based on their history behaviors. The attribute-opinion pairs, expressed by users in their reviews for items, provide the potentials to capture user preferences and item characteristics at a fine-grained level. To this end, we propose a novel framework FineRec that explores the attribute-opinion pairs of reviews to finely handle sequential recommendation. Specifically, we utilize a large language model to extract attribute-opinion pairs from reviews. For each attribute, a unique attribute-specific user-opinion-item graph is created, where corresponding opinions serve as the edges linking heterogeneous user and item nodes. To tackle the diversity of opinions, we devise a diversity-aware convolution operation to aggregate information within the graphs, enabling attribute-specific user and item representation learning. Ultimately, we present an interaction-driven fusion mechanism to integrate attribute-specific user/item representations across all attributes for generating recommendations. Extensive experiments conducted on several realworld datasets demonstrate the superiority of our FineRec over existing state-of-the-art methods. Further analysis also verifies the effectiveness of our fine-grained manner in handling the task.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes