HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Defending Against Neural Fake News

Rowan Zellers; Ari Holtzman; Hannah Rashkin; Yonatan Bisk; Ali Farhadi; Franziska Roesner; Yejin Choi

Defending Against Neural Fake News

Abstract

Recent progress in natural language generation has raised dual-use concerns. While applications like summarization and translation are positive, the underlying technology also might enable adversaries to generate neural fake news: targeted propaganda that closely mimics the style of real news. Modern computer security relies on careful threat modeling: identifying potential threats and vulnerabilities from an adversary's point of view, and exploring potential mitigations to these threats. Likewise, developing robust defenses against neural fake news requires us first to carefully investigate and characterize the risks of these models. We thus present a model for controllable text generation called Grover. Given a headline like `Link Found Between Vaccines and Autism,' Grover can generate the rest of the article; humans find these generations to be more trustworthy than human-written disinformation. Developing robust verification techniques against generators like Grover is critical. We find that best current discriminators can classify neural fake news from real, human-written, news with 73% accuracy, assuming access to a moderate level of training data. Counterintuitively, the best defense against Grover turns out to be Grover itself, with 92% accuracy, demonstrating the importance of public release of strong generators. We investigate these results further, showing that exposure bias -- and sampling strategies that alleviate its effects -- both leave artifacts that similar discriminators can pick up on. We conclude by discussing ethical issues regarding the technology, and plan to release Grover publicly, helping pave the way for better detection of neural fake news.

Code Repositories

rowanz/grover
Official
tf
Mentioned in GitHub
HomuraNagato/NLP_finetune
pytorch
Mentioned in GitHub
srir-crypto/fake_news
tf
Mentioned in GitHub
agermanidis/OpenGPT-2
tf
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
fake-news-detection-on-grover-megaGrover-Large
Unpaired Accuracy: 80.8%
fake-news-detection-on-grover-megaGrover-Mega
Unpaired Accuracy: 92.0%
fake-news-detection-on-grover-megaBERT-Large
Unpaired Accuracy: 73.1%
fake-news-detection-on-grover-megaGPT2 (355M)
Unpaired Accuracy: 70.1%

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Defending Against Neural Fake News | Papers | HyperAI