Update README.md
Browse files
README.md
CHANGED
@@ -24,23 +24,26 @@ The model was evaluated in [our paper](https://arxiv.org/abs/2109.15254) [Pikuli
|
|
24 |
## Cite
|
25 |
|
26 |
```
|
27 |
-
@
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
|
|
|
|
45 |
}
|
|
|
46 |
```
|
|
|
24 |
## Cite
|
25 |
|
26 |
```
|
27 |
+
@inproceedings{pikuliak-etal-2022-slovakbert,
|
28 |
+
title = "{S}lovak{BERT}: {S}lovak Masked Language Model",
|
29 |
+
author = "Pikuliak, Mat{\'u}{\v{s}} and
|
30 |
+
Grivalsk{\'y}, {\v{S}}tefan and
|
31 |
+
Kon{\^o}pka, Martin and
|
32 |
+
Bl{\v{s}}t{\'a}k, Miroslav and
|
33 |
+
Tamajka, Martin and
|
34 |
+
Bachrat{\'y}, Viktor and
|
35 |
+
Simko, Marian and
|
36 |
+
Bal{\'a}{\v{z}}ik, Pavol and
|
37 |
+
Trnka, Michal and
|
38 |
+
Uhl{\'a}rik, Filip",
|
39 |
+
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2022",
|
40 |
+
month = dec,
|
41 |
+
year = "2022",
|
42 |
+
address = "Abu Dhabi, United Arab Emirates",
|
43 |
+
publisher = "Association for Computational Linguistics",
|
44 |
+
url = "https://aclanthology.org/2022.findings-emnlp.530",
|
45 |
+
pages = "7156--7168",
|
46 |
+
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.",
|
47 |
}
|
48 |
+
|
49 |
```
|