Connecting the Dots Between Fact Verification and Fake News Detection
Fact verification models have enjoyed a fast advancement in the last two years with the development of pre-trained language models like BERT and the release of large scale datasets such as FEVER. However, the challenging problem of fake news detection has not benefited from the improvement of fact verification models, which is closely related to fake news detection. In this paper, we propose a simple yet effective approach to connect the dots between fact verification and fake news detection. Our approach first employs a text summarization model pre-trained on news corpora to summarize the long news article into a short claim. Then we use a fact verification model pre-trained on the FEVER dataset to detect whether the input news article is real or fake. Our approach makes use of the recent success of fact verification models and enables zero-shot fake news detection, alleviating the need of large-scale training data to train fake news detection models. Experimental results on FakenewsNet, a benchmark dataset for fake news detection, demonstrate the effectiveness of our proposed approach.
Code (0)
등록된 구현이 없습니다.
Tasks
Fact VerificationFake News DetectionText SummarizationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Distilling the Evidence to Augment Fact Verification Models
The alarming spread of fake news in social media, together with the impossibility of scaling manual fact verification, motivated the development of natural language processing techniques to automatically verify the verac…
Fact VerificationINO at Factify 2: Structure Coherence based Multi-Modal Fact Verification
This paper describes our approach to the multi-modal fact verification (FACTIFY) challenge at AAAI2023. In recent years, with the widespread use of social media, fake news can spread rapidly and negatively impact social …
Claim VerificationFact VerificationSemantic SimilaritySemantic Textual Similarity+1Dataset of Fake News Detection and Fact Verification: A Survey
The rapid increase in fake news, which causes significant damage to society, triggers many fake news related studies, including the development of fake news detection and fact verification techniques. The resources for t…
Fact VerificationFake News DetectionSatire DetectionSurveyTeam Trifecta at Factify5WQA: Setting the Standard in Fact Verification with Fine-Tuning
In this paper, we present Pre-CoFactv3, a comprehensive framework comprised of Question Answering and Text Classification components for fact verification. Leveraging In-Context Learning, Fine-tuned Large Language Models…
Fact VerificationIn-Context LearningQuestion Answeringtext-classification+1Overview of Factify5WQA: Fact Verification through 5W Question-Answering
Researchers have found that fake news spreads much times faster than real news. This is a major problem, especially in today's world where social media is the key source of news for many among the younger population. Fac…
Fact VerificationFake News DetectionQuestion Answering