Source code for NeurIPS 2020 paper: Neural Message Passing for Multi-Relational Ordered and Recursive Hypergraphs
-
Please use requirements.txt to install dependencies. To start training, run the following in GMPNN or MPNNR folder.
python gmpnn.py --data WP-IND --agg max --log False python mpnnr.py --data cora --split 1 --log False
--datadenotes the dataset to use--logindicates whether to log results (and dump checkpoints for GMPNN)--aggdenotes the type of aggregation for GMPNN (max / mean / sum)--splitis the split number to use for MPNNR
@incollection{gmpnnr_neurips20,
author = {Naganand Yadati},
title = {Neural Message Passing for Multi-Relational Ordered and Recursive Hypergraphs},
booktitle = {Advances in Neural Information Processing Systems (NeurIPS) 33},
year = {2020},
publisher = {Curran Associates, Inc.}
}