Update README.md
Browse files
README.md
CHANGED
@@ -52,23 +52,25 @@ print(embeddings)
|
|
52 |
## Cite
|
53 |
|
54 |
```
|
55 |
-
@
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
|
|
|
|
73 |
}
|
74 |
```
|
|
|
52 |
## Cite
|
53 |
|
54 |
```
|
55 |
+
@inproceedings{pikuliak-etal-2022-slovakbert,
|
56 |
+
title = "{S}lovak{BERT}: {S}lovak Masked Language Model",
|
57 |
+
author = "Pikuliak, Mat{\'u}{\v{s}} and
|
58 |
+
Grivalsk{\'y}, {\v{S}}tefan and
|
59 |
+
Kon{\^o}pka, Martin and
|
60 |
+
Bl{\v{s}}t{\'a}k, Miroslav and
|
61 |
+
Tamajka, Martin and
|
62 |
+
Bachrat{\'y}, Viktor and
|
63 |
+
Simko, Marian and
|
64 |
+
Bal{\'a}{\v{z}}ik, Pavol and
|
65 |
+
Trnka, Michal and
|
66 |
+
Uhl{\'a}rik, Filip",
|
67 |
+
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2022",
|
68 |
+
month = dec,
|
69 |
+
year = "2022",
|
70 |
+
address = "Abu Dhabi, United Arab Emirates",
|
71 |
+
publisher = "Association for Computational Linguistics",
|
72 |
+
url = "https://aclanthology.org/2022.findings-emnlp.530",
|
73 |
+
pages = "7156--7168",
|
74 |
+
abstract = "We introduce a new Slovak masked language model called \textit{SlovakBERT}. This is to our best knowledge the first paper discussing Slovak transformers-based language models. We evaluate our model on several NLP tasks and achieve state-of-the-art results. This evaluation is likewise the first attempt to establish a benchmark for Slovak language models. We publish the masked language model, as well as the fine-tuned models for part-of-speech tagging, sentiment analysis and semantic textual similarity.",
|
75 |
}
|
76 |
```
|