adorkin commited on
Commit
d08ee60
1 Parent(s): 3574a04

Add citation info

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -50,3 +50,17 @@ Overall EstBERT performs better in parts of speech (POS), name entity recognitio
50
  | EstBERT | **88.42** | 90.38 |**_89.39_** | 88.35 | 89.74 | 89.04 |
51
  | mBERT | 85.88 | 87.09 | 86.51 |**_88.47_** | 88.28 | 88.37 |
52
  | XLM\-RoBERTa | 87.55 |**_91.19_** | 89.34 | 87.50 | **90.76** | **89.10** |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  | EstBERT | **88.42** | 90.38 |**_89.39_** | 88.35 | 89.74 | 89.04 |
51
  | mBERT | 85.88 | 87.09 | 86.51 |**_88.47_** | 88.28 | 88.37 |
52
  | XLM\-RoBERTa | 87.55 |**_91.19_** | 89.34 | 87.50 | **90.76** | **89.10** |
53
+
54
+
55
+ ## BibTeX entry and citation info
56
+
57
+ ```
58
+ @misc{tanvir2020estbert,
59
+ title={EstBERT: A Pretrained Language-Specific BERT for Estonian},
60
+ author={Hasan Tanvir and Claudia Kittask and Kairit Sirts},
61
+ year={2020},
62
+ eprint={2011.04784},
63
+ archivePrefix={arXiv},
64
+ primaryClass={cs.CL}
65
+ }
66
+ ```