Datasets:
Tasks:
Text Classification
Formats:
csv
Sub-tasks:
multi-label-classification
Languages:
English
Size:
10K - 100K
License:
abdulmatinomotoso
commited on
Commit
•
27c393d
1
Parent(s):
9059d26
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license:
|
3 |
+
- other
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
multilinguality:
|
7 |
+
- monolingual
|
8 |
+
task_categories:
|
9 |
+
- text-classification
|
10 |
+
task_ids:
|
11 |
+
- multi-label-classification
|
12 |
---
|
13 |
+
|
14 |
+
# Dataset Card for News_Articles_Categorization
|
15 |
+
|
16 |
+
## Table of Contents
|
17 |
+
- [Dataset Description](#dataset-description)
|
18 |
+
- [Languages](#languages)
|
19 |
+
- [Dataset Structure](#dataset-structure)
|
20 |
+
- [Source Data](#source-data)
|
21 |
+
|
22 |
+
## Dataset Description
|
23 |
+
|
24 |
+
29000 News headlines which are classified into 13 different labels namely: "Playful", "Infuriating", "Sentimental", "Cynical", "Depressing", "Awe-inspiring", "Patriotic", "Begrudging", "Educational", "Hopeful",
|
25 |
+
"Sarcastic", "Disrespectful", "Disparaging"
|
26 |
+
|
27 |
+
## Languages
|
28 |
+
|
29 |
+
The text in the dataset is in English
|
30 |
+
|
31 |
+
## Dataset Structure
|
32 |
+
|
33 |
+
The dataset consists of 14 columns namely Headline and the other 13 representing the labels mentioned above.
|
34 |
+
The Headline column consists of the news headlines and the label columns represent if the headline belongs to the label or not
|
35 |
+
|
36 |
+
|
37 |
+
## Source Data
|
38 |
+
|
39 |
+
The dataset is collected from the database of otherweb.com
|