paper-with-me

Papers

Composition-based Multi-Relational Graph Convolutional Networks

2019-11-08 · ICLR 2020 1 · Shikhar Vashishth, Soumya Sanyal, Vikram Nitin, Partha Talukdar

Graph Convolutional Networks (GCNs) have recently been shown to be quite successful in modeling graph-structured data. However, the primary focus has been on handling simple undirected graphs. Multi-relational graphs are a more general and prevalent form of graphs where each edge has a label and direction associated with it. Most of the existing approaches to handle such graphs suffer from over-parameterization and are restricted to learning representations of nodes only. In this paper, we propose CompGCN, a novel Graph Convolutional framework which jointly embeds both nodes and relations in a relational graph. CompGCN leverages a variety of entity-relation composition operations from Knowledge Graph Embedding techniques and scales with the number of relations. It also generalizes several of the existing multi-relational GCN methods. We evaluate our proposed method on multiple tasks such as node classification, link prediction, and graph classification, and achieve demonstrably superior results. We make the source code of CompGCN available to foster reproducible research.

📄 PDF Abstract BibTeX arXiv:1911.03082

Code (4)

malllabiisc/CompGCN 공식 구현 pytorch
anilakash/indkgc pytorch
dmlc/dgl/tree/master/examples/pytorch/compGCN pytorch
pykeen/ilpc2022 pytorch

Tasks

General ClassificationGraph ClassificationGraph EmbeddingKnowledge Graph EmbeddingLink PredictionNode Classification

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Learning Hierarchical Relational Representations through Relational Convolutions

2023-10-05 · Awni Altabaa, John Lafferty

An evolving area of research in deep learning is the study of architectures and inductive biases that support the learning of relational feature representations. In this paper, we address the challenge of learning repres…

Relation

A Relational Tucker Decomposition for Multi-Relational Link Prediction

2019-02-03 · Yanjie Wang, Samuel Broscheit, Rainer Gemulla

We propose the Relational Tucker3 (RT) decomposition for multi-relational link prediction in knowledge graphs. We show that many existing knowledge graph embedding models are special cases of the RT decomposition with ce…

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink Prediction

Towards Enhancing Relational Rules for Knowledge Graph Link Prediction

2023-10-20 · Shuhan Wu, Huaiyu Wan, Wei Chen, Yuting Wu 외

Graph neural networks (GNNs) have shown promising performance for knowledge graph reasoning. A recent variant of GNN called progressive relational graph neural network (PRGNN), utilizes relational rules to infer missing …

Graph Neural NetworkInductive Link PredictionLink PredictionPrediction+1

Answering Visual-Relational Queries in Web-Extracted Knowledge Graphs

2017-09-07 · AKBC 2019 · Daniel Oñoro-Rubio, Mathias Niepert, Alberto García-Durán, Roberto González 외

A visual-relational knowledge graph (KG) is a multi-relational graph whose entities are associated with images. We explore novel machine learning approaches for answering visual-relational queries in web-extracted knowle…

Graph EmbeddingImage RetrievalKnowledge Graph EmbeddingKnowledge Graph Embeddings+4

Efficient Relation-aware Neighborhood Aggregation in Graph Neural Networks via Tensor Decomposition

2022-12-11 · Peyman Baghershahi, Reshad Hosseini, Hadi Moradi

Numerous Graph Neural Networks (GNNs) have been developed to tackle the challenge of Knowledge Graph Embedding (KGE). However, many of these approaches overlook the crucial role of relation information and inadequately i…

Contrastive LearningGeneral KnowledgeGraph EmbeddingKnowledge Graph Completion+5