paper-with-me

Papers

Scaling Knowledge Graph Embedding Models

2022-01-08 · Nasrullah Sheikh, Xiao Qin, Berthold Reinwald, Chuan Lei

Developing scalable solutions for training Graph Neural Networks (GNNs) for link prediction tasks is challenging due to the high data dependencies which entail high computational cost and huge memory footprint. We propose a new method for scaling training of knowledge graph embedding models for link prediction to address these challenges. Towards this end, we propose the following algorithmic strategies: self-sufficient partitions, constraint-based negative sampling, and edge mini-batch training. Both, partitioning strategy and constraint-based negative sampling, avoid cross partition data transfer during training. In our experimental evaluation, we show that our scaling solution for GNN-based knowledge graph embedding models achieves a 16x speed up on benchmark datasets while maintaining a comparable model performance as non-distributed methods on standard metrics.

📄 PDF Abstract BibTeX arXiv:2201.02791

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingKnowledge Graph EmbeddingLink Prediction

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

STaR: Knowledge Graph Embedding by Scaling, Translation and Rotation

2022-02-15 · Jiayi Li, Yujiu Yang

The bilinear method is mainstream in Knowledge Graph Embedding (KGE), aiming to learn low-dimensional representations for entities and relations in Knowledge Graph (KG) and complete missing links. Most of the existing wo…

Graph EmbeddingKnowledge Graph EmbeddingLink PredictionTranslation

STaR: Knowledge Graph Embedding by Scaling, Translation and Rotation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

The bilinear method is mainstream in Knowledge Graph Embedding (KGE), aiming to learn low-dimensional representations for entities and relations in Knowledge Graph (KG) and complete missing links. Most of the existing wo…

Graph EmbeddingKnowledge Graph EmbeddingLink PredictionTranslation

CompoundE: Knowledge Graph Embedding with Translation, Rotation and Scaling Compound Operations

2022-07-12 · Xiou Ge, Yun-Cheng Wang, Bin Wang, C. -C. Jay Kuo

Translation, rotation, and scaling are three commonly used geometric manipulation operations in image processing. Besides, some of them are successfully used in developing effective knowledge graph embedding (KGE) models…

Graph EmbeddingKnowledge Graph EmbeddingRelationTranslation

Pretrained Knowledge Base Embeddings for improved Sentential Relation Extraction

2022-05-01 · ACL 2022 5 · Andrea Papaluca, Daniel Krefl, Hanna Suominen, Artem Lenskiy

In this work we put forward to combine pretrained knowledge base graph embeddings with transformer based language models to improve performance on the sentential Relation Extraction task in natural language processing. O…

RelationRelation Extraction

Probability Calibration for Knowledge Graph Embedding Models

2019-12-20 · ICLR 2020 1 · Pedro Tabacof, Luca Costabello

Knowledge graph embedding research has overlooked the problem of probability calibration. We show popular embedding models are indeed uncalibrated. That means probability estimates associated to predicted triples are unr…

Calibration for Link PredictionGraph EmbeddingKnowledge Graph EmbeddingKnowledge Graphs+1