roberttinn commited on
Commit
e98f50c
1 Parent(s): d336b6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -7,22 +7,26 @@ widget:
7
  - text: "[MASK] is a tyrosine kinase inhibitor."
8
  ---
9
 
10
- ## PubMedBERT-Large (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
 
 
7
  - text: "[MASK] is a tyrosine kinase inhibitor."
8
  ---
9
 
10
+ ## PubMedBERT-large (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.[Followup work](https://arxiv.org/abs/2112.07869) explores larger model sizes and the impact of these on performance on the BLURB benchmark.
13
 
14
+ This PubMedBERT is pretrained from scratch using _abstracts_ from [PubMed](https://pubmed.ncbi.nlm.nih.gov/).
15
 
16
  ## Citation
17
 
18
  If you find PubMedBERT useful in your research, please cite the following paper:
19
 
20
  ```latex
21
+ @misc{https://doi.org/10.48550/arxiv.2112.07869,
22
+ doi = {10.48550/ARXIV.2112.07869},
23
+ url = {https://arxiv.org/abs/2112.07869},
24
+ author = {Tinn, Robert and Cheng, Hao and Gu, Yu and Usuyama, Naoto and Liu, Xiaodong and Naumann, Tristan and Gao, Jianfeng and Poon, Hoifung},
25
+ keywords = {Computation and Language (cs.CL), Machine Learning (cs.LG), FOS: Computer and information sciences, FOS: Computer and information sciences},
26
+ title = {Fine-Tuning Large Neural Language Models for Biomedical Natural Language Processing},
27
+ publisher = {arXiv},
28
+ year = {2021},
29
+ copyright = {arXiv.org perpetual, non-exclusive license}
30
  }
31
  ```
32