|
|
@@ -1,10 +1,12 @@ |
|
|
|
# CSI-Code |
|
|
|
This project is a pytorch implementation of the paper [CSI: A Hybrid Deep Model for Fake News Detection"](https://dl.acm.org/citation.cfm?id=3132877) |
|
|
|
This project is a pytorch implementation of the paper [CSI: A Hybrid Deep Model for Fake News Detection"](https://dl.acm.org/citation.cfm?id=3132877). |
|
|
|
|
|
|
|
Several modifications have been made on the [original code](https://github.com/sungyongs/CSI-Code) including: |
|
|
|
- minor bugs were fixed |
|
|
|
- code is cleaner, standard, organized, and more understandable |
|
|
|
- the main model is reimplemented using Pytorch and Pytorch_lightning |
|
|
|
- training is integrated with Ray Tune for the sake of hyperparameter tuning |
|
|
|
|
|
|
|
- minor bugs were fixed |
|
|
|
- code is cleaner, standard, organized, and more understandable |
|
|
|
- the main model is reimplemented using Pytorch and Pytorch_lightning |
|
|
|
- training is integrated with Ray Tune for the sake of hyperparameter tuning |
|
|
|
|
|
|
|
|
|
|
|
## Getting started |