Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
|
3 |
+
language: gl, pt
|
4 |
+
|
5 |
+
widget:
|
6 |
+
|
7 |
+
- text: "A mesa estaba feita de [MASK]."
|
8 |
+
|
9 |
+
---
|
10 |
+
|
11 |
+
# BERT for Galician (Small)
|
12 |
+
|
13 |
+
This is a base pre-trained BERT model for Galician (12 layers, cased). It was evaluated on lexical semantics tasks, using a [dataset to identify homonymy and synonymy in context](https://github.com/marcospln/homonymy_acl21), and presented at ACL 2021.
|
14 |
+
|
15 |
+
There is also a small version (6 layers, cased): `marcosgg/bert-small-gl-cased`
|
16 |
+
|
17 |
+
## Citation
|
18 |
+
If you use this model, please cite the following [paper](https://aclanthology.org/2021.acl-long.281/):
|
19 |
+
|
20 |
+
```
|
21 |
+
@inproceedings{garcia-2021-exploring,
|
22 |
+
title = "Exploring the Representation of Word Meanings in Context: {A} Case Study on Homonymy and Synonymy",
|
23 |
+
author = "Garcia, Marcos",
|
24 |
+
booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
|
25 |
+
year = "2021",
|
26 |
+
publisher = "Association for Computational Linguistics",
|
27 |
+
url = "https://aclanthology.org/2021.acl-long.281",
|
28 |
+
doi = "10.18653/v1/2021.acl-long.281",
|
29 |
+
pages = "3625--3640"
|
30 |
+
}
|
31 |
+
```
|
32 |
+
|