Datasets:
DeepLo 2022 citation.
Browse files- README.md +15 -13
- dataset_infos.json +0 -0
- korpus_malti.py +14 -12
README.md
CHANGED
@@ -90,22 +90,24 @@ Permissions beyond the scope of this license may be available at [https://mlrs.r
|
|
90 |
|
91 |
### Citation Information
|
92 |
|
93 |
-
This work was first presented in [Pre-training Data Quality and Quantity for a Low-Resource Language: New Corpus and BERT Models for Maltese](https://
|
94 |
Cite it as follows:
|
95 |
|
96 |
```bibtex
|
97 |
@inproceedings{BERTu,
|
98 |
-
title
|
99 |
-
author
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
booktitle
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
|
|
|
|
110 |
}
|
111 |
```
|
|
|
90 |
|
91 |
### Citation Information
|
92 |
|
93 |
+
This work was first presented in [Pre-training Data Quality and Quantity for a Low-Resource Language: New Corpus and BERT Models for Maltese](https://aclanthology.org/2022.deeplo-1.10/).
|
94 |
Cite it as follows:
|
95 |
|
96 |
```bibtex
|
97 |
@inproceedings{BERTu,
|
98 |
+
title = "Pre-training Data Quality and Quantity for a Low-Resource Language: New Corpus and {BERT} Models for {M}altese",
|
99 |
+
author = "Micallef, Kurt and
|
100 |
+
Gatt, Albert and
|
101 |
+
Tanti, Marc and
|
102 |
+
van der Plas, Lonneke and
|
103 |
+
Borg, Claudia",
|
104 |
+
booktitle = "Proceedings of the Third Workshop on Deep Learning for Low-Resource Natural Language Processing",
|
105 |
+
month = jul,
|
106 |
+
year = "2022",
|
107 |
+
address = "Hybrid",
|
108 |
+
publisher = "Association for Computational Linguistics",
|
109 |
+
url = "https://aclanthology.org/2022.deeplo-1.10",
|
110 |
+
doi = "10.18653/v1/2022.deeplo-1.10",
|
111 |
+
pages = "90--101",
|
112 |
}
|
113 |
```
|
dataset_infos.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
korpus_malti.py
CHANGED
@@ -10,18 +10,20 @@ General Corpora for the Maltese language.
|
|
10 |
|
11 |
_CITATION = """\
|
12 |
@inproceedings{BERTu,
|
13 |
-
title
|
14 |
-
author
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
booktitle
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
|
|
|
|
25 |
}
|
26 |
"""
|
27 |
|
|
|
10 |
|
11 |
_CITATION = """\
|
12 |
@inproceedings{BERTu,
|
13 |
+
title = "Pre-training Data Quality and Quantity for a Low-Resource Language: New Corpus and {BERT} Models for {M}altese",
|
14 |
+
author = "Micallef, Kurt and
|
15 |
+
Gatt, Albert and
|
16 |
+
Tanti, Marc and
|
17 |
+
van der Plas, Lonneke and
|
18 |
+
Borg, Claudia",
|
19 |
+
booktitle = "Proceedings of the Third Workshop on Deep Learning for Low-Resource Natural Language Processing",
|
20 |
+
month = jul,
|
21 |
+
year = "2022",
|
22 |
+
address = "Hybrid",
|
23 |
+
publisher = "Association for Computational Linguistics",
|
24 |
+
url = "https://aclanthology.org/2022.deeplo-1.10",
|
25 |
+
doi = "10.18653/v1/2022.deeplo-1.10",
|
26 |
+
pages = "90--101",
|
27 |
}
|
28 |
"""
|
29 |
|