paper-with-me

Papers

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. While existing hyper-relational knowledge graph embedding methods assume that the entities are discrete objects, some information should be represented using numeric values, e.g., (J.R.R., was born in, 1892). Also, a triplet (J.R.R., educated at, Oxford Univ.) can be associated with a qualifier such as (start time, 1911). In this paper, we propose a unified framework named HyNT that learns representations of a hyper-relational knowledge graph containing numeric literals in either triplets or qualifiers. We define a context transformer and a prediction transformer to learn the representations based not only on the correlations between a triplet and its qualifiers but also on the numeric information. By learning compact representations of triplets and qualifiers and feeding them into the transformers, we reduce the computation cost of using transformers. Using HyNT, we can predict missing numeric values in addition to missing entities or relations in a hyper-relational knowledge graph. Experimental results show that HyNT significantly outperforms state-of-the-art methods on real-world datasets.

📄 PDF Abstract BibTeX arXiv:2305.18256

Code (1)

bdi-lab/hynt 공식 구현 pytorch

Tasks

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsRepresentation LearningTriplet

Similar Papers 제목 키워드 기반

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

Learning Representations for Hyper-Relational Knowledge Graphs

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

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

Knowledge Graph CompletionKnowledge Graphs

Query Embedding on Hyper-relational Knowledge Graphs

2021-06-15 · ICLR 2022 4 · Dimitrios Alivanistos, Max Berrendorf, Michael Cochez, Mikhail Galkin

Multi-hop logical reasoning is an established problem in the field of representation learning on knowledge graphs (KGs). It subsumes both one-hop link prediction as well as other more complex types of logical queries. Ex…

Knowledge GraphsLink PredictionLogical ReasoningRepresentation Learning

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

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