Skip to content

Open source the mowst-GNN models published in ICLR 2024 https//openreview.net/pdf?id=wYvuY60SdD

License

Notifications You must be signed in to change notification settings

facebookresearch/mowst-gnn

Repository files navigation

Mowst: Mixture of Weak and Strong Experts on Graphs

Hanqing Zeng*, Hanjia Lyu*, Diyi Hu, Yinglong Xia, Jiebo Luo

Contact: Hanqing Zeng (zengh@meta.com), Hanjia Lyu (hlyu5@ur.rochester.edu)

Paper

Example commands

  1. run vanilla GCN on flickr, one run
python main.py --dataset flickr --method baseline --model2 GCN
  1. run Mowst*-GCN on ogbn-products, one run, and the input features for the gating module only contain dispersion
python main.py --dataset product --method mowst_star --model2 GCN --original_data false
  1. run Mowst-Sage on pokec, one run, and the input features for the gating module contain dispersion and the node self-features
python main.py --dataset pokec --method mowst --model2 Sage --original_data true
  1. run Mowst-Sage on penn94 (grid search, 10 runs), and the input features for the gating module contain dispersion and the node self-features
python main.py --dataset penn94 --method mowst --model2 Sage --original_data true --setting ten

License

Mowst is MIT licensed, as found in the LICENSE file.

Citation

@inproceedings{mowstgnn-iclr24,
title={Mixture of Weak and Strong Experts on Graphs},
author={Hanqing Zeng and Hanjia Lyu and Diyi Hu and Yinglong Xia and Jiebo Luo},
booktitle={International Conference on Learning Representations},
year={2024},
url={https://openreview.net/forum?id=wYvuY60SdD}
}

About

Open source the mowst-GNN models published in ICLR 2024 https//openreview.net/pdf?id=wYvuY60SdD

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages