Dataset Source: Fake News Detection Challenge KDD 2020
This is a copied and reformatted version of the Fake News Detection Challenge KDD 2020.
We use the raw train.csv from the official Kaggle Dataset and split the data into train and test sets.
text: text of the article (str)
embeddings: BERT embeddings (768, )
label: (int)
1: fake
0: true
Datasets Distribution:
Train: 4487
Test: 499