paper-with-me

Papers

Knowledge Graph Embedding with Multiple Relation Projections

2018-01-26 · Kien Do, Truyen Tran, Svetha Venkatesh

Knowledge graphs contain rich relational structures of the world, and thus complement data-driven machine learning in heterogeneous data. One of the most effective methods in representing knowledge graphs is to embed symbolic relations and entities into continuous spaces, where relations are approximately linear translation between projected images of entities in the relation space. However, state-of-the-art relation projection methods such as TransR, TransD or TransSparse do not model the correlation between relations, and thus are not scalable to complex knowledge graphs with thousands of relations, both in computational demand and in statistical robustness. To this end we introduce TransF, a novel translation-based method which mitigates the burden of relation projection by explicitly modeling the basis subspaces of projection matrices. As a result, TransF is far more light weight than the existing projection methods, and is robust when facing a high number of relations. Experimental results on the canonical link prediction task show that our proposed model outperforms competing rivals by a large margin and achieves state-of-the-art performance. Especially, TransF improves by 9%/5% in the head/tail entity prediction task for N-to-1/1-to-N relations over the best performing translation-based method.

📄 PDF Abstract BibTeX arXiv:1801.08641

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink PredictionRelationTranslation

Similar Papers 제목 키워드 기반

Rot-Pro: Modeling Transitivity by Projection in Knowledge Graph Embedding

2021-10-27 · NeurIPS 2021 12 · Tengwei Song, Jie Luo, Lei Huang

Knowledge graph embedding models learn the representations of entities and relations in the knowledge graphs for predicting missing links (relations) between entities. Their effectiveness are deeply affected by the abili…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction+1

Neural-Symbolic Models for Logical Queries on Knowledge Graphs

2022-05-16 · ICML 2022 7 · Zhaocheng Zhu, Mikhail Galkin, Zuobai Zhang, Jian Tang

Answering complex first-order logic (FOL) queries on knowledge graphs is a fundamental task for multi-hop reasoning. Traditional symbolic methods traverse a complete knowledge graph to extract the answers, which provides…

Complex Query AnsweringGraph Neural NetworkKnowledge GraphsRelation

Multi-Perspective, Simultaneous Embedding

2019-09-13 · Md Iqbal Hossain, Vahan Huroyan, Stephen Kobourov, Raymundo Navarrete

We describe MPSE: a Multi-Perspective Simultaneous Embedding method for visualizing high-dimensional data, based on multiple pairwise distances between the data points. Specifically, MPSE computes positions for the point…

Dimensionality Reduction

HousE: Knowledge Graph Embedding with Householder Parameterization

2022-02-16 · Rui Li, Jianan Zhao, Chaozhuo Li, Di He 외

The effectiveness of knowledge graph embedding (KGE) largely depends on the ability to model intrinsic relation patterns and mapping properties. However, existing approaches can only capture some of them with insufficien…

Graph EmbeddingKnowledge Graph EmbeddingRelationRelation Mapping

Self-attention Presents Low-dimensional Knowledge Graph Embeddings for Link Prediction

2021-12-20 · Peyman Baghershahi, Reshad Hosseini, Hadi Moradi

A few models have tried to tackle the link prediction problem, also known as knowledge graph completion, by embedding knowledge graphs in comparably lower dimensions. However, the state-of-the-art results are attained at…

Knowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graph EmbeddingsKnowledge Graphs+1