Home

Awesome

How Neural Networks Extrapolate: From Feedforward to Graph Neural Networks

This repository is the PyTorch implementation of the experiments in the following paper:

Keyulu Xu, Mozhi Zhang, Jingling Li, Simon S. Du, Ken-ichi Kawarabayashi, Stefanie Jegelka. How Neural Networks Extrapolate: From Feedforward to Graph Neural Networks. ICLR 2021.

arXiv OpenReview

If you make use of the relevant code/experiment/idea in your work, please cite our paper (Bibtex below).

@inproceedings{
xu2021how,
title={How Neural Networks Extrapolate: From Feedforward to Graph Neural Networks},
author={Keyulu Xu and Mozhi Zhang and Jingling Li and Simon Shaolei Du and Ken-Ichi Kawarabayashi and Stefanie Jegelka},
booktitle={International Conference on Learning Representations},
year={2021},
url={https://openreview.net/forum?id=UH-cmocLJC}
}

Requirements

Instructions

Refer to each folder for instructions to reproduce the experiments. All experiments can be easily reproduced by typing the commands provided.