matus commited on
Commit
40f9501
1 Parent(s): 1b3794d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -18
README.md CHANGED
@@ -30,23 +30,26 @@ The model was evaluated in [our paper](https://arxiv.org/abs/2109.15254) [Pikuli
30
  ## Cite
31
 
32
  ```
33
- @article{DBLP:journals/corr/abs-2109-15254,
34
- author = {Mat{\'{u}}{\v{s}} Pikuliak and
35
- {\v{S}}tefan Grivalsk{\'{y}} and
36
- Martin Kon{\^{o}}pka and
37
- Miroslav Bl{\v{s}}t{\'{a}}k and
38
- Martin Tamajka and
39
- Viktor Bachrat{\'{y}} and
40
- Mari{\'{a}}n {\v{S}}imko and
41
- Pavol Bal{\'{a}}{\v{z}}ik and
42
- Michal Trnka and
43
- Filip Uhl{\'{a}}rik},
44
- title = {SlovakBERT: Slovak Masked Language Model},
45
- journal = {CoRR},
46
- volume = {abs/2109.15254},
47
- year = {2021},
48
- url = {https://arxiv.org/abs/2109.15254},
49
- eprinttype = {arXiv},
50
- eprint = {2109.15254},
 
 
51
  }
 
52
  ```
30
  ## Cite
31
 
32
  ```
33
+ @inproceedings{pikuliak-etal-2022-slovakbert,
34
+ title = "{S}lovak{BERT}: {S}lovak Masked Language Model",
35
+ author = "Pikuliak, Mat{\'u}{\v{s}} and
36
+ Grivalsk{\'y}, {\v{S}}tefan and
37
+ Kon{\^o}pka, Martin and
38
+ Bl{\v{s}}t{\'a}k, Miroslav and
39
+ Tamajka, Martin and
40
+ Bachrat{\'y}, Viktor and
41
+ Simko, Marian and
42
+ Bal{\'a}{\v{z}}ik, Pavol and
43
+ Trnka, Michal and
44
+ Uhl{\'a}rik, Filip",
45
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2022",
46
+ month = dec,
47
+ year = "2022",
48
+ address = "Abu Dhabi, United Arab Emirates",
49
+ publisher = "Association for Computational Linguistics",
50
+ url = "https://aclanthology.org/2022.findings-emnlp.530",
51
+ pages = "7156--7168",
52
+ 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.",
53
  }
54
+
55
  ```