Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 909 Bytes

File metadata and controls

26 lines (21 loc) · 909 Bytes

Online Social Network Abuser Detection & Online Discussion Authenticity Detection Framework

Code used in the following papers.

If you are using this code for any research publication, or for preparing a technical report, you must cite the following paper as the source of the code.

Aviad Elyashar, Jorge Bendahan, and Rami Puzis. "Is the News Deceptive? Fake News Detection using Topic Authenticity"

BibTex:

@inproceedings{elyashar2017news, author={Elyashar, Aviad and Bendahan, Jorge and Puzis, Rami}, title = {Is the News Deceptive? Fake News Detection using Topic Authenticity},
booktitle = {The Seventh International Conference on Social Media Technologies, Communication, and Informatics}, series = {SOTICS 2017}, year = {2017}, location = {Athens, Greece}, pages = {16--21}, numpages={6} }

Requirements

  1. Python modules
  • numpy
  • Scikit Learn
  • networkx
  • pandas