Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ language:
|
|
6 |
- es
|
7 |
license: mit
|
8 |
model-index:
|
9 |
-
- name:
|
10 |
results:
|
11 |
- task:
|
12 |
name: NER
|
@@ -24,7 +24,7 @@ model-index:
|
|
24 |
---
|
25 |
| Feature | Description |
|
26 |
| --- | --- |
|
27 |
-
| **Name** | `
|
28 |
| **Version** | `0.0.0` |
|
29 |
| **spaCy** | `>=3.7.2,<3.8.0` |
|
30 |
| **Default Pipeline** | `transformer`, `ner` |
|
@@ -54,4 +54,42 @@ model-index:
|
|
54 |
| `ENTS_P` | 89.65 |
|
55 |
| `ENTS_R` | 89.97 |
|
56 |
| `TRANSFORMER_LOSS` | 34598.52 |
|
57 |
-
| `NER_LOSS` | 35036.89 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- es
|
7 |
license: mit
|
8 |
model-index:
|
9 |
+
- name: es_NegUncertaintyNER
|
10 |
results:
|
11 |
- task:
|
12 |
name: NER
|
|
|
24 |
---
|
25 |
| Feature | Description |
|
26 |
| --- | --- |
|
27 |
+
| **Name** | `es_NegUncertaintyNER` |
|
28 |
| **Version** | `0.0.0` |
|
29 |
| **spaCy** | `>=3.7.2,<3.8.0` |
|
30 |
| **Default Pipeline** | `transformer`, `ner` |
|
|
|
54 |
| `ENTS_P` | 89.65 |
|
55 |
| `ENTS_R` | 89.97 |
|
56 |
| `TRANSFORMER_LOSS` | 34598.52 |
|
57 |
+
| `NER_LOSS` | 35036.89 |
|
58 |
+
|
59 |
+
|
60 |
+
|
61 |
+
## Citation
|
62 |
+
If you use our work in your research, please cite it as follows:
|
63 |
+
|
64 |
+
```bibtex
|
65 |
+
@INPROCEEDINGS{garcia-barraganCBMS2023,
|
66 |
+
author={García-Barragán, Alvaro and Solarte-Pabón, Oswaldo and Nedostup, Georgiy and Provencio, Mariano and Menasalvas, Ernestina and Robles, Victor},
|
67 |
+
booktitle={2023 IEEE 36th International Symposium on Computer-Based Medical Systems (CBMS)},
|
68 |
+
title={Structuring Breast Cancer Spanish Electronic Health Records Using Deep Learning},
|
69 |
+
year={2023},
|
70 |
+
pages={404-409},
|
71 |
+
keywords={Natural Language Processing (NLP), Information extraction, Deep Learning, Breast cancer.},
|
72 |
+
doi={10.1109/CBMS58004.2023.00252}
|
73 |
+
}
|
74 |
+
```
|
75 |
+
|
76 |
+
## Installing
|
77 |
+
|
78 |
+
```
|
79 |
+
!pip install pip==22.0.2
|
80 |
+
!pip install https://huggingface.co/Alvaro8gb/es_neg_uncert_ehr_ner/resolve/main/es_neg_uncert_ehr_ner-any-py3-none-any.whl
|
81 |
+
|
82 |
+
```
|
83 |
+
|
84 |
+
## Dataset
|
85 |
+
|
86 |
+
Corpus composed of 29,682 sentences obtained from anonymised health records annotated with negation and uncertainty.
|
87 |
+
|
88 |
+
```bibtex
|
89 |
+
@article{lima2020nubes,
|
90 |
+
title={NUBes: A corpus of negation and uncertainty in Spanish clinical texts},
|
91 |
+
author={Lima, Salvador and Perez, Naiara and Cuadros, Montse and Rigau, German},
|
92 |
+
journal={arXiv preprint arXiv:2004.01092},
|
93 |
+
year={2020}
|
94 |
+
}
|
95 |
+
```
|