TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Composition-based Multi-Relational Graph Convolutional Net...

Composition-based Multi-Relational Graph Convolutional Networks

Shikhar Vashishth, Soumya Sanyal, Vikram Nitin, Partha Talukdar

2019-11-08ICLR 2020 1Knowledge Graph EmbeddingGraph ClassificationNode ClassificationGeneral ClassificationGraph EmbeddingLink Prediction
PaperPDFCodeCodeCodeCode(official)

Abstract

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.

Results

TaskDatasetMetricValueModel
Link PredictionWN18RRHits@10.443CompGCN
Link PredictionWN18RRHits@100.546CompGCN
Link PredictionWN18RRHits@30.494CompGCN
Link PredictionWN18RRMR3533CompGCN
Link PredictionWN18RRMRR0.479CompGCN
Link PredictionFB15k-237Hits@10.264CompGCN
Link PredictionFB15k-237Hits@100.535CompGCN
Link PredictionFB15k-237Hits@30.39CompGCN
Link PredictionFB15k-237MR197CompGCN
Link PredictionFB15k-237MRR0.355CompGCN

Related Papers

SMART: Relation-Aware Learning of Geometric Representations for Knowledge Graphs2025-07-17Topic Modeling and Link-Prediction for Material Property Discovery2025-07-08Graph Collaborative Attention Network for Link Prediction in Knowledge Graphs2025-07-05Understanding Generalization in Node and Link Prediction2025-07-01Context-Driven Knowledge Graph Completion with Semantic-Aware Relational Message Passing2025-06-29Demystifying Distributed Training of Graph Neural Networks for Link Prediction2025-06-25Directed Link Prediction using GNN with Local and Global Feature Fusion2025-06-25Call Me Maybe: Enhancing JavaScript Call Graph Construction using Graph Neural Networks2025-06-22