zulfatmi commited on
Commit
78a40d4
1 Parent(s): 1bcf40c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## RuDR-BERT
2
+
3
+ RuDR-BERT - Multilingual, Cased, which pretrained on the raw part of the RuDReC corpus (1.4M reviews). Pre-training was based on the [original BERT code](https://github.com/google-research/bert) provided by Google. In particular, Multi-BERT was for used for initialization; vocabulary of Russian subtokens and parameters are the same as in Multi-BERT. Training details are described in our paper. \
4
+ link: https://yadi.sk/d/-PTn0xhk1PqvgQ
5
+
6
+
7
+ ## Citing & Authors
8
+
9
+ If you find this repository helpful, feel free to cite our publication:
10
+
11
+ [1] Tutubalina E, Alimova I, Miftahutdinov Z, et al. The Russian Drug Reaction Corpus and Neural Models for Drug Reactions and Effectiveness Detection in User Reviews.
12
+
13
+ preprint: https://arxiv.org/abs/2004.03659
14
+ ```
15
+ @article{10.1093/bioinformatics/btaa675,
16
+ author = {Tutubalina, Elena and Alimova, Ilseyar and Miftahutdinov, Zulfat and Sakhovskiy, Andrey and Malykh, Valentin and Nikolenko, Sergey},
17
+ title = "{The Russian Drug Reaction Corpus and Neural Models for Drug Reactions and Effectiveness Detection in User Reviews}",
18
+ journal = {Bioinformatics},
19
+ year = {2020},
20
+ month = {07},
21
+ issn = {1367-4803},
22
+ doi = {10.1093/bioinformatics/btaa675},
23
+ url = {https://doi.org/10.1093/bioinformatics/btaa675},
24
+ note = {btaa675},
25
+ eprint = {https://academic.oup.com/bioinformatics/advance-article-pdf/doi/10.1093/bioinformatics/btaa675/33539752/btaa675.pdf},
26
+ }
27
+ ```
28
+ [2] Tutubalina, EV and Miftahutdinov, Z Sh and Nugmanov, RI and Madzhidov, TI and Nikolenko, SI and Alimova, IS and Tropsha, AE Using semantic analysis of texts for the identification of drugs with similar therapeutic effects.
29
+ [link to paper](https://www.researchgate.net/profile/Elena_Tutubalina/publication/323751823_Using_semantic_analysis_of_texts_for_the_identification_of_drugs_with_similar_therapeutic_effects/links/5bf7cfc3299bf1a0202cbc1f/Using-semantic-analysis-of-texts-for-the-identification-of-drugs-with-similar-therapeutic-effects.pdf)
30
+ ```
31
+ @article{tutubalina2017using,
32
+ title={Using semantic analysis of texts for the identification of drugs with similar therapeutic effects},
33
+ author={Tutubalina, EV and Miftahutdinov, Z Sh and Nugmanov, RI and Madzhidov, TI and Nikolenko, SI and Alimova, IS and Tropsha, AE},
34
+ journal={Russian Chemical Bulletin},
35
+ volume={66},
36
+ number={11},
37
+ pages={2180--2189},
38
+ year={2017},
39
+ publisher={Springer}
40
+ }
41
+ ```