CLAINov 2, 2023

Adapting Fake News Detection to the Era of Large Language Models

arXiv:2311.04917v244 citationsh-index: 47
Originality Incremental advance
AI Analysis

This addresses the problem of misinformation in the era of AI-generated content for researchers and practitioners in fake news detection, though it is incremental as it builds on existing detection methods.

The paper tackles the challenge of adapting fake news detection to include both human-written and machine-generated news, revealing that detectors trained on human-written articles perform well on machine-generated fake news but not vice versa, and suggesting training with lower machine-generated ratios for robustness.

In the age of large language models (LLMs) and the widespread adoption of AI-driven content creation, the landscape of information dissemination has witnessed a paradigm shift. With the proliferation of both human-written and machine-generated real and fake news, robustly and effectively discerning the veracity of news articles has become an intricate challenge. While substantial research has been dedicated to fake news detection, this either assumes that all news articles are human-written or abruptly assumes that all machine-generated news are fake. Thus, a significant gap exists in understanding the interplay between machine-(paraphrased) real news, machine-generated fake news, human-written fake news, and human-written real news. In this paper, we study this gap by conducting a comprehensive evaluation of fake news detectors trained in various scenarios. Our primary objectives revolve around the following pivotal question: How to adapt fake news detectors to the era of LLMs? Our experiments reveal an interesting pattern that detectors trained exclusively on human-written articles can indeed perform well at detecting machine-generated fake news, but not vice versa. Moreover, due to the bias of detectors against machine-generated texts \cite{su2023fake}, they should be trained on datasets with a lower machine-generated news ratio than the test set. Building on our findings, we provide a practical strategy for the development of robust fake news detectors.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes