Home

Awesome

LANTERN-NeurIPS-2019

Source code for NeurIPS 2019 paper "Learning Latent Processes from High-Dimensional Event Sequences via Efficient Sampling"

Environment

Requirements

Datasets

Quick Start

To train on small datasets (Syn-Small and Memetracker), you can run

python train_small.py

To train on large datasets (Syn-Large and Weibo), you can run

python train_large.py

We also released our pre-trained model parameters for each dataset in /model folder. For a quick test, run

python test.py

Citation

If you have any problems on this code, feel free to contact zhangzx369@gmail.com. If you use this code as part of your research, please cite the following paper:

@inproceedings{LANTERN-19,
  author    = {Qitian Wu and Zixuan Zhang and Xiaofeng Gao and Junchi Yan and
               Guihai Chen},
  title     = {Learning Latent Process from High-Dimensional Event Sequences via Efficient Sampling},
  booktitle = {Thirty-third Conference on Neural Information Processing Systems, {NeurIPS} 2019, Vancouver, Canada,
               Dec 8-14, 2019},
  year      = {2019}
  }