paper-with-me

홈 › Papers

Improving Hyper-Relational Knowledge Graph Completion

2021-04-16 · Donghan Yu, Yiming Yang

Different from traditional knowledge graphs (KGs) where facts are represented as entity-relation-entity triplets, hyper-relational KGs (HKGs) allow triplets to be associated with additional relation-entity pairs (a.k.a qualifiers) to convey more complex information. How to effectively and efficiently model the triplet-qualifier relationship for prediction tasks such as HKG completion is an open challenge for research. This paper proposes to improve the best-performing method in HKG completion, namely STARE, by introducing two novel revisions: (1) Replacing the computation-heavy graph neural network module with light-weight entity/relation embedding processing techniques for efficiency improvement without sacrificing effectiveness; (2) Adding a qualifier-oriented auxiliary training task for boosting the prediction power of our approach on HKG completion. The proposed approach consistently outperforms STARE in our experiments on three benchmark datasets, with significantly improved computational efficiency.

📄 PDF Abstract BibTeX arXiv:2104.08167

Code (1)

PlusRoss/Hy-Transformer 공식 구현 pytorch

Tasks

Computational EfficiencyGraph Neural NetworkKnowledge Graph CompletionKnowledge GraphsRelationTriplet

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

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

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

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

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

Mixed-Curvature Multi-Relational Graph Neural Network for Knowledge Graph Completion

2021-04-19 · WWW 2021 4 · Shen Wang∗

Knowledge graphs (KGs) have gradually become valuable assets for many AI applications. In a KG, a node denotes an entity, and an edge (or link) denotes a relationship between the entities represented by the nodes. Knowle…

Graph Neural NetworkKnowledge Graph CompletionKnowledge Graph EmbeddingsKnowledge Graphs