LittleFish-Coder
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -34,15 +34,14 @@ Dataset Source: [Fake News Detection Challenge KDD 2020](https://www.kaggle.com/
|
|
34 |
|
35 |
This is a copied and reformatted version of the Fake News Detection Challenge KDD 2020.
|
36 |
|
37 |
-
We use the raw `train.csv` from the official Kaggle Dataset and split the data into train
|
38 |
|
39 |
-
- text: text of the article
|
40 |
-
|
41 |
-
- label:
|
42 |
- 1: fake
|
43 |
- 0: true
|
44 |
|
45 |
Datasets Distribution:
|
46 |
-
- Train:
|
47 |
-
-
|
48 |
-
- Test: 10%
|
|
|
34 |
|
35 |
This is a copied and reformatted version of the Fake News Detection Challenge KDD 2020.
|
36 |
|
37 |
+
We use the raw `train.csv` from the official Kaggle Dataset and split the data into train and test sets.
|
38 |
|
39 |
+
- text: text of the article (str)
|
40 |
+
- embeddings: BERT embeddings (768, )
|
41 |
+
- label: (int)
|
42 |
- 1: fake
|
43 |
- 0: true
|
44 |
|
45 |
Datasets Distribution:
|
46 |
+
- Train: 4487
|
47 |
+
- Test: 499
|
|