paper-with-me

Papers

Relational Graph Convolutional Networks: A Closer Look

2021-07-21 · Thiviyan Thanapalasingam, Lucas van Berkel, Peter Bloem, Paul Groth

In this paper, we describe a reproduction of the Relational Graph Convolutional Network (RGCN). Using our reproduction, we explain the intuition behind the model. Our reproduction results empirically validate the correctness of our implementations using benchmark Knowledge Graph datasets on node classification and link prediction tasks. Our explanation provides a friendly understanding of the different components of the RGCN for both users and researchers extending the RGCN approach. Furthermore, we introduce two new configurations of the RGCN that are more parameter efficient. The code and datasets are available at https://github.com/thiviyanT/torch-rgcn.

📄 PDF Abstract BibTeX arXiv:2107.10015

Code (1)

thiviyanT/torch-rgcn 공식 구현 pytorch

Tasks

Link PredictionNode Classification

Methods 이 논문이 사용한 방법론

RGCN An RGCN, or Relational Graph Convolution Network, is a an application of the GCN framework to modeling relational data,…

Similar Papers 제목 키워드 기반

Relational Graph Learning for Crowd Navigation

2019-09-28 · Changan Chen, Sha Hu, Payam Nikdel, Greg Mori 외

We present a relational graph learning approach for robotic crowd navigation using model-based deep reinforcement learning that plans actions by looking into the future. Our approach reasons about the relations between a…

Deep Reinforcement LearningGraph LearningReinforcement LearningReinforcement Learning (RL)

Text2NKG: Fine-Grained N-ary Relation Extraction for N-ary relational Knowledge Graph Construction

2023-10-08 · Haoran Luo, Haihong E, Yuhao Yang, Tianyu Yao 외

Beyond traditional binary relational facts, n-ary relational knowledge graphs (NKGs) are comprised of n-ary relational facts containing more than two entities, which are closer to real-world facts with broader applicatio…

Event-based N-ary Relaiton ExtractionHypergraph-based N-ary Relaiton ExtractionHyper-Relational ExtractionRelation+1

Look Again at the Syntax: Relational Graph Convolutional Network for Gendered Ambiguous Pronoun Resolution

2019-05-21 · WS 2019 8 · Yinchuan Xu, Junlin Yang

Gender bias has been found in existing coreference resolvers. In order to eliminate gender bias, a gender-balanced dataset Gendered Ambiguous Pronouns (GAP) has been released and the best baseline model achieves only 66.…

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…

General ClassificationGraph ClassificationGraph EmbeddingKnowledge Graph Embedding+2

Relational Graph Attention Networks

2019-04-11 · ICLR 2019 5 · Dan Busbridge, Dane Sherburn, Pietro Cavallo, Nils Y. Hammerla

We investigate Relational Graph Attention Networks, a class of models that extends non-relational graph attention mechanisms to incorporate relational information, opening up these methods to a wider variety of problems.…

Graph Attention