paper-with-me

Papers

Efficient Parallel Translating Embedding For Knowledge Graphs

2017-03-30 · Denghui Zhang, Manling Li, Yantao Jia, Yuanzhuo Wang, Xue-Qi Cheng

Knowledge graph embedding aims to embed entities and relations of knowledge graphs into low-dimensional vector spaces. Translating embedding methods regard relations as the translation from head entities to tail entities, which achieve the state-of-the-art results among knowledge graph embedding methods. However, a major limitation of these methods is the time consuming training process, which may take several days or even weeks for large knowledge graphs, and result in great difficulty in practical applications. In this paper, we propose an efficient parallel framework for translating embedding methods, called ParTrans-X, which enables the methods to be paralleled without locks by utilizing the distinguished structures of knowledge graphs. Experiments on two datasets with three typical translating embedding methods, i.e., TransE [3], TransH [17], and a more efficient variant TransE- AdaGrad [10] validate that ParTrans-X can speed up the training process by more than an order of magnitude.

📄 PDF Abstract BibTeX arXiv:1703.10316

Code (1)

zdh2292390/ParTrans-X 공식 구현

Tasks

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink PredictionTranslation

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…
AdaGrad AdaGrad is a stochastic optimization method that adapts the learning rate to the parameters. It performs smaller updates for parameters associated with frequently occurring…
TransE TransE is an energy-based model that produces knowledge base embeddings. It models relationships by interpreting them as translations operating on the low-dimensional…

Similar Papers 제목 키워드 기반

ParaGraphE: A Library for Parallel Knowledge Graph Embedding

2017-03-16 · Xiao-Fan Niu, Wu-Jun Li

Knowledge graph embedding aims at translating the knowledge graph into numerical representations by transforming the entities and relations into continuous low-dimensional vectors. Recently, many methods [1, 5, 3, 2, 6] …

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graphs

Adversarial Contrastive Estimation

2018-05-09 · ACL 2018 7 · Avishek Joey Bose, Huan Ling, Yanshuai Cao

Learning by contrasting positive and negative samples is a general strategy adopted by many methods. Noise contrastive estimation (NCE) for word embeddings and translating embeddings for knowledge graphs are examples in …

Contrastive LearningKnowledge Graph EmbeddingsKnowledge GraphsLearning Word Embeddings+1

Knowledge Based Template Machine Translation In Low-Resource Setting

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Incorporating tagging into neural machine translation (NMT) systems has shown promising results in helping translate rare words such as named entities (NE). However, translating NE in low-resource setting remains a chall…

Knowledge GraphsMachine TranslationNMTPOS+3

Knowledge Based Template Machine Translation In Low-Resource Setting

2022-09-08 · Zilu Tang, Derry Wijaya

Incorporating tagging into neural machine translation (NMT) systems has shown promising results in helping translate rare words such as named entities (NE). However, translating NE in low-resource setting remains a chall…

Knowledge GraphsMachine TranslationNMTPOS+3

MDE: Multiple Distance Embeddings for Link Prediction in Knowledge Graphs

2019-05-25 · Afshin Sadeghi, Damien Graux, Hamed Shariat Yazdi, Jens Lehmann

Over the past decade, knowledge graphs became popular for capturing structured domain knowledge. Relational learning models enable the prediction of missing links inside knowledge graphs. More specifically, latent distan…

Knowledge GraphsLink PredictionRelational Pattern LearningRelational Reasoning