Chunyuan Yuan, Wei Zhou, Qianwen Ma, Shangwen Lv, Jizhong Han, Songlin Hu. Learning review representations from user and product level information for spam detection. In 19th IEEE International Conference on Data Mining, IEEE ICDM 2019.
Gensim==3.7.2
Jieba==0.39
Scikit-learn==0.21.2
Pytorch==1.1.0
The dataset can be downloaded from here: https://drive.google.com/file/d/1wFnQ_ZhpegyMoQ3lGfXiHrSHqE7ys7gl/view?usp=sharing .
- create an empty directory: checkpoint/
- run script: python preprocess/preprocess.py
- run script: python run.py
If you find this code useful in your research, please cite our paper:
@inproceedings{yuan2019learning,
title={Learning review representations from user and product level information for spam detection},
author={Yuan, Chunyuan and Zhou, Wei and Ma, Qianwen and Lv, Shangwen and Han, Jizhong and Hu, Songlin},
booktitle={The 19th IEEE International Conference on Data Mining},
year={2019},
organization={IEEE}
}