Datasets:
MLRS
/

Modalities:
Text
Formats:
parquet
Languages:
Maltese
Libraries:
Datasets
pandas
License:
KurtMica commited on
Commit
bfc753f
·
1 Parent(s): e7ae425

Documentation.

Browse files
Files changed (1) hide show
  1. README.md +73 -2
README.md CHANGED
@@ -55,7 +55,78 @@ dataset_info:
55
  num_examples: 2297
56
  download_size: 16607591
57
  dataset_size: 30426621
 
 
 
 
 
 
 
 
58
  ---
59
- # Dataset Card for "maltese-news-classification"
60
 
61
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  num_examples: 2297
56
  download_size: 16607591
57
  dataset_size: 30426621
58
+ license: cc-by-nc-sa-4.0
59
+ task_categories:
60
+ - text-classification
61
+ language:
62
+ - mt
63
+ pretty_name: Maltese News Categories
64
+ size_categories:
65
+ - 10K<n<100K
66
  ---
67
+ # Maltese News Categories
68
 
69
+ A multi-label topic classification dataset for Maltese News Articles.
70
+
71
+ ## Data Collection
72
+
73
+ The data was collected from the [`press_mt` subset from Korpus Malti v4.0](https://huggingface.co/datasets/MLRS/korpus_malti/viewer/press_mt).
74
+ Article contents were cleaned to filter out JavaScript, CSS, & repeated non-Maltese sub-headings.
75
+ The labels are based on the `category` field from this corpus.
76
+ Additional filtering & cleaning was performed as follows:
77
+ 1. Documents with generic categories (`News`, `Local`, `Headlines`, `Uncategorised`, `Archived`) were ignored.
78
+ 2. Some categories were merged as deemed necessary by native Maltese speakers to standardise tags assigned by different news portals (for example merging `European Union` & `Unjoni Ewropea` under `EU`).
79
+ 3. Articles with categories having less than 100 articles were ignored.
80
+ 4. Categories having a >75% co-occurence with another category are dropped.
81
+
82
+ The different tags & their distribution is shown in the following table.
83
+
84
+ | Tag | Token Count | Article Count | Article Percentage |
85
+ | ------------- | ------------ | ------------- | ------------------ |
86
+ | Court | 404,329 | 860 | 5.59 |
87
+ | Covid | 458,120 | 1,735 | 11.29 |
88
+ | Culture | 750,406 | 2,186 | 14.22 |
89
+ | EU | 93,227 | 240 | 1.56 |
90
+ | Economy | 112,972 | 321 | 2.09 |
91
+ | Education | 56,084 | 191 | 1.24 |
92
+ | Entertainment | 837,248 | 3,147 | 20.47 |
93
+ | Environment | 38,522 | 147 | 0.96 |
94
+ | Health | 81,630 | 290 | 1.89 |
95
+ | Immigration | 29,665 | 120 | 0.78 |
96
+ | International | 784,878 | 3,957 | 25.74 |
97
+ | Opinion | 231,266 | 321 | 2.09 |
98
+ | Politics | 682,007 | 1,294 | 8.42 |
99
+ | Religion | 186,300 | 465 | 3.02 |
100
+ | Social | 98,127 | 203 | 1.32 |
101
+ | Sports | 835,484 | 3,066 | 19.94 |
102
+ | Transport | 74,959 | 241 | 1.57 |
103
+
104
+ ## Additional Information
105
+
106
+ ### License
107
+
108
+ This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
109
+ Permissions beyond the scope of this license may be available at [https://mlrs.research.um.edu.mt/](https://mlrs.research.um.edu.mt/).
110
+
111
+ [![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
112
+
113
+ [cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
114
+ [cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
115
+
116
+ ## Citation
117
+
118
+ This work was first presented in [Topic Classification and Headline Generation for Maltese using a Public News Corpus](#).
119
+ Cite it as follows:
120
+
121
+ ```bibtex
122
+ @inproceedings{maltese-news-datasets,
123
+ title = "Topic Classification and Headline Generation for {M}altese using a Public News Corpus",
124
+ author = "Chaudhary, Amit Kumar and
125
+ Micallef, Kurt and
126
+ Borg, Claudia",
127
+ booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation",
128
+ month = may,
129
+ year = "2024",
130
+ publisher = "Association for Computational Linguistics",
131
+ }
132
+ ```