s-lilo commited on
Commit
ece4694
·
verified ·
1 Parent(s): 2f40b0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -17
README.md CHANGED
@@ -13,23 +13,32 @@ Model trained on the [MEDDOCAN](https://zenodo.org/records/4279323) corpus.
13
  Please cite the following works:
14
 
15
  ```
16
- @dataset{marimon_2020_4279323,
17
- author = {Marimon, Montserrat and
18
- Gonzalez-Agirre, Aitor and
19
- Intxaurrondo, Ander and
20
- Rodríguez, Heidy and
21
- Lopez Martin, Jose Antonio and
22
- Villegas, Marta and
23
- Krallinger, Martin},
24
- title = {{MEDDOCAN corpus: gold standard annotations for
25
- Medical Document Anonymization on Spanish clinical
26
- case reports}},
27
- month = nov,
28
- year = 2020,
29
- publisher = {Zenodo},
30
- version = {1.0},
31
- doi = {10.5281/zenodo.4279323},
32
- url = {https://doi.org/10.5281/zenodo.4279323}
 
 
 
 
 
 
 
 
 
33
  }
34
  ```
35
 
 
13
  Please cite the following works:
14
 
15
  ```
16
+ @inproceedings{meddocan,
17
+ title={{Automatic De-identification of Medical Texts in Spanish: the MEDDOCAN Track, Corpus, Guidelines, Methods and Evaluation of Results}},
18
+ author={Marimon, Montserrat and Gonzalez-Agirre, Aitor and Intxaurrondo, Ander and Villegas, Marta and Krallinger, Martin},
19
+ booktitle="Proceedings of the Iberian Languages Evaluation Forum (IberLEF 2019)",
20
+ year={2019}
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
+ eprint = {https://www.ahajournals.org/doi/pdf/10.1161/01.CIR.101.23.e215}
42
  }
43
  ```
44