tech-srl / how_attentive_are_gatsLinks
Code for the paper "How Attentive are Graph Attention Networks?" (ICLR'2022)
☆346Updated 3 years ago
Alternatives and similar repositories for how_attentive_are_gats
Users that are interested in how_attentive_are_gats are comparing it to the libraries listed below
Sorting:
- Official Pytorch code for Structure-Aware Transformer.☆258Updated 2 years ago
- This repository implements variational graph auto encoder by Thomas Kipf.☆416Updated 4 years ago
- Representing Long-Range Context for Graph Neural Networks with Global Attention☆129Updated 3 years ago
- [GRL+ @ ICML 2020] PyTorch implementation for "Deep Graph Contrastive Representation Learning" (https://arxiv.org/abs/2006.04131v2)☆333Updated last year
- Graph Diffusion Convolution, as proposed in "Diffusion Improves Graph Learning" (NeurIPS 2019)☆272Updated 2 years ago
- PyTorch implementation of "Simple and Deep Graph Convolutional Networks"☆356Updated 5 years ago
- Graph Auto-Encoder in PyTorch☆438Updated last year
- Source code for GNN-LSPE (Graph Neural Networks with Learnable Structural and Positional Representations), ICLR 2022☆264Updated 3 years ago
- DHGNN source code for IJCAI19 paper: "Dynamic Hypergraph Neural Networks"☆270Updated 2 years ago
- IJCAI‘23 Survey Track: Papers on Graph Pooling (GNN-Pooling)☆115Updated 6 months ago
- [NeurIPS 2020] "Graph Contrastive Learning with Augmentations" by Yuning You, Tianlong Chen, Yongduo Sui, Ting Chen, Zhangyang Wang, Yang…☆605Updated last year
- GraphMAE: Self-Supervised Masked Graph Autoencoders in KDD'22☆545Updated 2 years ago
- The official implementation of NeurIPS22 spotlight paper "NodeFormer: A Scalable Graph Structure Learning Transformer for Node Classifica…☆310Updated last year
- Official Implementation of ICML 2023 paper: "A Generalization of ViT/MLP-Mixer to Graphs"☆165Updated last year
- [ICLR 2021] How to Find Your Friendly Neighborhood: Graph Attention Design with Self-Supervision☆159Updated 2 years ago
- Subgraph Neural Networks (NeurIPS 2020)☆202Updated 4 years ago
- Bag of Tricks for Graph Neural Networks.☆298Updated last year
- AAAI'21: Data Augmentation for Graph Neural Networks☆195Updated last year
- Official code for "InfoGraph: Unsupervised and Semi-supervised Graph-Level Representation Learning via Mutual Information Maximization" …☆320Updated last year
- A graph transformer framework☆77Updated 3 years ago
- Graph Transformer Networks (Authors' PyTorch implementation for the NeurIPS 19 paper)