paper-with-me

Papers

KG-BERT: BERT for Knowledge Graph Completion

2019-09-07 · Liang Yao, Chengsheng Mao, Yuan Luo

Knowledge graphs are important resources for many artificial intelligence tasks but often suffer from incompleteness. In this work, we propose to use pre-trained language models for knowledge graph completion. We treat triples in knowledge graphs as textual sequences and propose a novel framework named Knowledge Graph Bidirectional Encoder Representations from Transformer (KG-BERT) to model these triples. Our method takes entity and relation descriptions of a triple as input and computes scoring function of the triple with the KG-BERT language model. Experimental results on multiple benchmark knowledge graphs show that our method can achieve state-of-the-art performance in triple classification, link prediction and relation prediction tasks.

📄 PDF Abstract BibTeX arXiv:1909.03193

Code (3)

yao8839836/kg-bert 공식 구현 pytorch
ManasRMohanty/DS5500-capstone pytorch
gychant/CSKMTermDefn pytorch

Tasks

Knowledge Graph CompletionKnowledge GraphsLanguage ModelingLanguage ModellingLink PredictionPredictionRelationRelation PredictionTriple Classification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

CEAR: Cross-Entity Aware Reranker for Knowledge Base Completion

2021-04-18 · Keshav Kolluru, Mayank Singh Chauhan, Yatin Nandwani, Parag Singla 외

Pre-trained language models (LMs) like BERT have shown to store factual knowledge about the world. This knowledge can be used to augment the information present in Knowledge Bases, which tend to be incomplete. However, p…

Knowledge Base CompletionLink Prediction

Triple Classification for Scholarly Knowledge Graph Completion

2021-11-23 · Mohamad Yaser Jaradeh, Kuldeep Singh, Markus Stocker, Sören Auer

Scholarly Knowledge Graphs (KGs) provide a rich source of structured information representing knowledge encoded in scientific publications. With the sheer volume of published scientific literature comprising a plethora o…

ClassificationKnowledge Graph CompletionKnowledge GraphsLink Prediction+2

Multi-Task Learning for Knowledge Graph Completion with Pre-trained Language Models

2020-12-01 · COLING 2020 8 · Bosung Kim, Taesuk Hong, Youngjoong Ko, Jungyun Seo

As research on utilizing human knowledge in natural language processing has attracted considerable attention in recent years, knowledge graph (KG) completion has come into the spotlight. Recently, a new knowledge graph c…

Knowledge Graph CompletionKnowledge GraphsLanguage ModelingLanguage Modelling+3

Knowledge Graph Refinement based on Triplet BERT-Networks

2022-11-18 · Armita Khajeh Nassiri, Nathalie Pernelle, Fatiha Sais, Gianluca Quercini

Knowledge graph embedding techniques are widely used for knowledge graph refinement tasks such as graph completion and triple classification. These techniques aim at embedding the entities and relations of a Knowledge Gr…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsRelation+3

Learning Physical Common Sense as Knowledge Graph Completion via BERT Data Augmentation and Constrained Tucker Factorization

2020-11-01 · EMNLP 2020 11 · Zhenjie Zhao, Evangelos Papalexakis, Xiaojuan Ma

Physical common sense plays an essential role in the cognition abilities of robots for human-robot interaction. Machine learning methods have shown promising results on physical commonsense learning in natural language p…

Common Sense ReasoningData AugmentationGeneral KnowledgeGraph Embedding+5