kamalkraj commited on
Commit
46066d0
1 Parent(s): 70e29e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -3,4 +3,23 @@ widget:
3
  - text: "Those in the aspirin group experienced reduced duration of headache compared to those in the placebo arm (P<0.05)"
4
  ---
5
 
6
- BioELECTRA-PICO
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  - text: "Those in the aspirin group experienced reduced duration of headache compared to those in the placebo arm (P<0.05)"
4
  ---
5
 
6
+ BioELECTRA-PICO
7
+
8
+ Cite our paper using below citation
9
+ ```
10
+ @inproceedings{kanakarajan-etal-2021-bioelectra,
11
+ title = "{B}io{ELECTRA}:Pretrained Biomedical text Encoder using Discriminators",
12
+ author = "Kanakarajan, Kamal raj and
13
+ Kundumani, Bhuvana and
14
+ Sankarasubbu, Malaikannan",
15
+ booktitle = "Proceedings of the 20th Workshop on Biomedical Language Processing",
16
+ month = jun,
17
+ year = "2021",
18
+ address = "Online",
19
+ publisher = "Association for Computational Linguistics",
20
+ url = "https://aclanthology.org/2021.bionlp-1.16",
21
+ doi = "10.18653/v1/2021.bionlp-1.16",
22
+ pages = "143--154",
23
+ abstract = "Recent advancements in pretraining strategies in NLP have shown a significant improvement in the performance of models on various text mining tasks. We apply {`}replaced token detection{'} pretraining technique proposed by ELECTRA and pretrain a biomedical language model from scratch using biomedical text and vocabulary. We introduce BioELECTRA, a biomedical domain-specific language encoder model that adapts ELECTRA for the Biomedical domain. WE evaluate our model on the BLURB and BLUE biomedical NLP benchmarks. BioELECTRA outperforms the previous models and achieves state of the art (SOTA) on all the 13 datasets in BLURB benchmark and on all the 4 Clinical datasets from BLUE Benchmark across 7 different NLP tasks. BioELECTRA pretrained on PubMed and PMC full text articles performs very well on Clinical datasets as well. BioELECTRA achieves new SOTA 86.34{\%}(1.39{\%} accuracy improvement) on MedNLI and 64{\%} (2.98{\%} accuracy improvement) on PubMedQA dataset.",
24
+ }
25
+ ```