Code for "Score Matching for Estimating Finite Point Processes"
Download the dataset from:
https://drive.google.com/drive/folders/1J6jLIxNn5LRQCghv24wzOGHWZ6V0_0Jr?usp=sharing
Table 3
To reproduce Table 3 in our paper, go to scripts/table and run, for example:
bash run.sh --seeds 1,2,3 --dataset "Earthquake" --estimator "wsm"Figure 2 To reproduce Figure 2, go to scripts/figure and run:
bash Hawkes2_figure.shFigure 3 To reproduce Figure 3, go to scripts/figure and run:
bash Earthquake_figure.shFor experiment on temporal datasets using THP and SAHP, access this repo https://github.com/KenCao2007/WSM_TPP.git and refer to the branch "new-1".
If you find this code useful in your research, please consider citing our paper.
This repository is built on top of the SMASH codebase. We also adapt plotting and synthetic data generation code from AutoInt and NSTPP.