matus commited on
Commit
ffe2962
1 Parent(s): cca1ef7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -18
README.md CHANGED
@@ -52,23 +52,25 @@ print(embeddings)
52
  ## Cite
53
 
54
  ```
55
- @article{DBLP:journals/corr/abs-2109-15254,
56
- author = {Mat{\'{u}}s Pikuliak and
57
- Stefan Grivalsky and
58
- Martin Konopka and
59
- Miroslav Blst{\'{a}}k and
60
- Martin Tamajka and
61
- Viktor Bachrat{\'{y}} and
62
- Mari{\'{a}}n Simko and
63
- Pavol Bal{\'{a}}zik and
64
- Michal Trnka and
65
- Filip Uhl{\'{a}}rik},
66
- title = {SlovakBERT: Slovak Masked Language Model},
67
- journal = {CoRR},
68
- volume = {abs/2109.15254},
69
- year = {2021},
70
- url = {https://arxiv.org/abs/2109.15254},
71
- eprinttype = {arXiv},
72
- eprint = {2109.15254},
 
 
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
  ```