Add missing metadata
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# BBC News Topic Dataset
|
2 |
|
3 |
Dataset on [BBC News Topic Classification](https://www.kaggle.com/yufengdev/bbc-text-categorization/data) consisting of 2,225 articles published on the BBC News website corresponding during 2004-2005. Each article is labeled under one of 5 categories: business, entertainment, politics, sport or tech.
|
@@ -8,4 +15,4 @@ Original source for this dataset:
|
|
8 |
|
9 |
[Raw dataset](http://mlg.ucd.ie/datasets/bbc.html) - [Paper PDF](http://derekgreene.com/papers/greene06icml.pdf)
|
10 |
|
11 |
-
All rights, including copyright, in the content of the original articles are owned by the BBC.
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-classification
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
pretty_name: BBC News Topic Dataset
|
7 |
+
---
|
8 |
# BBC News Topic Dataset
|
9 |
|
10 |
Dataset on [BBC News Topic Classification](https://www.kaggle.com/yufengdev/bbc-text-categorization/data) consisting of 2,225 articles published on the BBC News website corresponding during 2004-2005. Each article is labeled under one of 5 categories: business, entertainment, politics, sport or tech.
|
|
|
15 |
|
16 |
[Raw dataset](http://mlg.ucd.ie/datasets/bbc.html) - [Paper PDF](http://derekgreene.com/papers/greene06icml.pdf)
|
17 |
|
18 |
+
All rights, including copyright, in the content of the original articles are owned by the BBC.
|