paper-with-me

Papers

Real-time Fake News from Adversarial Feedback

2024-10-18 · Sanxing Chen, Yukun Huang, Bhuwan Dhingra

We show that existing evaluations for fake news detection based on conventional sources, such as claims on fact-checking websites, result in high accuracies over time for LLM-based detectors -- even after their knowledge cutoffs. This suggests that recent popular fake news from such sources can be easily detected due to pre-training and retrieval corpus contamination or increasingly salient shallow patterns. Instead, we argue that a proper fake news detection dataset should test a model's ability to reason factually about the current world by retrieving and reading related evidence. To this end, we develop a novel pipeline that leverages natural language feedback from a RAG-based detector to iteratively modify real-time news into deceptive fake news that challenges LLMs. Our iterative rewrite decreases the binary classification ROC-AUC by an absolute 17.5 percent for a strong RAG-based GPT-4o detector. Our experiments reveal the important role of RAG in both detecting and generating fake news, as retrieval-free LLM detectors are vulnerable to unseen events and adversarial attacks, while feedback from RAG detection helps discover more deceitful patterns in fake news.

📄 PDF Abstract BibTeX arXiv:2410.14651

Code (1)

sanxing-chen/adv-fake 공식 구현

Tasks

Binary ClassificationFact CheckingFake News DetectionRAGRetrieval

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Attention 설명 없음

Similar Papers 제목 키워드 기반

RADAR: Retrieval-Augmented Detector with Adversarial Refinement for Robust Fake News Detection

2026-01-07 · Song-Duo Ma, Yi-Hung Liu, Hsin-Yu Lin, Pin-Yu Chen 외 arxiv

To efficiently combat the spread of LLM-generated misinformation, we present RADAR, a Retrieval-Augmented Detector with Adversarial Refinement for robust fake news detection. Our approach employs a generator that rewrite…

Fake News DetectionPassage Retrieval

Robust Fake News Detection using Large Language Models under Adversarial Sentiment Attacks

2026-01-21 · Sahar Tahmasebi, Eric Müller-Budack, Ralph Ewerth arxiv

Misinformation and fake news have become a pressing societal challenge, driving the need for reliable automated detection methods. Prior research has highlighted sentiment as an important signal in fake news detection, e…

Fake News Detection

Fake News Detection via NLP is Vulnerable to Adversarial Attacks

2019-01-05 · Zhixuan Zhou, Huankang Guan, Meghana Moorthy Bhat, Justin Hsu

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 Stat…

Fact CheckingFake News Detection

Adversarial Active Learning based Heterogeneous Graph Neural Network for Fake News Detection

2021-01-27 · Yuxiang Ren, Bo wang, Jiawei Zhang, Yi Chang

The explosive growth of fake news along with destructive effects on politics, economy, and public safety has increased the demand for fake news detection. Fake news on social media does not exist independently in the for…

Active LearningArticlesFake News DetectionGraph Neural Network+2

MALCOM: Generating Malicious Comments to Attack Neural Fake News Detection Models

2020-09-01 · Thai Le, Suhang Wang, Dongwon Lee

In recent years, the proliferation of so-called "fake news" has caused much disruptions in society and weakened the news ecosystem. Therefore, to mitigate such problems, researchers have developed state-of-the-art models…

ArticlesComment GenerationFake News Detection