Code for the KDD 2022 paper Learning Causal Effects on Hypergraphs.
Python 3.6
Pytorch 1.2.0
Scipy 1.3.1
Numpy 1.17.2
Demo datasets with simulation can be found in link.
python HyperSCI.py --dataset 'contact' --path '../data/contact.mat'
With the demo contact.mat
dataset and default parameter settings, the mean results (
python HyperSCI.py --dataset 'GoodReads' --path '../data/GoodReads.mat'
With the demo GoodReads.mat
dataset and default parameter settings, the mean results (
The data preprocessing from raw data and simulation is in:
python data_preprocessing.py
python data_simulation.py
Jing Ma, Mengting Wan, Longqi Yang, Jundong Li, Brent Hecht, Jaime Teevan, “Learning Causal Effects on Hypergraphs”, ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD), 2022.