模型:
classla/bcms-bertic
* The name should resemble the facts (1) that the model was trained in Zagreb, Croatia, where diminutives ending in -ić (as in fotić, smajlić, hengić etc.) are very popular, and (2) that most surnames in the countries where these languages are spoken end in -ić (with diminutive etymology as well).
This Electra model was trained on more than 8 billion tokens of Bosnian, Croatian, Montenegrin and Serbian text.
*new* We have published a version of this model fine-tuned on the named entity recognition task ( bcms-bertic-ner ) and on the hate speech detection task ( bcms-bertic-frenk-hate ).
If you use the model, please cite the following paper:
@inproceedings{ljubesic-lauc-2021-bertic, title = "{BERT}i{\'c} - The Transformer Language Model for {B}osnian, {C}roatian, {M}ontenegrin and {S}erbian", author = "Ljube{\v{s}}i{\'c}, Nikola and Lauc, Davor", booktitle = "Proceedings of the 8th Workshop on Balto-Slavic Natural Language Processing", month = apr, year = "2021", address = "Kiyv, Ukraine", publisher = "Association for Computational Linguistics", url = "https://www.aclweb.org/anthology/2021.bsnlp-1.5", pages = "37--42", }
Comparing this model to multilingual BERT and CroSloEngual BERT on the tasks of (1) part-of-speech tagging, (2) named entity recognition, (3) geolocation prediction, and (4) commonsense causal reasoning, shows the BERTić model to be superior to the other two.
Evaluation metric is (seqeval) microF1. Reported are means of five runs. Best results are presented in bold. Statistical significance is calculated between two best-performing systems via a two-tailed t-test (* p<=0.05, ** p<=0.01, *** p<=0.001, ***** p<=0.0001).
Dataset | Language | Variety | CLASSLA | mBERT | cseBERT | BERTić |
---|---|---|---|---|---|---|
hr500k | Croatian | standard | 93.87 | 94.60 | 95.74 | 95.81*** |
reldi-hr | Croatian | internet non-standard | - | 88.87 | 91.63 | 92.28*** |
SETimes.SR | Serbian | standard | 95.00 | 95.50 | 96.41 | 96.31 |
reldi-sr | Serbian | internet non-standard | - | 91.26 | 93.54 | 93.90*** |
Evaluation metric is (seqeval) microF1. Reported are means of five runs. Best results are presented in bold. Statistical significance is calculated between two best-performing systems via a two-tailed t-test (* p<=0.05, ** p<=0.01, *** p<=0.001, ***** p<=0.0001).
Dataset | Language | Variety | CLASSLA | mBERT | cseBERT | BERTić |
---|---|---|---|---|---|---|
hr500k | Croatian | standard | 80.13 | 85.67 | 88.98 | 89.21**** |
reldi-hr | Croatian | internet non-standard | - | 76.06 | 81.38 | 83.05**** |
SETimes.SR | Serbian | standard | 84.64 | 92.41 | 92.28 | 92.02 |
reldi-sr | Serbian | internet non-standard | - | 81.29 | 82.76 | 87.92**** |
The dataset comes from the VarDial 2020 evaluation campaign's shared task on Social Media variety Geolocation prediction . The task is to predict the latitude and longitude of a tweet given its text.
Evaluation metrics are median and mean of distance between gold and predicted geolocations (lower is better). No statistical significance is computed due to large test set (39,723 instances). Centroid baseline predicts each text to be created in the centroid of the training dataset.
System | Median | Mean |
---|---|---|
centroid | 107.10 | 145.72 |
mBERT | 42.25 | 82.05 |
cseBERT | 40.76 | 81.88 |
BERTić | 37.96 | 79.30 |
The dataset is a translation of the COPA dataset into Croatian ( link to the dataset ).
Evaluation metric is accuracy. Reported are means of five runs. Best results are presented in bold. Statistical significance is calculated between two best-performing systems via a two-tailed t-test (* p<=0.05, ** p<=0.01, *** p<=0.001, ***** p<=0.0001).
System | Accuracy |
---|---|
random | 50.00 |
mBERT | 54.12 |
cseBERT | 61.80 |
BERTić | 65.76** |