Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
Paper: https://arxiv.org/abs/2204.03951
|
2 |
|
3 |
-
Code: https://github.com/alexyalunin/RuBioRoBERTa
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- ru
|
4 |
+
multilinguality:
|
5 |
+
- monolingual
|
6 |
+
---
|
7 |
+
|
8 |
Paper: https://arxiv.org/abs/2204.03951
|
9 |
|
10 |
+
Code: https://github.com/alexyalunin/RuBioRoBERTa
|
11 |
+
|
12 |
+
### Citation
|
13 |
+
```
|
14 |
+
@misc{alex2022rubioroberta,
|
15 |
+
title={RuBioRoBERTa: a pre-trained biomedical language model for Russian language biomedical text mining},
|
16 |
+
author={Alexander Yalunin and Alexander Nesterov and Dmitriy Umerenkov},
|
17 |
+
year={2022},
|
18 |
+
eprint={2204.03951},
|
19 |
+
archivePrefix={arXiv},
|
20 |
+
primaryClass={cs.CL}
|
21 |
+
}
|
22 |
+
```
|