File size: 2,840 Bytes
9d6ee4d
 
 
 
 
 
 
 
 
 
 
 
 
 
4c9321b
 
 
 
 
 
 
 
 
 
 
9d6ee4d
 
 
 
4c9321b
 
 
 
 
 
 
 
 
63a3ed1
9d6ee4d
 
 
 
 
4c9321b
 
 
 
63a3ed1
 
 
 
 
 
 
 
9d6ee4d
63a3ed1
9d6ee4d
63a3ed1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---
dataset_info:
  features:
  - name: category
    dtype: string
  - name: url
    dtype: string
  - name: title
    dtype: string
  - name: text
    dtype: string
  - name: text_raw
    sequence: string
  - name: base_url
    dtype:
      class_label:
        names:
          '0': inewsmalta.com
          '1': netnews.com.mt
          '2': newsbook.com.mt
          '3': one.com.mt
          '4': stradarjali.com
          '5': www.gwida.mt
          '6': www.illum.com.mt
          '7': www.tvm.com.mt
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 63559985.55997323
    num_examples: 17782
  - name: validation
    num_bytes: 13618465.019879542
    num_examples: 3810
  - name: test
    num_bytes: 13622039.420147227
    num_examples: 3811
  download_size: 55694312
  dataset_size: 90800490
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
license: cc-by-nc-sa-4.0
task_categories:
- summarization
language:
- mt
pretty_name: Maltese News Headlines
size_categories:
- 10K<n<100K
---
# Maltese News Headlines

A headline-article pairs dataset for Maltese News Articles.
This dataset is intended to be used for headline generation from the article content.

## Data Collection

The data was collected from the [`press_mt` subset from Korpus Malti v4.0](https://huggingface.co/datasets/MLRS/korpus_malti/viewer/press_mt).
Article contents were cleaned to filter out JavaScript, CSS, & repeated non-Maltese sub-headings.
The title and base URL features are based on the `title` & `url` fields from this corpus, respectively.

## Additional Information

### License

This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
Permissions beyond the scope of this license may be available at [https://mlrs.research.um.edu.mt/](https://mlrs.research.um.edu.mt/).

[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]

[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png

## Citation

This work was first presented in [Topic Classification and Headline Generation for Maltese using a Public News Corpus](#).
Cite it as follows: 

```bibtex
@inproceedings{maltese-news-datasets,
    title = "Topic Classification and Headline Generation for {M}altese using a Public News Corpus",
    author = "Chaudhary, Amit Kumar  and
              Micallef, Kurt  and
              Borg, Claudia",
    booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation",
    month = may,
    year = "2024",
    publisher = "Association for Computational Linguistics",
}
```