paper-with-me

Papers

Learning Representations for Hyper-Relational Knowledge Graphs

2022-08-30 · Harry Shomer, Wei Jin, Juanhui Li, Yao Ma, Jiliang Tang

Knowledge graphs (KGs) have gained prominence for their ability to learn representations for uni-relational facts. Recently, research has focused on modeling hyper-relational facts, which move beyond the restriction of uni-relational facts and allow us to represent more complex and real-world information. However, existing approaches for learning representations on hyper-relational KGs majorly focus on enhancing the communication from qualifiers to base triples while overlooking the flow of information from base triple to qualifiers. This can lead to suboptimal qualifier representations, especially when a large amount of qualifiers are presented. It motivates us to design a framework that utilizes multiple aggregators to learn representations for hyper-relational facts: one from the perspective of the base triple and the other one from the perspective of the qualifiers. Experiments demonstrate the effectiveness of our framework for hyper-relational knowledge graph completion across multiple datasets. Furthermore, we conduct an ablation study that validates the importance of the various components in our framework. The code to reproduce our results can be found at \url{https://github.com/HarryShomer/QUAD}.

📄 PDF Abstract BibTeX arXiv:2208.14322

Code (1)

harryshomer/quad 공식 구현 pytorch

Tasks

Knowledge Graph CompletionKnowledge Graphs

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Message Passing for Hyper-Relational Knowledge Graphs

2020-09-22 · EMNLP 2020 11 · Mikhail Galkin, Priyansh Trivedi, Gaurav Maheshwari, Ricardo Usbeck 외

Hyper-relational knowledge graphs (KGs) (e.g., Wikidata) enable associating additional key-value pairs along with the main triple to disambiguate, or restrict the validity of a fact. In this work, we propose a message pa…

Knowledge GraphsLink Prediction

Representation Learning on Hyper-Relational and Numeric Knowledge Graphs with Transformers

2023-05-29 · Chanyoung Chung, Jaejun Lee, Joyce Jiyoung Whang

A hyper-relational knowledge graph has been recently studied where a triplet is associated with a set of qualifiers; a qualifier is composed of a relation and an entity, providing auxiliary information for a triplet. Whi…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsRepresentation Learning+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

Link Prediction with Relational Hypergraphs

2024-02-06 · Xingyue Huang, Miguel Romero Orth, Pablo Barceló, Michael M. Bronstein 외

Link prediction with knowledge graphs has been thoroughly studied in graph machine learning, leading to a rich landscape of graph neural network architectures with successful applications. Nonetheless, it remains challen…

Graph Neural NetworkInductive Link PredictionKnowledge GraphsLink Prediction+1

Shrinking Embeddings for Hyper-Relational Knowledge Graphs

2023-06-03 · Bo Xiong, Mojtaba Nayyer, Shirui Pan, Steffen Staab

Link prediction on knowledge graphs (KGs) has been extensively studied on binary relational KGs, wherein each fact is represented by a triple. A significant amount of important knowledge, however, is represented by hyper…

Knowledge GraphsLink Prediction