|
1 year ago | |
---|---|---|
src | 1 year ago | |
README.md | 1 year ago | |
data preprocessing.ipynb | 1 year ago | |
train.ipynb | 1 year ago |
This project is a pytorch implementation of the paper CSI: A Hybrid Deep Model for Fake News Detection”.
Several modifications have been made on the original code including:
First, use the data preprocessing notebook to prepare your data for the model. You should apply the code for different splits separately.
Then, use the train notebook to train your model and see the results.