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
How It Works
KREPE utilizes a masked discrete diffusion process to learn the probability distributions of missing components in hyper-relational facts. It combines contextual message passing to capture dependencies within a fact and stochastic sampling to aggregate correlations across different facts, allowing it to generate valid facts from incomplete data.
Related