Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,52 @@
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-sa-4.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- tn
|
7 |
+
size_categories:
|
8 |
+
- 1K<n<10K
|
9 |
---
|
10 |
+
|
11 |
+
# Daily News Dikgang
|
12 |
+
|
13 |
+
[![arXiv](https://img.shields.io/badge/arXiv-2310.09141-b31b1b.svg)](https://arxiv.org/abs/2310.09141)
|
14 |
+
|
15 |
+
## About dataset
|
16 |
+
|
17 |
+
The dataset contains annotated categorised data from Dikgang - Daily News [https://dailynews.gov.bw/news-list/srccategory/10](https://dailynews.gov.bw/news-list/srccategory/10). The data is in setswana.
|
18 |
+
|
19 |
+
See the [Data Statement](DataStatementPuoBERTaDailyNewsDikgang.pdf) for foll details.
|
20 |
+
|
21 |
+
Disclaimer
|
22 |
+
-------
|
23 |
+
This dataset contains machine-readable data extracted from online news articles, from [https://dailynews.gov.bw/news-list/srccategory/10](https://dailynews.gov.bw/news-list/srccategory/10), provided by the Botswana Government. While efforts were made to ensure the accuracy and completeness of this data, there may be errors or discrepancies between the original publications and this dataset. No warranties, guarantees or representations are given in relation to the information contained in the dataset. The members of the Data Science for Societal Impact Research Group bear no responsibility and/or liability for any such errors or discrepancies in this dataset. The Botswana Government bears no responsibility and/or liability for any such errors or discrepancies in this dataset. It is recommended that users verify all information contained herein before making decisions based upon this information.
|
24 |
+
|
25 |
+
Authors
|
26 |
+
-------
|
27 |
+
- Vukosi Marivate - [@vukosi](https://twitter.com/vukosi)
|
28 |
+
- Valencia Wagner
|
29 |
+
|
30 |
+
Citation
|
31 |
+
--------
|
32 |
+
|
33 |
+
Bibtex Reference
|
34 |
+
|
35 |
+
```
|
36 |
+
@inproceedings{marivate2023puoberta,
|
37 |
+
title = {PuoBERTa: Training and evaluation of a curated language model for Setswana},
|
38 |
+
author = {Vukosi Marivate and Moseli Mots'Oehli and Valencia Wagner and Richard Lastrucci and Isheanesu Dzingirai},
|
39 |
+
year = {2023},
|
40 |
+
booktitle= {SACAIR 2023 (To Appear)},
|
41 |
+
keywords = {NLP},
|
42 |
+
preprint_url = {https://arxiv.org/abs/2310.09141},
|
43 |
+
dataset_url = {https://github.com/dsfsi/PuoBERTa},
|
44 |
+
software_url = {https://huggingface.co/dsfsi/PuoBERTa}
|
45 |
+
}
|
46 |
+
```
|
47 |
+
|
48 |
+
|
49 |
+
Licences
|
50 |
+
-------
|
51 |
+
The license of the News Categorisation dataset is in CC-BY-SA-4.0. the monolingual data have difference licenses depending on the news website license
|
52 |
+
* License for Data - [CC-BY-SA-4.0](LICENSE.data.md)
|