Commit
•
11a37c7
1
Parent(s):
c7d92d4
Update citation
Browse files- README.md +21 -7
- catalan_general_crawling.py +21 -7
README.md
CHANGED
@@ -161,13 +161,27 @@ The dataset contains a single split: "train".
|
|
161 |
### Citation Information
|
162 |
|
163 |
```
|
164 |
-
@
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
171 |
}
|
172 |
```
|
173 |
|
|
|
161 |
### Citation Information
|
162 |
|
163 |
```
|
164 |
+
@inproceedings{armengol-estape-etal-2021-multilingual,
|
165 |
+
title = "Are Multilingual Models the Best Choice for Moderately Under-resourced Languages? {A} Comprehensive Assessment for {C}atalan",
|
166 |
+
author = "Armengol-Estap{\'e}, Jordi and
|
167 |
+
Carrino, Casimiro Pio and
|
168 |
+
Rodriguez-Penagos, Carlos and
|
169 |
+
de Gibert Bonet, Ona and
|
170 |
+
Armentano-Oller, Carme and
|
171 |
+
Gonzalez-Agirre, Aitor and
|
172 |
+
Melero, Maite and
|
173 |
+
Villegas, Marta",
|
174 |
+
booktitle = "Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021",
|
175 |
+
month = aug,
|
176 |
+
year = "2021",
|
177 |
+
address = "Online",
|
178 |
+
publisher = "Association for Computational Linguistics",
|
179 |
+
url = "https://aclanthology.org/2021.findings-acl.437",
|
180 |
+
doi = "10.18653/v1/2021.findings-acl.437",
|
181 |
+
pages = "4933--4946",
|
182 |
+
eprint={2107.07903},
|
183 |
+
archivePrefix={arXiv},
|
184 |
+
primaryClass={cs.CL}
|
185 |
}
|
186 |
```
|
187 |
|
catalan_general_crawling.py
CHANGED
@@ -20,13 +20,27 @@ import datasets
|
|
20 |
|
21 |
|
22 |
_CITATION = """\
|
23 |
-
@
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
}
|
31 |
"""
|
32 |
|
|
|
20 |
|
21 |
|
22 |
_CITATION = """\
|
23 |
+
@inproceedings{armengol-estape-etal-2021-multilingual,
|
24 |
+
title = "Are Multilingual Models the Best Choice for Moderately Under-resourced Languages? {A} Comprehensive Assessment for {C}atalan",
|
25 |
+
author = "Armengol-Estap{\'e}, Jordi and
|
26 |
+
Carrino, Casimiro Pio and
|
27 |
+
Rodriguez-Penagos, Carlos and
|
28 |
+
de Gibert Bonet, Ona and
|
29 |
+
Armentano-Oller, Carme and
|
30 |
+
Gonzalez-Agirre, Aitor and
|
31 |
+
Melero, Maite and
|
32 |
+
Villegas, Marta",
|
33 |
+
booktitle = "Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021",
|
34 |
+
month = aug,
|
35 |
+
year = "2021",
|
36 |
+
address = "Online",
|
37 |
+
publisher = "Association for Computational Linguistics",
|
38 |
+
url = "https://aclanthology.org/2021.findings-acl.437",
|
39 |
+
doi = "10.18653/v1/2021.findings-acl.437",
|
40 |
+
pages = "4933--4946",
|
41 |
+
eprint={2107.07903},
|
42 |
+
archivePrefix={arXiv},
|
43 |
+
primaryClass={cs.CL}
|
44 |
}
|
45 |
"""
|
46 |
|