paper-with-me

홈 › Papers

Pretrain-KGEs: Learning Knowledge Representation from Pretrained Models for Knowledge Graph Embeddings

2019-12-01 · Zhiyuan Zhang, Xiaoqian Liu, Yi Zhang, Qi Su, Xu sun, Bin He

Learning knowledge graph embeddings (KGEs) is an efficient approach to knowledge graph completion. Conventional KGEs often suffer from limited knowledge representation, which causes less accuracy especially when training on sparse knowledge graphs. To remedy this, we present Pretrain-KGEs, a training framework for learning better knowledgeable entity and relation embeddings, leveraging the abundant linguistic knowledge from pretrained language models. Specifically, we propose a unified approach in which we first learn entity and relation representations via pretrained language models and use the representations to initialize entity and relation embeddings for training KGE models. Our proposed method is model agnostic in the sense that it can be applied to any variant of KGE models. Experimental results show that our method can consistently improve results and achieve state-of-the-art performance using different KGE models such as TransE and QuatE, across four benchmark KG datasets in link prediction and triplet classification tasks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graph CompletionKnowledge Graph EmbeddingsKnowledge GraphsLink PredictionRelationTriplet

Similar Papers 제목 키워드 기반

Explaining Knowledge Graph Embedding via Latent Rule Learning

2021-09-29 · Wen Zhang, Mingyang Chen, Zezhong Xu, Yushan Zhu 외

Knowledge Graph Embeddings (KGEs) embed entities and relations into continuous vector space following certain assumption, and are a powerful tools for representation learning of knowledge graphs. However, following vecto…

Graph EmbeddingKnowledge DistillationKnowledge Graph EmbeddingKnowledge Graph Embeddings+4

CascadER: Cross-Modal Cascading for Knowledge Graph Link Prediction

2022-05-16 · Tara Safavi, Doug Downey, Tom Hope

Knowledge graph (KG) link prediction is a fundamental task in artificial intelligence, with applications in natural language processing, information retrieval, and biomedicine. Recently, promising results have been achie…

Information RetrievalKnowledge Graph EmbeddingsLink PredictionRetrieval

NeuralKG: An Open Source Library for Diverse Representation Learning of Knowledge Graphs

2022-02-25 · Wen Zhang, Xiangnan Chen, Zhen Yao, Mingyang Chen 외

NeuralKG is an open-source Python-based library for diverse representation learning of knowledge graphs. It implements three different series of Knowledge Graph Embedding (KGE) methods, including conventional KGEs, GNN-b…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction+1

Pretrain-KGE: Learning Knowledge Representation from Pretrained Language Models

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Zhiyuan Zhang, Xiaoqian Liu, Yi Zhang, Qi Su 외

Conventional knowledge graph embedding (KGE) often suffers from limited knowledge representation, leading to performance degradation especially on the low-resource problem. To remedy this, we propose to enrich knowledge …

Graph EmbeddingKnowledge Graph EmbeddingWorld Knowledge

Schema First! Learn Versatile Knowledge Graph Embeddings by Capturing Semantics with MASCHInE

2023-06-06 · Nicolas Hubert, Heiko Paulheim, Pierre Monnin, Armelle Brun 외

Knowledge graph embedding models (KGEMs) have gained considerable traction in recent years. These models learn a vector representation of knowledge graph entities and relations, a.k.a. knowledge graph embeddings (KGEs). …

Graph EmbeddingKnowledge Graph EmbeddingKnowledge Graph EmbeddingsLink Prediction+2