LittleFish-Coder commited on
Commit
b4a8ae9
1 Parent(s): 748e80e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -34,3 +34,19 @@ configs:
34
  - split: test
35
  path: data/test-*
36
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  - split: test
35
  path: data/test-*
36
  ---
37
+
38
+ Dataset Source: [Fake News Detection Challenge KDD 2020](https://www.kaggle.com/competitions/fakenewskdd2020/data)
39
+
40
+ This is a copied and reformatted version of the Fake News Detection Challenge KDD 2020.
41
+ We use the raw train.csv from the official Kaggle Dataset and split the data into train, validation, and test sets.
42
+
43
+ - text: text of the article
44
+
45
+ - label: a label that marks the article as potentially unreliable
46
+ - 1: fake
47
+ - 0: true
48
+
49
+ Datasets Distribution:
50
+ Train: 70%
51
+ Val: 20%
52
+ Test: 10%