paper-with-me

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 simple embedding-based model called ReAlE that performs link prediction in knowledge hypergraphs (generalized knowledge graphs) and can represent high-level abstractions in terms of relational algebra operations. We show theoretically that ReAlE is fully expressive and provide proofs and empirical evidence that it can represent a large subset of the primitive relational algebra operations, namely renaming, projection, set union, selection, and set difference. We also verify experimentally that ReAlE outperforms state-of-the-art models in knowledge hypergraph completion, and in representing each of these primitive relational algebra operations. For the latter experiment, we generate a synthetic knowledge hypergraph, for which we design an algorithm based on the Erdos-R'enyi model for generating random graphs.

📄 PDF Abstract BibTeX arXiv:2102.09557

Code (1)

baharefatemi/ReAlE 공식 구현 pytorch

Tasks

hypergraph embeddingKnowledge GraphsLink Prediction

Similar Papers 제목 키워드 기반

HyConvE: A Novel Embedding Model for Knowledge Hypergraph Link Prediction with Convolutional Neural Networks

2023-04-01 · journal 2023 4 · Chenxu Wang, Xin Wang, Zhao Li, Zirui Chen 외

Knowledge hypergraph embedding, which projects entities and n-ary relations into a low-dimensional continuous vector space to predict missing links, remains a challenging area to be explored despite the ubiquity of n-ary…

hypergraph embeddingKnowledge GraphsLink PredictionPosition+1

Embedding Vector Differences Can Be Aligned With Uncertain Intensional Logic Differences

2020-05-26 · Ben Goertzel, Mike Duncan, Debbie Duong, Nil Geisweiller 외

The DeepWalk algorithm is used to assign embedding vectors to nodes in the Atomspace weighted, labeled hypergraph that is used to represent knowledge in the OpenCog AGI system, in the context of an application to probabi…

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

Modeling Relational Patterns for Logical Query Answering over Knowledge Graphs

2023-03-21 · Yunjie He, Mojtaba Nayyeri, Bo Xiong, Yuqicheng Zhu 외

Answering first-order logical (FOL) queries over knowledge graphs (KG) remains a challenging task mainly due to KG incompleteness. Query embedding approaches this problem by computing the low-dimensional vector represent…

Inductive BiasKnowledge Graphs

DualHNIE: Dual-Channel Hypergraph Learning for Node Importance Estimation in Heterogeneous Knowledge Graphs

2025-12-13 · Jiawen Chen, Yanyan He, Qi Shao, Mengli Wei 외 arxiv

Estimating node importance in heterogeneous knowledge graphs is a fundamental problem underlying recommendation, search, and knowledge decision systems. However, most existing methods rely on pairwise message passing mec…

Hypergraph Contrastive LearningRepresentation LearningKnowledge Graphs