Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,15 @@
|
|
1 |
-
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|
|
|
|
|
|
|
|
4 |
```bibtex
|
5 |
@article{liu2020self,
|
6 |
title={Self-alignment Pre-training for Biomedical Entity Representations},
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
|
4 |
+
tags:
|
5 |
+
- biomedical
|
6 |
+
datasets:
|
7 |
+
- UMLS
|
8 |
|
9 |
+
### SapBERT-PubMedBERT
|
10 |
+
SapBERT by [Liu et al. (2020)](https://arxiv.org/pdf/2010.11784.pdf). Trained with [UMLS](https://www.nlm.nih.gov/research/umls/licensedcontent/umlsknowledgesources.html) 2020AA (English only), using [microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext](https://huggingface.co/microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract-fulltext) as the base model. Please use [CLS] as the representation of the input.
|
11 |
+
|
12 |
+
### Citation
|
13 |
```bibtex
|
14 |
@article{liu2020self,
|
15 |
title={Self-alignment Pre-training for Biomedical Entity Representations},
|