- This code is based on: Automatic Academic Paper Rating Based on Modularized Hierarchical Convolutional Neural Network
- The dataset for the AAPR task is available at https://drive.google.com/file/d/1DbYWVXt_J_6wAgjzVh9LG_MG1UCjBQuS/view?usp=sharing
- For the AAPR dataset, you can process the latex source data in your own way (e.g. considering the number of formulas or charts). The script clean_latex.py provides an optional way of initial rough processing.
- If there is any problem, please contact Pengcheng Yang ([email protected])
If you use the code or the dataset for your research, please cite the paper:
@inproceedings{YangACL2018,
author = {Pengcheng Yang and Xu Sun and Wei Li and Shuming Ma},
title = {Automatic Academic Paper Rating Based on Modularized Hierarchical Convolutional Neural Network},
booktitle = {{ACL} 2018},
year = {2018}
}