Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Sub-tasks:
multi-class-classification
Languages:
English
Size:
10K - 100K
License:
abdulmatinomotoso
commited on
Commit
•
b1e8905
1
Parent(s):
13ad27a
Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,40 @@
|
|
2 |
license: other
|
3 |
license_name: valurank
|
4 |
license_link: LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: other
|
3 |
license_name: valurank
|
4 |
license_link: LICENSE
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
multilinguality:
|
8 |
+
- monolingual
|
9 |
+
task_categories:
|
10 |
+
- text-classification
|
11 |
+
task_ids:
|
12 |
+
- multi-class-classification
|
13 |
+
size_categories:
|
14 |
+
- 10K<n<100K
|
15 |
---
|
16 |
+
|
17 |
+
# Dataset Card for News_Topic_Classification
|
18 |
+
|
19 |
+
## Table of Contents
|
20 |
+
- [Dataset Description](#dataset-description)
|
21 |
+
- [Languages](#languages)
|
22 |
+
- [Dataset Structure](#dataset-structure)
|
23 |
+
- [Source Data](#source-data)
|
24 |
+
|
25 |
+
## Dataset Description
|
26 |
+
|
27 |
+
22462 News Articles classified into 120 different topics
|
28 |
+
|
29 |
+
## Languages
|
30 |
+
|
31 |
+
The text in the dataset is in English
|
32 |
+
|
33 |
+
## Dataset Structure
|
34 |
+
|
35 |
+
The dataset consists of two columns namely article_text and topic.
|
36 |
+
The article_text column consists of the news article and the topic column consists of the topic each article belongs to
|
37 |
+
|
38 |
+
|
39 |
+
## Source Data
|
40 |
+
|
41 |
+
The dataset is scrapped from Otherweb database, some news sources, manually annotated by NLP Engineers at Otherweb and GPT-4
|