FremyCompany commited on
Commit
7b01997
1 Parent(s): 04fdde0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md CHANGED
@@ -1,3 +1,52 @@
1
  ---
2
  license: mit
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - nl
5
+ - en
6
+ pipeline_tag: translation
7
  ---
8
+ # Opus-MT-NL-EN-Healthcare
9
+
10
+ This model can be used to translate medical text from Dutch to English, as a baseline for Clinical NLP systems in Dutch.
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ This model based on MarianMT was trained using OpusNLP data as well as specialized medical data (see paper for more details).
17
+
18
+ - **Developed by:** François Remy
19
+ - **Model type:** Translation
20
+ - **Languages:** From Dutch to English
21
+ - **License:** MIT
22
+ - **Finetuned from model:** Helsinki-NLP/opus-mt-nl-en
23
+
24
+ ### Model Sources
25
+
26
+ - **Repository:** [Snomed Translation Dictionaries](https://github.com/FremyCompany/snomed-translate-dictionaries)
27
+ - **Paper:** [Taming large lexicons: translating clinical text using medical ontologies and sentence templates](https://biblio.ugent.be/publication/01GMN7J3X37CKWCKQV6DWGM4ZE/file/01GMN7NT30DKF37RXN31DSJZ2D.pdf)
28
+
29
+ ## Citation
30
+
31
+ If you use this model as part of your work, please cite the following paper:
32
+
33
+ **BibTeX:**
34
+
35
+ ```
36
+ @inproceedings{remy-et-al-2022-translating,
37
+ author = {{Remy, François and De Jaeger, P. and Demuynck, Kris}},
38
+ title = {{Taming large lexicons: translating clinical text using medical ontologies and sentence templates}},
39
+ booktitle = {{EmP 2022}}
40
+ location = {{Roeselare, Belgium}},
41
+ year = {{2022}},
42
+ language = {{en}},
43
+ pages = {{5}},
44
+ }
45
+ ```
46
+
47
+ **APA:**
48
+
49
+ ```
50
+ Remy, F., De Jaeger, P., & Demuynck, K. (2022). Taming large lexicons: translating clinical text using medical ontologies and sentence templates. Presented at the EmP 2022, The “Engineers meet Practicians” conference, Roeselare, Belgium.
51
+ ```
52
+