kyriezoe / Fake_News_Detection

Intercept fake news to create a purer online world!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adversarial Attacks against Fake News Detection Models

This project was done during my semester-long visit at the University of Wisconsin-Madison.

Cooperated with Justin Hsu, Huankang Guan and Meghana Moorthy Bhat.

Our initial work will show up in ICAART 2019!

Citation:

Zhixuan Zhou, Huankang Guan, Meghana Moorthy Bhat, and Justin Hsu, "Fake News Detection via NLP is Vulnerable to Adversarial Attacks," in 11th International Conference on Agents and Artificial Intelligence (ICAART), 2019.

or:

Zhixuan Zhou, Huankang Guan, Meghana Moorthy Bhat, and Justin Hsu, "Fake News Detection via NLP is Vulnerable to Adversarial Attacks," arXiv, 2019.

Abstract of the paper

News plays a significant role in shaping people’s beliefs and opinions. Fake news has always been a problem, which wasn’t exposed to the mass public until the past election cycle for the 45th President of the United States. While quite a few detection methods have been proposed to combat fake news since 2015, they focus mainly on linguistic aspects of an article without any fact-checking. In this position paper, we argue that these models have the potential to misclassify fact-tampering fake news as well as under-written real news. Through experiments on Fakebox, a state-of-the-art fake news detector, we show that fact tampering attacks can be effective. To address these weaknesses, we argue that fact checking should be adopted in conjunction with linguistic characteristics analysis, so as to truly separate fake news from real news.

Full paper here

AutoWeb

Automatically feed articles to Fakebox and store labels back to csv. file.

Require Python3 to run urllib.

Run Main.py directly and output.csv will be written. If it doesn't work on Windows, perhaps it's because you don't have authority for writing files. Re-install Python or turn to Linux.

About

Intercept fake news to create a purer online world!


Languages

Language:Python 100.0%