fernandogd97 commited on
Commit
c53637d
verified
1 Parent(s): 0edaf39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -19,7 +19,7 @@ tags:
19
  ## Model Description
20
  ClinLinker-KB-GP is a state-of-the-art bi-encoder model for medical entity linking (MEL) in Spanish, optimized for clinical domain tasks. It enriches concept representations by incorporating not only synonyms but also hierarchical relationships (parents and grandparents) from the UMLS and SNOMED-CT ontologies. The model was trained with a contrastive-learning strategy using hard negative mining and multi-similarity loss.
21
 
22
- ## Intended Use
23
  - **Domain**: Spanish Clinical NLP
24
  - **Tasks**: Entity linking (diseases, symptoms, procedures) to SNOMED-CT
25
  - **Evaluated On**: DisTEMIST, MedProcNER, SympTEMIST
@@ -37,7 +37,7 @@ ClinLinker-KB-GP is a state-of-the-art bi-encoder model for medical entity linki
37
 
38
  *Results correspond to the cleaned gold-standard version (no "NO CODE" or "COMPOSITE").*
39
 
40
- ## Usage
41
 
42
  ```python
43
  from transformers import AutoModel, AutoTokenizer
@@ -60,7 +60,7 @@ For scalable retrieval, use [Faiss](https://github.com/facebookresearch/faiss) o
60
  - The model is optimized for Spanish clinical data and may underperform outside this domain.
61
  - Expert validation is advised in critical applications.
62
 
63
- ## Citation
64
 
65
  > Gallego, Fernando and L贸pez-Garc铆a, Guillermo and Gasco, Luis and Krallinger, Martin and Veredas, Francisco J., Clinlinker-Kb: Clinical Entity Linking in Spanish with Knowledge-Graph Enhanced Biencoders. Available at SSRN:http://dx.doi.org/10.2139/ssrn.4939986.
66
 
 
19
  ## Model Description
20
  ClinLinker-KB-GP is a state-of-the-art bi-encoder model for medical entity linking (MEL) in Spanish, optimized for clinical domain tasks. It enriches concept representations by incorporating not only synonyms but also hierarchical relationships (parents and grandparents) from the UMLS and SNOMED-CT ontologies. The model was trained with a contrastive-learning strategy using hard negative mining and multi-similarity loss.
21
 
22
+ ## 馃挕 Intended Use
23
  - **Domain**: Spanish Clinical NLP
24
  - **Tasks**: Entity linking (diseases, symptoms, procedures) to SNOMED-CT
25
  - **Evaluated On**: DisTEMIST, MedProcNER, SympTEMIST
 
37
 
38
  *Results correspond to the cleaned gold-standard version (no "NO CODE" or "COMPOSITE").*
39
 
40
+ ## 馃И Usage
41
 
42
  ```python
43
  from transformers import AutoModel, AutoTokenizer
 
60
  - The model is optimized for Spanish clinical data and may underperform outside this domain.
61
  - Expert validation is advised in critical applications.
62
 
63
+ ## 馃摎 Citation
64
 
65
  > Gallego, Fernando and L贸pez-Garc铆a, Guillermo and Gasco, Luis and Krallinger, Martin and Veredas, Francisco J., Clinlinker-Kb: Clinical Entity Linking in Spanish with Knowledge-Graph Enhanced Biencoders. Available at SSRN:http://dx.doi.org/10.2139/ssrn.4939986.
66