paper-with-me

Papers

Hyper-Relational Knowledge Graph Neural Network for Next POI

2023-11-28 · Jixiao Zhang, Yongkang Li, Ruotong Zou, Jingyuan Zhang, Zipei Fan, Xuan Song

With the advancement of mobile technology, Point of Interest (POI) recommendation systems in Location-based Social Networks (LBSN) have brought numerous benefits to both users and companies. Many existing works employ Knowledge Graph (KG) to alleviate the data sparsity issue in LBSN. These approaches primarily focus on modeling the pair-wise relations in LBSN to enrich the semantics and thereby relieve the data sparsity issue. However, existing approaches seldom consider the hyper-relations in LBSN, such as the mobility relation (a 3-ary relation: user-POI-time). This makes the model hard to exploit the semantics accurately. In addition, prior works overlook the rich structural information inherent in KG, which consists of higher-order relations and can further alleviate the impact of data sparsity.To this end, we propose a Hyper-Relational Knowledge Graph Neural Network (HKGNN) model. In HKGNN, a Hyper-Relational Knowledge Graph (HKG) that models the LBSN data is constructed to maintain and exploit the rich semantics of hyper-relations. Then we proposed a Hypergraph Neural Network to utilize the structural information of HKG in a cohesive way. In addition, a self-attention network is used to leverage sequential information and make personalized recommendations. Furthermore, side information, essential in reducing data sparsity by providing background knowledge of POIs, is not fully utilized in current methods. In light of this, we extended the current dataset with available side information to further lessen the impact of data sparsity. Results of experiments on four real-world LBSN datasets demonstrate the effectiveness of our approach compared to existing state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2311.16683

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkRecommendation Systems

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

HyperCausalLP: Causal Link Prediction using Hyper-Relational Knowledge Graph

2024-09-12 · Utkarshani Jaimini, Cory Henson, Amit Sheth

Causal networks are often incomplete with missing causal links. This is due to various issues, such as missing observation data. Recent approaches to the issue of incomplete causal networks have used knowledge graph link…

Knowledge Graph CompletionLink PredictionPrediction

Knowledge Hypergraph Embedding Meets Relational Algebra

2021-02-18 · Bahare Fatemi, Perouz Taslakian, David Vazquez, David Poole

Embedding-based methods for reasoning in knowledge hypergraphs learn a representation for each entity and relation. Current methods do not capture the procedural rules underlying the relations in the graph. We propose a …

hypergraph embeddingKnowledge GraphsLink Prediction

HyperMono: A Monotonicity-aware Approach to Hyper-Relational Knowledge Representation

2024-04-15 · Zhiwei Hu, Víctor Gutiérrez-Basulto, Zhiliang Xiang, Ru Li 외

In a hyper-relational knowledge graph (HKG), each fact is composed of a main triple associated with attribute-value qualifiers, which express additional factual knowledge. The hyper-relational knowledge graph completion …

AttributeKnowledge Graph Completion

HEHRGNN: A Unified Embedding Model for Knowledge Graphs with Hyperedges and Hyper-Relational Edges

2026-02-21 · Rajesh Rajagopalamenon, Unnikrishnan Cheramangalath arxiv

Knowledge Graph(KG) has gained traction as a machine-readable organization of real-world knowledge for analytics using artificial intelligence systems. Graph Neural Network(GNN), is proven to be an effective KG embedding…

Graph ClassificationGraph Neural NetworkNode ClassificationKnowledge Graphs

HyperFormer: Enhancing Entity and Relation Interaction for Hyper-Relational Knowledge Graph Completion

2023-08-12 · Zhiwei Hu, Víctor Gutiérrez-Basulto, Zhiliang Xiang, Ru Li 외

Hyper-relational knowledge graphs (HKGs) extend standard knowledge graphs by associating attribute-value qualifiers to triples, which effectively represent additional fine-grained information about its associated triple.…

AttributeKnowledge Graph CompletionKnowledge GraphsMixture-of-Experts+1