├── GSNOP_supplementary_file.pdf ├── LICENSE ├── README.md ├── WSDM-23-GSNOP-Poster.pdf ├── WSDM-23-GSNOP-Slides.pdf └── code ├── DATA └── WIKI_0.3 │ ├── ext_full.npz │ ├── int_full.npz │ └── labels.csv ├── config ├── APAN.yml ├── DySAT.yml ├── JODIE.yml ├── TGAT.yml ├── TGN.yml └── readme.yml ├── environmental_config.txt ├── gen_graph_custom.py ├── layers.py ├── memorys.py ├── modules.py ├── neural_process.py ├── sampler.py ├── sampler_core.cpp ├── setup.py ├── train_np.py └── utils.py /GSNOP_supplementary_file.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/GSNOP_supplementary_file.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/README.md -------------------------------------------------------------------------------- /WSDM-23-GSNOP-Poster.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/WSDM-23-GSNOP-Poster.pdf -------------------------------------------------------------------------------- /WSDM-23-GSNOP-Slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/WSDM-23-GSNOP-Slides.pdf -------------------------------------------------------------------------------- /code/DATA/WIKI_0.3/ext_full.npz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/code/DATA/WIKI_0.3/ext_full.npz -------------------------------------------------------------------------------- /code/DATA/WIKI_0.3/int_full.npz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/code/DATA/WIKI_0.3/int_full.npz -------------------------------------------------------------------------------- /code/DATA/WIKI_0.3/labels.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/code/DATA/WIKI_0.3/labels.csv -------------------------------------------------------------------------------- /code/config/APAN.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/code/config/APAN.yml -------------------------------------------------------------------------------- /code/config/DySAT.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/code/config/DySAT.yml -------------------------------------------------------------------------------- /code/config/JODIE.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/code/config/JODIE.yml -------------------------------------------------------------------------------- /code/config/TGAT.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/code/config/TGAT.yml -------------------------------------------------------------------------------- /code/config/TGN.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/code/config/TGN.yml -------------------------------------------------------------------------------- /code/config/readme.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/code/config/readme.yml -------------------------------------------------------------------------------- /code/environmental_config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/code/environmental_config.txt -------------------------------------------------------------------------------- /code/gen_graph_custom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/code/gen_graph_custom.py -------------------------------------------------------------------------------- /code/layers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/code/layers.py -------------------------------------------------------------------------------- /code/memorys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/code/memorys.py -------------------------------------------------------------------------------- /code/modules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/code/modules.py -------------------------------------------------------------------------------- /code/neural_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/code/neural_process.py -------------------------------------------------------------------------------- /code/sampler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/code/sampler.py -------------------------------------------------------------------------------- /code/sampler_core.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/code/sampler_core.cpp -------------------------------------------------------------------------------- /code/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/code/setup.py -------------------------------------------------------------------------------- /code/train_np.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/code/train_np.py -------------------------------------------------------------------------------- /code/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RManLuo/GSNOP/HEAD/code/utils.py --------------------------------------------------------------------------------