Commit ·
00abc0a
1
Parent(s): 51330c4
Upload README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## IndicNLP News Article Classification Dataset
|
| 2 |
+
|
| 3 |
+
We used the IndicNLP text corpora to create classification datasets comprising news articles and their categories for 9 languages. The dataset is balanced across classes. The following table contains the statistics of our dataset:
|
| 4 |
+
|
| 5 |
+
| Language | Classes | Articles per Class |
|
| 6 |
+
| --------- | ------------------------------------------- | ------------------ |
|
| 7 |
+
| Bengali | entertainment, sports | 7K |
|
| 8 |
+
| Gujarati | business, entertainment, sports | 680 |
|
| 9 |
+
| Kannada | entertainment, lifestyle, sports | 10K |
|
| 10 |
+
| Malayalam | business, entertainment, sports, technology | 1.5K |
|
| 11 |
+
| Marathi | entertainment, lifestyle, sports | 1.5K |
|
| 12 |
+
| Oriya | business, crime, entertainment, sports | 7.5K |
|
| 13 |
+
| Punjabi | business, entertainment, sports, politics | 780 |
|
| 14 |
+
| Tamil | entertainment, politics, sport | 3.9K |
|
| 15 |
+
| Telugu | entertainment, business, sports | 8K |
|
| 16 |
+
|
| 17 |
+
## Citing
|
| 18 |
+
|
| 19 |
+
If you are using any of the resources, please cite the following article:
|
| 20 |
+
|
| 21 |
+
```
|
| 22 |
+
@article{kunchukuttan2020indicnlpcorpus,
|
| 23 |
+
title={AI4Bharat-IndicNLP Corpus: Monolingual Corpora and Word Embeddings for Indic Languages},
|
| 24 |
+
author={Anoop Kunchukuttan and Divyanshu Kakwani and Satish Golla and Gokul N.C. and Avik Bhattacharyya and Mitesh M. Khapra and Pratyush Kumar},
|
| 25 |
+
year={2020},
|
| 26 |
+
journal={arXiv preprint arXiv:2005.00085},
|
| 27 |
+
}
|
| 28 |
+
```
|