Datasets:
Commit ·
d998a1d
1
Parent(s): ecef8c5
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
| 1 |
---
|
| 2 |
license: openrail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: openrail
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- fake news
|
| 9 |
+
- text classification
|
| 10 |
+
pretty_name: Fake News Detection Dataset (English)
|
| 11 |
+
size_categories:
|
| 12 |
+
- 10K<n<100K
|
| 13 |
---
|
| 14 |
+
|
| 15 |
+
This is a cleaned and splitted version of this dataset (https://www.kaggle.com/datasets/sadikaljarif/fake-news-detection-dataset-english) <br>
|
| 16 |
+
Labels:
|
| 17 |
+
- Fake News: 0
|
| 18 |
+
- Real News: 1
|
| 19 |
+
<br>
|
| 20 |
+
You can find the cleansing script at: https://github.com/ErfanMoosaviMonazzah/Fake-News-Detection
|