roberttinn commited on
Commit
0ccbd99
1 Parent(s): 8c25482

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -1,3 +1,29 @@
1
  ---
2
- license: other
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language: en
3
+ tags:
4
+ - exbert
5
+ license: mit
6
  ---
7
+
8
+ ## PubMedELECTRA-large (abstracts only)
9
+
10
+ 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.
11
+
12
+ This PubMedELECTRA is pretrained from scratch using _abstracts_ from [PubMed](https://pubmed.ncbi.nlm.nih.gov/).
13
+
14
+ ## Citation
15
+
16
+ If you find PubMedELECTRA useful in your research, please cite the following paper:
17
+
18
+ ```latex
19
+ @misc{https://doi.org/10.48550/arxiv.2112.07869,
20
+ doi = {10.48550/ARXIV.2112.07869},
21
+ url = {https://arxiv.org/abs/2112.07869},
22
+ author = {Tinn, Robert and Cheng, Hao and Gu, Yu and Usuyama, Naoto and Liu, Xiaodong and Naumann, Tristan and Gao, Jianfeng and Poon, Hoifung},
23
+ keywords = {Computation and Language (cs.CL), Machine Learning (cs.LG), FOS: Computer and information sciences, FOS: Computer and information sciences},
24
+ title = {Fine-Tuning Large Neural Language Models for Biomedical Natural Language Processing},
25
+ publisher = {arXiv},
26
+ year = {2021},
27
+ copyright = {arXiv.org perpetual, non-exclusive license}
28
+ }
29
+ ```