paper-with-me

홈 › Papers

SpherE: Expressive and Interpretable Knowledge Graph Embedding for Set Retrieval

2024-04-29 · Zihao Li, Yuyi Ao, Jingrui He

Knowledge graphs (KGs), which store an extensive number of relational facts (head, relation, tail), serve various applications. While many downstream tasks highly rely on the expressive modeling and predictive embedding of KGs, most of the current KG representation learning methods, where each entity is embedded as a vector in the Euclidean space and each relation is embedded as a transformation, follow an entity ranking protocol. On one hand, such an embedding design cannot capture many-to-many relations. On the other hand, in many retrieval cases, the users wish to get an exact set of answers without any ranking, especially when the results are expected to be precise, e.g., which genes cause an illness. Such scenarios are commonly referred to as "set retrieval". This work presents a pioneering study on the KG set retrieval problem. We show that the set retrieval highly depends on expressive modeling of many-to-many relations, and propose a new KG embedding model SpherE to address this problem. SpherE is based on rotational embedding methods, but each entity is embedded as a sphere instead of a vector. While inheriting the high interpretability of rotational-based models, our SpherE can more expressively model one-to-many, many-to-one, and many-to-many relations. Through extensive experiments, we show that our SpherE can well address the set retrieval problem while still having a good predictive ability to infer missing facts. The code is available at https://github.com/Violet24K/SpherE.

📄 PDF Abstract BibTeX arXiv:2404.19130

Code (1)

violet24k/sphere 공식 구현 pytorch

Tasks

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsRepresentation LearningRetrieval

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Logical Entity Representation in Knowledge-Graphs for Differentiable Rule Learning

2023-05-22 · Chi Han, Qizheng He, Charles Yu, Xinya Du 외

Probabilistic logical rule learning has shown great strength in logical rule mining and knowledge graph completion. It learns logical rules to predict missing edges by reasoning on existing edges in the knowledge graph. …

Knowledge Graph CompletionKnowledge GraphsLink Prediction

SimplE Embedding for Link Prediction in Knowledge Graphs

2018-02-13 · NeurIPS 2018 12 · Seyed Mehran Kazemi, David Poole

Knowledge graphs contain knowledge about the world and provide a structured representation of this knowledge. Current knowledge graphs contain only a small subset of what is true in the world. Link prediction approaches …

Knowledge GraphsLink PredictionPrediction

ExpressivE: A Spatio-Functional Embedding For Knowledge Graph Completion

2022-06-08 · Aleksandar Pavlović, Emanuel Sallinger

Knowledge graphs are inherently incomplete. Therefore substantial research has been directed toward knowledge graph completion (KGC), i.e., predicting missing triples from the information represented in the knowledge gra…

Knowledge Graph CompletionKnowledge Graphs

Is Architectural Complexity Overrated? Competitive and Interpretable Knowledge Graph Completion with RelatE

2025-05-25 · Abhijit Chakraborty, Chahana Dahal, Ashutosh Balasubramaniam, Tejas Anvekar 외

We revisit the efficacy of simple, real-valued embedding models for knowledge graph completion and introduce RelatE, an interpretable and modular method that efficiently integrates dual representations for entities and r…

GPUKnowledge Graph Completion

HopfE: Knowledge Graph Representation Learning using Inverse Hopf Fibrations

2021-08-12 · Anson Bastos, Kuldeep Singh, Abhishek Nadgeri, Saeedeh Shekarpour 외

Recently, several Knowledge Graph Embedding (KGE) approaches have been devised to represent entities and relations in dense vector space and employed in downstream tasks such as link prediction. A few KGE techniques addr…

Graph EmbeddingGraph Representation LearningKnowledge Graph EmbeddingLink Prediction+2