Skip to content

yizhouzhang97/CNTPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Counterfactual Neural Temporal Point Process for Misinformation Impact Estimation on Social Media(Neurips 2022)

This code is pytorch version of implementation for Counterfactual Neural Temporal Point Process for Misinformation Impact Estimation on Social Media.

Data

Synthetic data

Refer to '/data/syn_data'

Real world data

We will publish the desensitized raw data and the point process data obtained after our processing after the paper is accepted as there is a limit to the upload capacity of Openreview platform.

Train the proposed model:

python run_cuda.py

We will save the trained mode in the folder of 'model'.

Get Individual treatment effects (ITE)

 python getATE.py

We will save the ITE score in the file of 'model/ITE.pkl'.

Reference

github : https://github.com/omitakahiro/NeuralNetworkPointProcess

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages