rasyosef commited on
Commit
9b36bd9
·
verified ·
1 Parent(s): 8bba500

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -2
README.md CHANGED
@@ -80,6 +80,27 @@ Since this is a multi-class classification task, the reported precision, recall,
80
  ## Original CSV and Paper
81
  The original csv file can be found in this git repository https://github.com/IsraelAbebe/An-Amharic-News-Text-classification-Dataset
82
 
83
- Paper: https://arxiv.org/abs/2103.05639
84
 
85
- While there is a version of this dataset that's already available on huggingface hub ([israel/Amharic-News-Text-classification-Dataset](https://huggingface.co/datasets/israel/Amharic-News-Text-classification-Dataset)), that version had been preprocessed to remove punctuation from the articles, while this version contains the entire text along with punctuations. As a result, this version is more preferable for finetuning transformer models.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  ## Original CSV and Paper
81
  The original csv file can be found in this git repository https://github.com/IsraelAbebe/An-Amharic-News-Text-classification-Dataset
82
 
83
+ While there is a version of this dataset that's already available on huggingface hub ([israel/Amharic-News-Text-classification-Dataset](https://huggingface.co/datasets/israel/Amharic-News-Text-classification-Dataset)), that version had been preprocessed to remove punctuation from the articles, while this version contains the entire text along with punctuations. As a result, this version is more preferable for finetuning transformer models.
84
 
85
+ > In NLP, text classification is one of the primary problems we try to solve and its uses in language analyses are indisputable. The lack of labeled training data made it harder to do these tasks in low resource languages like Amharic. The task of collecting, labeling, annotating, and making valuable this kind of data will encourage junior researchers, schools, and machine learning practitioners to implement existing classification models in their language. In this short paper, we aim to introduce the Amharic text classification dataset that consists of more than 50k news articles that were categorized into 6 classes. This dataset is made available with easy baseline performances to encourage studies and better performance experiments.
86
+
87
+
88
+ ```
89
+ @misc{https://doi.org/10.48550/arxiv.2103.05639,
90
+ doi = {10.48550/ARXIV.2103.05639},
91
+
92
+ url = {https://arxiv.org/abs/2103.05639},
93
+
94
+ author = {Azime, Israel Abebe and Mohammed, Nebil},
95
+
96
+ keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
97
+
98
+ title = {An Amharic News Text classification Dataset},
99
+
100
+ publisher = {arXiv},
101
+
102
+ year = {2021},
103
+
104
+ copyright = {arXiv.org perpetual, non-exclusive license}
105
+ }
106
+ ```