paper-with-me

홈 › Papers

Reviews Meet Graphs: Enhancing User and Item Representations for Recommendation with Hierarchical Attentive Graph Neural Network

2019-11-01 · IJCNLP 2019 11 · Chuhan Wu, Fangzhao Wu, Tao Qi, Suyu Ge, Yongfeng Huang, Xing Xie

User and item representation learning is critical for recommendation. Many of existing recommendation methods learn representations of users and items based on their ratings and reviews. However, the user-user and item-item relatedness are usually not considered in these methods, which may be insufficient. In this paper, we propose a neural recommendation approach which can utilize useful information from both review content and user-item graphs. Since reviews and graphs have different characteristics, we propose to use a multi-view learning framework to incorporate them as different views. In the review content-view, we propose to use a hierarchical model to first learn sentence representations from words, then learn review representations from sentences, and finally learn user/item representations from reviews. In addition, we propose to incorporate a three-level attention network into this view to select important words, sentences and reviews for learning informative user and item representations. In the graph-view, we propose a hierarchical graph neural network to jointly model the user-item, user-user and item-item relatedness by capturing the first- and second-order interactions between users and items in the user-item graph. In addition, we apply attention mechanism to model the importance of these interactions to learn informative user and item representations. Extensive experiments on four benchmark datasets validate the effectiveness of our approach.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkMULTI-VIEW LEARNINGRepresentation LearningSentence

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Enhancing Serendipity Recommendation System by Constructing Dynamic User Knowledge Graphs with Large Language Models

2025-08-06 · Qian Yong, Yanhui Li, Jialiang Shi, Yaguang Dou 외 arxiv

The feedback loop in industrial recommendation systems reinforces homogeneous content, creates filter bubble effects, and diminishes user satisfaction. Recently, large language models(LLMs) have demonstrated potential in…

Recommendation SystemsKnowledge Graphs

Graph Contrastive Learning on Multi-label Classification for Recommendations

2025-01-13 · Jiayang Wu, Wensheng Gan, Huashen Lu, Philip S. Yu

In business analysis, providing effective recommendations is essential for enhancing company profits. The utilization of graph-based structures, such as bipartite graphs, has gained popularity for their ability to analyz…

Contrastive LearningGraph LearningLink PredictionMulti-Label Classification+2

RecCoT: Enhancing Recommendation via Chain-of-Thought

2025-06-26 · Shuo Yang, Jiangxia Cao, Haipeng Li, Yuqi Mao 외

In real-world applications, users always interact with items in multiple aspects, such as through implicit binary feedback (e.g., clicks, dislikes, long views) and explicit feedback (e.g., comments, reviews). Modern reco…

Recommendation Systems

Leveraging Review Properties for Effective Recommendation

2021-02-05 · Xi Wang, Iadh Ounis, Craig Macdonald

Many state-of-the-art recommendation systems leverage explicit item reviews posted by users by considering their usefulness in representing the users' preferences and describing the items' attributes. These posted review…

Recommendation Systems

FineRec:Exploring Fine-grained Sequential Recommendation

2024-04-19 · Xiaokun Zhang, Bo Xu, Youlin Wu, Yuan Zhong 외

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 captu…

AttributeDiversityLanguage ModelingLanguage Modelling+4