Commit
•
160d4af
1
Parent(s):
3587946
Update README.md to include correct attribution and source (#1)
Browse files- Update README.md to include correct attribution and source (23b664118cd193d8e7c1eff0af2577a8febed569)
Co-authored-by: Derek Greene <derekgreene@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
-
# BBC News Topic
|
2 |
-
|
3 |
-
Dataset on [BBC News Topic Classification](https://www.kaggle.com/yufengdev/bbc-text-categorization/data)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
4 |
+
|
5 |
+
Original source for this dataset:
|
6 |
+
|
7 |
+
- Derek Greene, Pádraig Cunningham, “Practical Solutions to the Problem of Diagonal Dominance in Kernel Document Clustering,” in Proc. 23rd International Conference on Machine learning (ICML’06), 2006
|
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.
|