andorei commited on
Commit
bfda9c0
1 Parent(s): aa353ac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -31,9 +31,13 @@ tags:
31
  - bert
32
  ---
33
 
34
- A multilingual BERGAMOT model with pre-trained on UMLS (version 2020AB) using a Graph Attention Network (GAT) encoder.
 
 
 
 
 
35
 
36
- The model is described in paper "Biomedical Entity Representation with Graph-Augmented Multi-Objective Transformer " which is accepted to NAACL 2024!
37
 
38
  For pretraining code see our github: [https://github.com/Andoree/BERGAMOT](https://github.com/Andoree/BERGAMOT).
39
 
 
31
  - bert
32
  ---
33
 
34
+ A multilingual **BERGAMOT**: **B**iomedical **E**ntity **R**epresentation with **G**raph-**A**ugmented **M**ulti-**O**bjective **T**ransformer model with pre-trained on UMLS (version 2020AB) using a Graph Attention Network (GAT) encoder.
35
+
36
+ For technical details see our [NAACL 2024 paper](https://aclanthology.org/2024.findings-naacl.288).
37
+
38
+ [Here is the poster](https://github.com/Andoree/BERGAMOT/blob/main/BERGAMOT_poster_naacl.jpg) of our paper.
39
+
40
 
 
41
 
42
  For pretraining code see our github: [https://github.com/Andoree/BERGAMOT](https://github.com/Andoree/BERGAMOT).
43