s-lilo commited on
Commit
900380d
1 Parent(s): 0438501

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -14
README.md CHANGED
@@ -13,20 +13,31 @@ Model trained on the [DisTEMIST](https://doi.org/10.5281/zenodo.7614764) corpus.
13
  Please cite the following works:
14
 
15
  ```
16
- @dataset{miranda_escalada_2023_7614764,
17
- author = {Miranda-Escalada, Antonio and
18
- Eulàlia Farré and
19
- Luis Gasco and
20
- Salvador Lima and
21
- Martin Krallinger},
22
- title = {{DisTEMIST corpus: detection and normalization of
23
- disease mentions in spanish clinical cases}},
24
- month = feb,
25
- year = 2023,
26
- publisher = {Zenodo},
27
- version = {5.1},
28
- doi = {10.5281/zenodo.7614764},
29
- url = {https://doi.org/10.5281/zenodo.7614764}
 
 
 
 
 
 
 
 
 
 
 
30
  }
31
  ```
32
 
 
13
  Please cite the following works:
14
 
15
  ```
16
+ @inproceedings{distemist,
17
+ title={{Overview of DisTEMIST at BioASQ: Automatic detection and normalization of diseases from clinical texts: results, methods, evaluation and multilingual resources}},
18
+ author={Miranda-Escalada, Antonio and Gascó, Luis and Lima-López, Salvador and Farré-Maduell, Eulàlia and Estrada, Darryl and Nentidis, Anastasios and Krithara, Anastasia and Katsimpras, Georgios and Paliouras, Georgios and Krallinger, Martin},
19
+ booktitle={Working Notes of Conference and Labs of the Evaluation (CLEF) Forum. CEUR Workshop Proceedings},
20
+ year={2022}
21
+ }
22
+
23
+ @misc{carmen_physionet,
24
+ author = {Farre Maduell, Eulalia and Lima-Lopez, Salvador and Frid, Santiago Andres and Conesa, Artur and Asensio, Elisa and Lopez-Rueda, Antonio and Arino, Helena and Calvo, Elena and Bertran, Maria Jesús and Marcos, Maria Angeles and Nofre Maiz, Montserrat and Tañá Velasco, Laura and Marti, Antonia and Farreres, Ricardo and Pastor, Xavier and Borrat Frigola, Xavier and Krallinger, Martin},
25
+ title = {{CARMEN-I: A resource of anonymized electronic health records in Spanish and Catalan for training and testing NLP tools (version 1.0.1)}},
26
+ year = {2024},
27
+ publisher = {PhysioNet},
28
+ url = {https://doi.org/10.13026/x7ed-9r91}
29
+ }
30
+
31
+ @article{physionet,
32
+ author = {Ary L. Goldberger and Luis A. N. Amaral and Leon Glass and Jeffrey M. Hausdorff and Plamen Ch. Ivanov and Roger G. Mark and Joseph E. Mietus and George B. Moody and Chung-Kang Peng and H. Eugene Stanley },
33
+ title = {PhysioBank, PhysioToolkit, and PhysioNet },
34
+ journal = {Circulation},
35
+ volume = {101},
36
+ number = {23},
37
+ pages = {e215-e220},
38
+ year = {2000},
39
+ doi = {10.1161/01.CIR.101.23.e215},
40
+ URL = {https://www.ahajournals.org/doi/abs/10.1161/01.CIR.101.23.e215}
41
  }
42
  ```
43