paper-with-me

Papers

Generative Representation Learning on Hyper-relational Knowledge Graphs via Masked Discrete Diffusion

2026-05-22 · Jaejun Lee, Seheon Kim, Joyce Jiyoung Whang arxiv

Hyper-relational knowledge graphs (HKGs) effectively represent complex facts. While inferring new knowledge in HKGs is a critical problem, current methods cast it as a simple link prediction, assuming that nearly all entities and relations within a fact are known, leaving only a single blank to be filled. However, this restricted assumption may not hold in real-world scenarios in which multiple, or even all, constituent components of a fact may be missing simultaneously. To bridge this gap, we introduce a task called fact generation: generating a valid hyper-relational fact from an arbitrarily masked query, i.e., completing a partially observed fact or generating a fact from scratch. We propose KREPE, the first generative representation learning method for HKGs that learns to model the probability distributions of missing components conditioned on the local fact components and global structure of HKGs via a masked discrete diffusion. KREPE models both the intra-fact dependencies by contextual message passing and inter-fact correlations by aggregating stochastically sampled contexts. KREPE seamlessly unifies link prediction and fact generation within a single training framework, achieving state-of-the-art performance on standard HKG link prediction benchmarks and outperforming LLM-based baselines in generating novel and correct facts.

📄 PDF Abstract BibTeX arXiv:2605.24064

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningKnowledge GraphsLink Prediction

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