paper-with-me

Papers

Time-aware Hyperbolic Graph Attention Network for Session-based Recommendation

2023-01-10 · Xiaohan Li, Yuqing Liu, Zheng Liu, Philip S. Yu

Session-based Recommendation (SBR) is to predict users' next interested items based on their previous browsing sessions. Existing methods model sessions as graphs or sequences to estimate user interests based on their interacted items to make recommendations. In recent years, graph-based methods have achieved outstanding performance on SBR. However, none of these methods consider temporal information, which is a crucial feature in SBR as it indicates timeliness or currency. Besides, the session graphs exhibit a hierarchical structure and are demonstrated to be suitable in hyperbolic geometry. But few papers design the models in hyperbolic spaces and this direction is still under exploration. In this paper, we propose Time-aware Hyperbolic Graph Attention Network (TA-HGAT) - a novel hyperbolic graph neural network framework to build a session-based recommendation model considering temporal information. More specifically, there are three components in TA-HGAT. First, a hyperbolic projection module transforms the item features into hyperbolic space. Second, the time-aware graph attention module models time intervals between items and the users' current interests. Third, an evolutionary loss at the end of the model provides an accurate prediction of the recommended item based on the given timestamp. TA-HGAT is built in a hyperbolic space to learn the hierarchical structure of session graphs. Experimental results show that the proposed TA-HGAT has the best performance compared to ten baseline models on two real-world datasets.

📄 PDF Abstract BibTeX arXiv:2301.03780

Code (0)

등록된 구현이 없습니다.

Tasks

Graph AttentionGraph Neural NetworkSession-Based Recommendations

Methods 이 논문이 사용한 방법론

None 설명 없음
Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

HCGR: Hyperbolic Contrastive Graph Representation Learning for Session-based Recommendation

2021-07-06 · Naicheng Guo, Xiaolei Liu, Shaoshuai Li, Qiongxu Ma 외

Session-based recommendation (SBR) learns users' preferences by capturing the short-term and sequential patterns from the evolution of user behaviors. Among the studies in the SBR field, graph-based approaches are a rela…

Contrastive LearningGraph Representation LearningRepresentation LearningSession-Based Recommendations

Personalized Graph Neural Networks with Attention Mechanism for Session-Aware Recommendation

2019-10-20 · Mengqi Zhang, Shu Wu, Meng Gao, Xin Jiang 외

The problem of session-aware recommendation aims to predict users' next click based on their current session and historical sessions. Existing session-aware recommendation methods have defects in capturing complex item t…

Graph Neural NetworkMachine TranslationSession-Based Recommendations

Discrete-time Temporal Network Embedding via Implicit Hierarchical Learning in Hyperbolic Space

2021-07-08 · Menglin Yang, Min Zhou, Marcus Kalander, Zengfeng Huang 외

Representation learning over temporal networks has drawn considerable attention in recent years. Efforts are mainly focused on modeling structural dependencies and temporal evolving regularities in Euclidean space which,…

Graph EmbeddingGraph Neural NetworkLink PredictionNetwork Embedding+1

Public Wisdom Matters! Discourse-Aware Hyperbolic Fourier Co-Attention for Social-Text Classification

2022-09-15 · Karish Grover, S. M. Phaneendra Angara, Md. Shad Akhtar, Tanmoy Chakraborty

Social media has become the fulcrum of all forms of communication. Classifying social texts such as fake news, rumour, sarcasm, etc. has gained significant attention. The surface-level signals expressed by a social-text …

Abstract Meaning RepresentationFake News DetectionGraph Representation LearningHate Speech Detection+4

Modeling Scale-free Graphs with Hyperbolic Geometry for Knowledge-aware Recommendation

2021-08-14 · Yankai Chen, Menglin Yang, Yingxue Zhang, Mengchen Zhao 외

Aiming to alleviate data sparsity and cold-start problems of traditional recommender systems, incorporating knowledge graphs (KGs) to supplement auxiliary information has recently gained considerable attention. Via unify…

Knowledge-Aware RecommendationKnowledge GraphsRecommendation Systems