paper-with-me

Papers

Knowledge Hypergraphs: Prediction Beyond Binary Relations

2019-06-01 · Bahare Fatemi, Perouz Taslakian, David Vazquez, David Poole

Knowledge graphs store facts using relations between two entities. In this work, we address the question of link prediction in knowledge hypergraphs where relations are defined on any number of entities. While techniques exist (such as reification) that convert non-binary relations into binary ones, we show that current embedding-based methods for knowledge graph completion do not work well out of the box for knowledge graphs obtained through these techniques. To overcome this, we introduce HSimplE and HypE, two embedding-based methods that work directly with knowledge hypergraphs. In both models, the prediction is a function of the relation embedding, the entity embeddings and their corresponding positions in the relation. We also develop public datasets, benchmarks and baselines for hypergraph prediction and show experimentally that the proposed models are more effective than the baselines.

📄 PDF Abstract BibTeX arXiv:1906.00137

Code (1)

ElementAI/HypE pytorch

Tasks

Entity EmbeddingsKnowledge Graph CompletionKnowledge GraphsLink PredictionPredictionRelation

Similar Papers 제목 키워드 기반

HyperQuery: Beyond Binary Link Prediction

2025-01-13 · Sepideh Maleki, Josh Vekhter, Keshav Pingali

Groups with complex set intersection relations are a natural way to model a wide array of data, from the formation of social groups to the complex protein interactions which form the basis of biological life. One approac…

Hyperedge PredictionLink PredictionPrediction

Link Prediction in Hypergraphs using Graph Convolutional Networks

2019-05-01 · ICLR 2019 5 · Naganand Yadati, Vikram Nitin, Madhav Nimishakavi, Prateek Yadav 외

Link prediction in simple graphs is a fundamental problem in which new links between nodes are predicted based on the observed structure of the graph. However, in many real-world applications, there is a need to model re…

Link PredictionPrediction

Scalable Hypergraph Embedding System

2021-03-09 · Sepideh Maleki, Donya Saless, Dennis P. Wall, Keshav Pingali

Many problems such as node classification and link prediction in network data can be solved using graph embeddings. However, it is difficult to use graphs to capture non-binary relations such as communities of nodes. The…

Graph Embeddinghypergraph embeddingLink PredictionNode Classification

MULTI-LEVEL APPROACH TO ACCURATE AND SCALABLE HYPERGRAPH EMBEDDING

2021-09-29 · Sepideh Maleki, Donya Saless, Dennis Wall, Keshav Pingali

Many problems such as node classification and link prediction in network data can be solved using graph embeddings, and a number of algorithms are known for constructing such embeddings. However, it is difficult to use g…

Graph Embeddinghypergraph embeddingLink PredictionNode Classification

Temporal Inductive Logic Reasoning over Hypergraphs

2022-06-09 · Yuan Yang, Siheng Xiong, Ali Payani, James C Kerce 외

Inductive logic reasoning is a fundamental task in graph analysis, which aims to generalize patterns from data. This task has been extensively studied for traditional graph representations, such as knowledge graphs (KGs)…

Inductive logic programmingKnowledge Graphs