Exploring Text-transformers in AAAI 2021 Shared Task: COVID-19 Fake News Detection in English
This work provides an incremental improvement for the task of COVID-19 fake news detection for the research community.
This paper describes a system for COVID-19 Fake News Detection in English, achieving a weighted F1 score of 0.9859 on the test set. The system uses an ensemble of pre-trained language models with various training strategies.
In this paper, we describe our system for the AAAI 2021 shared task of COVID-19 Fake News Detection in English, where we achieved the 3rd position with the weighted F1 score of 0.9859 on the test set. Specifically, we proposed an ensemble method of different pre-trained language models such as BERT, Roberta, Ernie, etc. with various training strategies including warm-up,learning rate schedule and k-fold cross-validation. We also conduct an extensive analysis of the samples that are not correctly classified. The code is available at:https://github.com/archersama/3rd-solution-COVID19-Fake-News-Detection-in-English.