Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabll/some-like-it-hoax
Code for the paper "Some Like it Hoax: Automated Fake News Detection in Social Networks" by E.Tacchini, G.Ballarin, M.L.Della Vedova, S.Moret and L.De Alfaro (2017)
https://github.com/gabll/some-like-it-hoax
Last synced: 2 months ago
JSON representation
Code for the paper "Some Like it Hoax: Automated Fake News Detection in Social Networks" by E.Tacchini, G.Ballarin, M.L.Della Vedova, S.Moret and L.De Alfaro (2017)
- Host: GitHub
- URL: https://github.com/gabll/some-like-it-hoax
- Owner: gabll
- License: mit
- Created: 2017-04-19T05:01:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T21:52:08.000Z (over 7 years ago)
- Last Synced: 2024-08-03T23:24:08.578Z (5 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 325 KB
- Stars: 51
- Watchers: 7
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fake-news-detection - FacebookHoax
README
# some-like-it-hoax
Code for the paper _Some Like it Hoax: Identifying Fake News in Social Networks_ (2017) by Eugenio Tacchini, Gabriele Ballarin, Marco L. Della Vedova, Stefano Moret and Luca De Alfaro
## Folder structure
* dataset: code for obtaining the dataset
* EDA: exploratory data analysis
* logistic-regression: tests performed on logistic regression
* crowdsourcing: tests performed on boolean label crowdsourcing## Requirements
See [requirements.txt](https://raw.githubusercontent.com/gabll/some-like-it-hoax/master/requirements.txt)## Credits
Eugenio Tacchini, Gabriele Ballarin, Marco L. Della Vedova, Stefano Moret, Luca De Alfaro
## License
This repository is licensed under the [MIT License](https://raw.githubusercontent.com/gabll/some-like-it-hoax/master/LICENSE)