KurtMica commited on
Commit
63a3ed1
1 Parent(s): 4c9321b

Documentation.

Browse files
Files changed (1) hide show
  1. README.md +48 -3
README.md CHANGED
@@ -36,7 +36,7 @@ dataset_info:
36
  num_bytes: 13622039.420147227
37
  num_examples: 3811
38
  download_size: 55694312
39
- dataset_size: 90800490.0
40
  configs:
41
  - config_name: default
42
  data_files:
@@ -46,7 +46,52 @@ configs:
46
  path: data/validation-*
47
  - split: test
48
  path: data/test-*
 
 
 
 
 
 
 
 
49
  ---
50
- # Dataset Card for "maltese_news_headlines"
51
 
52
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  num_bytes: 13622039.420147227
37
  num_examples: 3811
38
  download_size: 55694312
39
+ dataset_size: 90800490
40
  configs:
41
  - config_name: default
42
  data_files:
 
46
  path: data/validation-*
47
  - split: test
48
  path: data/test-*
49
+ license: cc-by-nc-sa-4.0
50
+ task_categories:
51
+ - summarization
52
+ language:
53
+ - mt
54
+ pretty_name: Maltese News Headlines
55
+ size_categories:
56
+ - 10K<n<100K
57
  ---
58
+ # Maltese News Headlines
59
 
60
+ A headline-article pairs dataset for Maltese News Articles.
61
+ This dataset is intended to be used for headline generation from the article content.
62
+
63
+ ## Data Collection
64
+
65
+ The data was collected from the [`press_mt` subset from Korpus Malti v4.0](https://huggingface.co/datasets/MLRS/korpus_malti/viewer/press_mt).
66
+ Article contents were cleaned to filter out JavaScript, CSS, & repeated non-Maltese sub-headings.
67
+ The title and base URL features are based on the `title` & `url` fields from this corpus, respectively.
68
+
69
+ ## Additional Information
70
+
71
+ ### License
72
+
73
+ This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
74
+ Permissions beyond the scope of this license may be available at [https://mlrs.research.um.edu.mt/](https://mlrs.research.um.edu.mt/).
75
+
76
+ [![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
77
+
78
+ [cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
79
+ [cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
80
+
81
+ ## Citation
82
+
83
+ This work was first presented in [Topic Classification and Headline Generation for Maltese using a Public News Corpus](#).
84
+ Cite it as follows:
85
+
86
+ ```bibtex
87
+ @inproceedings{maltese-news-datasets,
88
+ title = "Topic Classification and Headline Generation for {M}altese using a Public News Corpus",
89
+ author = "Chaudhary, Amit Kumar and
90
+ Micallef, Kurt and
91
+ Borg, Claudia",
92
+ booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation",
93
+ month = may,
94
+ year = "2024",
95
+ publisher = "Association for Computational Linguistics",
96
+ }
97
+ ```