Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,51 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
language:
|
4 |
+
- es
|
5 |
+
base_model: PlanTL-GOB-ES/bsc-bio-ehr-es
|
6 |
+
---
|
7 |
+
|
8 |
+
# Training data
|
9 |
+
|
10 |
+
Model trained on the symptoms and signs mentions of [CARMEN-I](https://zenodo.org/records/10171540) and [SympTEMIST].
|
11 |
+
|
12 |
+
# Citation
|
13 |
+
Please cite the following works:
|
14 |
+
|
15 |
+
```
|
16 |
+
@misc{lima_lopez_2023_10171540,
|
17 |
+
author = {Lima-L贸pez, Salvador and
|
18 |
+
Farr茅-Maduell, Eul脿lia and
|
19 |
+
Krallinger, Martin},
|
20 |
+
title = {{CARMEN-I: Clinical Entities Annotation Guidelines
|
21 |
+
in Spanish}},
|
22 |
+
month = nov,
|
23 |
+
year = 2023,
|
24 |
+
publisher = {Zenodo},
|
25 |
+
doi = {10.5281/zenodo.10171540},
|
26 |
+
url = {https://doi.org/10.5281/zenodo.10171540}
|
27 |
+
}
|
28 |
+
|
29 |
+
@dataset{salvador_lima_lopez_2024_10635215,
|
30 |
+
author = {Salvador Lima L贸pez and
|
31 |
+
Luis Gasc贸 S谩nchez and
|
32 |
+
Eulalia Farr茅 and
|
33 |
+
Jan Rodr铆guez Miret and
|
34 |
+
Laura Vigil Gimenez and
|
35 |
+
Martin Krallinger},
|
36 |
+
title = {{SympTEMIST Corpus: Gold Standard annotations for
|
37 |
+
clinical symptoms, signs and findings information
|
38 |
+
extraction}},
|
39 |
+
month = feb,
|
40 |
+
year = 2024,
|
41 |
+
publisher = {Zenodo},
|
42 |
+
version = 4,
|
43 |
+
doi = {10.5281/zenodo.10635215},
|
44 |
+
url = {https://doi.org/10.5281/zenodo.10635215}
|
45 |
+
}
|
46 |
+
```
|
47 |
+
|
48 |
+
# Contacting authors
|
49 |
+
jan.rodriguez [at] bsc.es
|
50 |
+
|
51 |
+
## More information on data, usage, limitations, and performance metrics soon
|