paper-with-me

Papers

Connecting the Dots Between Fact Verification and Fake News Detection

2020-10-11 · COLING 2020 8 · Qifei Li, Wangchunshu Zhou

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.

📄 PDF Abstract BibTeX arXiv:2010.05202

Code (0)

등록된 구현이 없습니다.

Tasks

Fact VerificationFake News DetectionText Summarization

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
WordPiece 설명 없음
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
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…

Similar Papers 제목 키워드 기반

Distilling the Evidence to Augment Fact Verification Models

2020-07-01 · WS 2020 7 · Beatrice Portelli, Jason Zhao, Tal Schuster, Giuseppe Serra 외

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 Verification

INO at Factify 2: Structure Coherence based Multi-Modal Fact Verification

2023-03-02 · Yinuo Zhang, Zhulin Tao, Xi Wang, Tongyue Wang

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+1

Dataset of Fake News Detection and Fact Verification: A Survey

2021-11-05 · Taichi Murayama

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 DetectionSurvey

Team Trifecta at Factify5WQA: Setting the Standard in Fact Verification with Fine-Tuning

2024-03-15 · Shang-Hsuan Chiang, Ming-Chih Lo, Lin-Wei Chao, Wen-Chih Peng

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+1

Overview of Factify5WQA: Fact Verification through 5W Question-Answering

2024-10-05 · Suryavardan Suresh, Anku Rani, Parth Patwa, Aishwarya Reganti 외

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