roberttinn commited on
Commit
9207c35
1 Parent(s): 4f599f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -12
README.md CHANGED
@@ -9,23 +9,25 @@ widget:
9
 
10
  ## PubMedELECTRA-base (abstracts only)
11
 
12
- Pretraining large neural language models, such as BERT, has led to impressive gains on many natural language processing (NLP) tasks. However, most pretraining efforts focus on general domain corpora, such as newswire and Web. A prevailing assumption is that even domain-specific pretraining can benefit by starting from general-domain language models. [Recent work](https://arxiv.org/abs/2007.15779) shows that for domains with abundant unlabeled text, such as biomedicine, pretraining language models from scratch results in substantial gains over continual pretraining of general-domain language models.
13
 
14
- This PubMedBERT is pretrained from scratch using _abstracts_ from [PubMed](https://pubmed.ncbi.nlm.nih.gov/). This model achieves state-of-the-art performance on several biomedical NLP tasks, as shown on the [Biomedical Language Understanding and Reasoning Benchmark](https://aka.ms/BLURB).
 
 
15
 
16
  ## Citation
17
 
18
- If you find PubMedBERT useful in your research, please cite the following paper:
19
 
20
  ```latex
21
- @misc{pubmedbert,
22
- author = {Yu Gu and Robert Tinn and Hao Cheng and Michael Lucas and Naoto Usuyama and Xiaodong Liu and Tristan Naumann and Jianfeng Gao and Hoifung Poon},
23
- title = {Domain-Specific Language Model Pretraining for Biomedical Natural Language Processing},
24
- year = {2020},
25
- eprint = {arXiv:2007.15779},
 
 
 
 
26
  }
27
  ```
28
-
29
- <a href="https://huggingface.co/exbert/?model=microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract&modelKind=bidirectional&sentence=Gefitinib%20is%20an%20EGFR%20tyrosine%20kinase%20inhibitor,%20which%20is%20often%20used%20for%20breast%20cancer%20and%20NSCLC%20treatment.&layer=10&heads=..0,1,2,3,4,5,6,7,8,9,10,11&threshold=0.7&tokenInd=17&tokenSide=right&maskInds=..&hideClsSep=true">
30
- <img width="300px" src="https://cdn-media.huggingface.co/exbert/button.png">
31
- </a>
 
9
 
10
  ## PubMedELECTRA-base (abstracts only)
11
 
12
+ Pretraining large neural language models, such as BERT and ELECTRA, has led to impressive gains on many natural language processing (NLP) tasks. However, most pretraining efforts focus on general domain corpora, such as newswire and Web. A prevailing assumption is that even domain-specific pretraining can benefit by starting from general-domain language models. [Recent work](https://arxiv.org/abs/2007.15779) shows that for domains with abundant unlabeled text, such as biomedicine, pretraining language models from scratch results in substantial gains over continual pretraining of general-domain language models.[Followup work](https://arxiv.org/abs/2112.07869) explores alternate pretraining strategies and the impact of these on performance on the BLURB benchmark.
13
 
14
+ This PubMedELECTRA is pretrained from scratch using _abstracts_ from [PubMed](https://pubmed.ncbi.nlm.nih.gov/).
15
+
16
+ PubMedELECTRAlLarge is not able to be made available on HuggingFace and can be downloaded from [here](https://hanoverdev.blob.core.windows.net/electralargerelease/pubmed_electra_large/).
17
 
18
  ## Citation
19
 
20
+ If you find PubMedELECTRA useful in your research, please cite the following paper:
21
 
22
  ```latex
23
+ @misc{https://doi.org/10.48550/arxiv.2112.07869,
24
+ doi = {10.48550/ARXIV.2112.07869},
25
+ url = {https://arxiv.org/abs/2112.07869},
26
+ author = {Tinn, Robert and Cheng, Hao and Gu, Yu and Usuyama, Naoto and Liu, Xiaodong and Naumann, Tristan and Gao, Jianfeng and Poon, Hoifung},
27
+ keywords = {Computation and Language (cs.CL), Machine Learning (cs.LG), FOS: Computer and information sciences, FOS: Computer and information sciences},
28
+ title = {Fine-Tuning Large Neural Language Models for Biomedical Natural Language Processing},
29
+ publisher = {arXiv},
30
+ year = {2021},
31
+ copyright = {arXiv.org perpetual, non-exclusive license}
32
  }
33
  ```