KurtMica commited on
Commit
869e77b
1 Parent(s): 3f92973

DeepLo 2022 citation.

Browse files
Files changed (3) hide show
  1. README.md +15 -13
  2. dataset_infos.json +0 -0
  3. 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://arxiv.org/abs/2205.10517).
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 3rd Workshop on Deep Learning for Low-Resource NLP (DeepLo 2022)},
105
- day = {14},
106
- month = {07},
107
- year = {2022},
108
- address = {Seattle, Washington},
109
- publisher = {Association for Computational Linguistics},
 
 
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 = {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 3rd Workshop on Deep Learning for Low-Resource NLP (DeepLo 2022)},
20
- day = {14},
21
- month = {07},
22
- year = {2022},
23
- address = {Seattle, Washington},
24
- publisher = {Association for Computational Linguistics},
 
 
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