Skip to content
/ Eland Public

Author: Tong Zhao ([email protected]). CIKM'21: Action Sequence Augmentation for Early Graph-based Anomaly Detection

Notifications You must be signed in to change notification settings

DM2-ND/Eland

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Action Sequence Augmentation for Early Graph-based Anomaly Detection

This repository contains the source code for the CIKM'2021 paper:

Action Sequence Augmentation for Early Graph-based Anomaly Detection

by Tong Zhao* ([email protected]), Bo Ni* ([email protected]), Wenhao Yu, Zhichun Guo, Neil Shah, and Meng Jiang.

Requirements

This code package was developed and tested with Python 3.8.5. Make sure all dependencies specified in the requirements.txt file are satisfied before running the model. This can be achieved by

pip install -r requirements.txt

Example Usage

python -u main.py --dataset reddit --rnn gru --method gcn --graph_num 3

Cite

If you find this repository useful in your research, please cite our paper:

@inproceedings{zhao2021action,
  title={Action Sequence Augmentation for Early Graph-based Anomaly Detection},
  author={Zhao, Tong and Ni, Bo and Yu, Wenhao and Guo, Zhichun and Shah, Neil and Jiang, Meng},
  booktitle={Proceedings of the 30th ACM International Conference on Information \& Knowledge Management},
  pages={},
  year={2021}
}

About

Author: Tong Zhao ([email protected]). CIKM'21: Action Sequence Augmentation for Early Graph-based Anomaly Detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages