This zip file includes the EXP and CEXP datasets used in our evaluation. They are presented in two formats.

1) a .txt file, in node adjacency format, for use with the repository 
https://github.com/hadarser/ProvablyPowerfulGraphNetworks

2) A standard PyTorch (Geometric) dataset format, which is already processed from the raw pickle data. 

The main Python class used for this is also provided, with a small sample code for reading the dataset. 