AlexanderHolmes0
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -37,3 +37,42 @@ configs:
|
|
37 |
tags:
|
38 |
- news
|
39 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
tags:
|
38 |
- news
|
39 |
---
|
40 |
+
|
41 |
+
# True-Fake-News
|
42 |
+
|
43 |
+
<!-- Provide a quick summary of the dataset. -->
|
44 |
+
|
45 |
+
These are collected news articles from various sources with curated labels aligning to `true` of `fake` classification.
|
46 |
+
|
47 |
+
|
48 |
+
### Dataset Description
|
49 |
+
|
50 |
+
<!-- Provide a longer summary of what this dataset is. -->
|
51 |
+
|
52 |
+
The dataset contains two types of articles fake and real News. This dataset was collected from realworld sources; the truthful articles were obtained by crawling articles from Reuters.com (News website). As for the fake news articles, they were collected from different sources. The fake news articles were collected from unreliable websites that were flagged by Politifact (a fact-checking organization in the USA) and Wikipedia. The dataset contains different types of articles on different topics, however, the majority of articles focus on political and World news topics.
|
53 |
+
|
54 |
+
### Dataset Sources [optional]
|
55 |
+
|
56 |
+
<!-- Provide the basic links for the dataset. -->
|
57 |
+
|
58 |
+
- **Repository:** [Kaggle Repo](https://www.kaggle.com/datasets/emineyetm/fake-news-detection-datasets/data)
|
59 |
+
|
60 |
+
|
61 |
+
## Uses
|
62 |
+
|
63 |
+
<!-- Address questions around how the dataset is intended to be used. -->
|
64 |
+
|
65 |
+
Text classification or question answering would be ways to use this dataset.
|
66 |
+
|
67 |
+
## Dataset Structure
|
68 |
+
|
69 |
+
| Classification | Total Number of Articles | Article Type | Article Count |
|
70 |
+
|----------------|--------------------------|--------------|---------------|
|
71 |
+
| Real-News | 21,417 | World | 10,145 |
|
72 |
+
| | | Political | 11,272 |
|
73 |
+
| Fake-News | 23,481 | Government | 1,570 |
|
74 |
+
| | | Middle East | 778 |
|
75 |
+
| | | US | 783 |
|
76 |
+
| | | Left-Leaning | 4,459 |
|
77 |
+
| | | Political | 6,841 |
|
78 |
+
| | | General | 9,050 |
|