paper-with-me

Papers

End-to-end Structure-Aware Convolutional Networks for Knowledge Base Completion

2018-11-11 · Chao Shang, Yun Tang, Jing Huang, Jinbo Bi, Xiaodong He, Bo-Wen Zhou

Knowledge graph embedding has been an active research topic for knowledge base completion, with progressive improvement from the initial TransE, TransH, DistMult et al to the current state-of-the-art ConvE. ConvE uses 2D convolution over embeddings and multiple layers of nonlinear features to model knowledge graphs. The model can be efficiently trained and scalable to large knowledge graphs. However, there is no structure enforcement in the embedding space of ConvE. The recent graph convolutional network (GCN) provides another way of learning graph node embedding by successfully utilizing graph connectivity structure. In this work, we propose a novel end-to-end Structure-Aware Convolutional Network (SACN) that takes the benefit of GCN and ConvE together. SACN consists of an encoder of a weighted graph convolutional network (WGCN), and a decoder of a convolutional network called Conv-TransE. WGCN utilizes knowledge graph node structure, node attributes and edge relation types. It has learnable weights that adapt the amount of information from neighbors used in local aggregation, leading to more accurate embeddings of graph nodes. Node attributes in the graph are represented as additional nodes in the WGCN. The decoder Conv-TransE enables the state-of-the-art ConvE to be translational between entities and relations while keeps the same link prediction performance as ConvE. We demonstrate the effectiveness of the proposed SACN on standard FB15k-237 and WN18RR datasets, and it gives about 10% relative improvement over the state-of-the-art ConvE in terms of HITS@1, HITS@3 and HITS@10.

📄 PDF Abstract BibTeX arXiv:1811.04441

Code (1)

JD-AI-Research-Silicon-Valley/SACN 공식 구현 pytorch

Tasks

DecoderGraph EmbeddingKnowledge Base CompletionKnowledge Graph EmbeddingKnowledge GraphsLink Prediction

Methods 이 논문이 사용한 방법론

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…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

TaCE: Time-aware Convolutional Embedding Learning for Temporal Knowledge Graph Completion

2021-09-29 · Jin Luo, Hong Shen, YanFeng Hu, Chen Peng

Temporal knowledge graph completion (TKGC) is a challenging task to infer the missing component for quadruples. The key challenge lies at how to integrate time information into the embeddings of entities and relations. R…

Knowledge Graph CompletionKnowledge GraphsTemporal Knowledge Graph Completion

HJE: Joint Convolutional Representation Learning for Knowledge Hypergraph Completion

2024-02-13 · journal 2024 2 · Zhao Li; Chenxu Wang; Xin Wang; Zirui Chen; Jianxin Li

Knowledge hypergraph representation learning , which projects entities and n -ary relations into a low-dimensional vector space, remains a challenging area to be explored despite the ubiquity of n -ary relational facts i…

Knowledge GraphsRepresentation Learning

ComDensE : Combined Dense Embedding of Relation-aware and Common Features for Knowledge Graph Completion

2022-06-29 · Minsang Kim, Seungjun Baek

Real-world knowledge graphs (KG) are mostly incomplete. The problem of recovering missing relations, called KG completion, has recently become an active research area. Knowledge graph (KG) embedding, a low-dimensional re…

Inductive BiasKnowledge Graph CompletionKnowledge GraphsLink Prediction+2

Subgraph-Aware Training of Language Models for Knowledge Graph Completion Using Structure-Aware Contrastive Learning

2024-07-17 · Youmin Ko, Hyemin Yang, Taeuk Kim, Hyunjoon Kim

Fine-tuning pre-trained language models (PLMs) has recently shown a potential to improve knowledge graph completion (KGC). However, most PLM-based methods focus solely on encoding textual information, neglecting the long…

Contrastive LearningInductive BiasKnowledge Graph CompletionKnowledge Graphs

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