TL;DR
Current methods for inferring knowledge in hyper-relational knowledge graphs (HKGs) often assume only one component is missing, which is unrealistic. KREPE, a new generative representation learning method, addresses this by generating valid hyper-relational facts from partially observed queries using masked discrete diffusion.
✦ Why It Matters
Engineers can leverage KREPE to enhance knowledge graph applications by improving fact generation and link prediction accuracy.
Key Takeaways
Full Summary
Hyper-relational knowledge graphs (HKGs) are advanced structures that represent complex relationships and facts. Traditional approaches to inferring knowledge in HKGs typically focus on link prediction, assuming that only one part of a fact is unknown.
However, real-world scenarios often involve multiple missing components. To tackle this, KREPE was developed as the first generative representation learning method for HKGs, which can generate complete facts from incomplete data.
It employs masked discrete diffusion to model the probability distributions of missing components based on both local and global graph structures. KREPE integrates link prediction and fact generation into a unified framework, achieving superior results on standard benchmarks and outperforming existing large language model-based methods in generating accurate and novel facts.
This advancement opens new avenues for knowledge representation and reasoning in AI applications.
Related