paper-with-me

홈 › Papers

Evaluating Generalizability of Fine-Tuned Models for Fake News Detection

2022-05-15 · Abhijit Suprem, Calton Pu

The Covid-19 pandemic has caused a dramatic and parallel rise in dangerous misinformation, denoted an `infodemic' by the CDC and WHO. Misinformation tied to the Covid-19 infodemic changes continuously; this can lead to performance degradation of fine-tuned models due to concept drift. Degredation can be mitigated if models generalize well-enough to capture some cyclical aspects of drifted data. In this paper, we explore generalizability of pre-trained and fine-tuned fake news detectors across 9 fake news datasets. We show that existing models often overfit on their training dataset and have poor performance on unseen data. However, on some subsets of unseen data that overlap with training data, models have higher accuracy. Based on this observation, we also present KMeans-Proxy, a fast and effective method based on K-Means clustering for quickly identifying these overlapping subsets of unseen data. KMeans-Proxy improves generalizability on unseen fake news datasets by 0.1-0.2 f1-points across datasets. We present both our generalizability experiments as well as KMeans-Proxy to further research in tackling the fake news problem.

📄 PDF Abstract BibTeX arXiv:2205.07154

Code (1)

asuprem/glamor 공식 구현 pytorch

Tasks

Fake News DetectionMisinformation

Methods 이 논문이 사용한 방법론

k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

Do Sentence Interactions Matter? Leveraging Sentence Level Representations for Fake News Classification

2019-10-27 · WS 2019 11 · Vaibhav Vaibhav, Raghuram Mandyam Annasamy, Eduard Hovy

The rising growth of fake news and misleading information through online media outlets demands an automatic method for detecting such news articles. Of the few limited works which differentiate between trusted vs other t…

ArticlesFeature EngineeringGeneral ClassificationGraph Neural Network+2

Analysis of Disinformation and Fake News Detection Using Fine-Tuned Large Language Model

2023-09-09 · Bohdan M. Pavlyshenko

The paper considers the possibility of fine-tuning Llama 2 large language model (LLM) for the disinformation analysis and fake news detection. For fine-tuning, the PEFT/LoRA based approach was used. In the study, the mod…

Fact CheckingFake News DetectionLanguage ModelingLanguage Modelling+1

A Unified Training Process for Fake News Detection based on Fine-Tuned BERT Model

2022-02-03 · Vijay Srinivas Tida, Dr. Sonya Hsu, Dr. Xiali Hei

An efficient fake news detector becomes essential as the accessibility of social media platforms increases rapidly.

Fake News DetectionTransfer Learning

COVID-19 Fake News Detection Using Bidirectional Encoder Representations from Transformers Based Models

2021-09-30 · Yuxiang Wang, Yongheng Zhang, Xuebo Li, Xinyao Yu

Nowadays, the development of social media allows people to access the latest news easily. During the COVID-19 pandemic, it is important for people to access the news so that they can take corresponding protective measure…

Fake News Detection

Improving Generalizability of Fake News Detection Methods using Propensity Score Matching

2020-01-28 · Bo Ni, Zhichun Guo, Jianing Li, Meng Jiang

Recently, due to the booming influence of online social networks, detecting fake news is drawing significant attention from both academic communities and general public. In this paper, we consider the existence of confou…

Fake News Detectionregression