FremyCompany commited on
Commit
8d93e6a
1 Parent(s): ed97b3c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -5
README.md CHANGED
@@ -1,5 +1,37 @@
1
- ---
2
- license: other
3
- license_name: ihtsdo-and-nlm-licences
4
- license_link: https://www.nlm.nih.gov/databases/umls.html
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: ihtsdo-and-nlm-licences
4
+ license_link: https://www.nlm.nih.gov/databases/umls.html
5
+ language:
6
+ - nl
7
+ - en
8
+ library_name: sentence-transformers
9
+ tags:
10
+ - medical
11
+ - biology
12
+ ---
13
+
14
+ # In-Context Dutch Clinical Embeddings with BioLORD & MedMentions
15
+
16
+ Do mentions sharing the same text need to have the same embedding? No!
17
+
18
+ This model supports embedding biomedical entities in both English and Dutch, but support in-context embedding of concepts, using the following template:
19
+ ```
20
+ mention text [SEP] (context: ... a textual example containing mention text and some more text on both sides ...)
21
+ ```
22
+
23
+ It also supports embedding mentions without context, particularly in English.
24
+
25
+
26
+
27
+ ## References
28
+
29
+ ### BioLORD-2023: semantic textual representations fusing large language models and clinical knowledge graph insights
30
+ Journal of the American Medical Informatics Association, 2024
31
+ François Remy, Kris Demuynck, Thomas Demeester
32
+ [view online](https://academic.oup.com/jamia/advance-article/doi/10.1093/jamia/ocae029/7614965)
33
+
34
+ ### Annotation-preserving machine translation of English corpora to validate Dutch clinical concept extraction tools
35
+ Under review, with a preprint available on Medrxiv.org, 2024
36
+ Tom Seinen, Jan Kors, Erik van Mulligen, Peter Rijnbeek
37
+ [view online](https://www.medrxiv.org/content/medrxiv/early/2024/03/15/2024.03.14.24304289.full.pdf)