Iker commited on
Commit
0e737e1
1 Parent(s): 9cdc4f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +91 -0
README.md CHANGED
@@ -1,3 +1,94 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ - es
6
+ - fr
7
+ - it
8
+ tags:
9
+ - medical
10
+ pretty_name: Multilingual Medical Corpus
11
  ---
12
+
13
+ <p align="center">
14
+ <br>
15
+ <img src="http://www.ixa.eus/sites/default/files/anitdote.png" style="width: 30%;">
16
+ <h2 align="center">Mutilingual Medical Corpus</h2>
17
+ <be>
18
+
19
+ <p align="justify">
20
+ Multilingual-Medical-Corpus a 3 billion word multilingual corpus for training LLMs adapted to the medical domain. Multilingual-Medical-Corpus includes four languages, namely, English, Spanish, French, and Italian.
21
+ </p>
22
+
23
+ - 📖 Paper: [Medical mT5: An Open-Source Multilingual Text-to-Text LLM for The Medical Domain]()
24
+ - 🌐 Project Website: [https://univ-cotedazur.eu/antidote](https://univ-cotedazur.eu/antidote)
25
+
26
+ # Corpus Description
27
+ - **Developed by**: Iker García-Ferrero, Rodrigo Agerri, Aitziber Atutxa Salazar, Elena Cabrio, Iker de la Iglesia, Alberto Lavelli, Bernardo Magnini, Benjamin Molinet, Johana Ramirez-Romero, German Rigau, Jose Maria Villa-Gonzalez, Serena Villata and Andrea Zaninello
28
+ - **Contact**: [Iker García-Ferrero](https://ikergarcia1996.github.io/Iker-Garcia-Ferrero/) and [Rodrigo Agerri](https://ragerri.github.io/)
29
+ - **Website**: [https://univ-cotedazur.eu/antidote](https://univ-cotedazur.eu/antidote)
30
+ - **Funding**: CHIST-ERA XAI 2019 call. Antidote (PCI2020-120717-2) funded by MCIN/AEI /10.13039/501100011033 and by European Union NextGenerationEU/PRTR
31
+ - **Language(s) (NLP)**: English, Spanish, French, Italian
32
+ - **License**: apache-2.0
33
+
34
+ ## English Split
35
+
36
+ | Source | Words |
37
+ |-----------------|----------------|
38
+ | ClinicalTrials | 127.4M |
39
+ | EMEA | 12M |
40
+ | PubMed | 968.4M |
41
+
42
+ ## Spanish Split
43
+
44
+ | Source | Words |
45
+ |-----------------|----------------|
46
+ | EMEA | 13.6M |
47
+ | PubMed | 8.4M |
48
+ | Medical Crawler | 918M |
49
+ | SPACC | 350K |
50
+ | UFAL | 10.5M |
51
+ | WikiMed | 5.2M |
52
+
53
+ ## French Split
54
+
55
+ | Source | Words |
56
+ |----------------------|----------------|
57
+ | PubMed | 1.4M |
58
+ | Science Direct | 15.2M |
59
+ | Wikipedia - Médecine | 5M |
60
+ | EDP | 48K |
61
+ | Google Patents | 654M |
62
+
63
+
64
+ ## Italian Split
65
+
66
+ | Source | Words |
67
+ |--------------------------|----------------|
68
+ | Medical Commoncrawl - IT | 67M |
69
+ | Drug instructions | 30.5M |
70
+ | Wikipedia - Medicina | 13.3M |
71
+ | E3C Corpus - IT | 11.6M |
72
+ | Medicine descriptions | 6.3M |
73
+ | Medical theses | 5.8M |
74
+ | Medical websites | 4M |
75
+ | PubMed | 2.3M |
76
+ | Supplement description | 1.3M |
77
+ | Medical notes | 975K |
78
+ | Pathologies | 157K |
79
+ | Medical test simulations | 26K |
80
+ | Clinical cases | 20K |
81
+
82
+
83
+ ## Citation
84
+
85
+ We will soon release a paper, but, for now, you can use:
86
+
87
+ ```bibtext
88
+ @inproceedings{medical-mt5,
89
+ title = "{{Medical mT5: An Open-Source Multilingual Text-to-Text LLM for The Medical Domain}}",
90
+ author = "{Iker García-Ferrero and Rodrigo Agerri and Aitziber Atutxa Salazar and Elena Cabrio and Iker de la Iglesia and Alberto Lavelli and Bernardo Magnini and Benjamin Molinet and Johana Ramirez-Romero and German Rigau and Jose Maria Villa-Gonzalez and Serena Villata and Andrea Zaninello}",
91
+ publisher = "Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING)",
92
+ year = 2024 }
93
+
94
+ ```