Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ ClinLinker-KB-GP is a state-of-the-art bi-encoder model for medical entity linki
|
|
25 |
- **Evaluated On**: DisTEMIST, MedProcNER, SympTEMIST
|
26 |
- **Users**: Researchers and practitioners working in clinical NLP
|
27 |
|
28 |
-
## Performance Summary (Top-25 Accuracy)
|
29 |
|
30 |
| Model | DisTEMIST | MedProcNER | SympTEMIST |
|
31 |
|--------------------|-----------|------------|------------|
|
@@ -56,7 +56,7 @@ print(embedding.shape)
|
|
56 |
|
57 |
For scalable retrieval, use [Faiss](https://github.com/facebookresearch/faiss) or the [`FaissEncoder`](https://github.com/ICB-UMA/KnowledgeGraph) class.
|
58 |
|
59 |
-
## Limitations
|
60 |
- The model is optimized for Spanish clinical data and may underperform outside this domain.
|
61 |
- Expert validation is advised in critical applications.
|
62 |
|
|
|
25 |
- **Evaluated On**: DisTEMIST, MedProcNER, SympTEMIST
|
26 |
- **Users**: Researchers and practitioners working in clinical NLP
|
27 |
|
28 |
+
## 📈 Performance Summary (Top-25 Accuracy)
|
29 |
|
30 |
| Model | DisTEMIST | MedProcNER | SympTEMIST |
|
31 |
|--------------------|-----------|------------|------------|
|
|
|
56 |
|
57 |
For scalable retrieval, use [Faiss](https://github.com/facebookresearch/faiss) or the [`FaissEncoder`](https://github.com/ICB-UMA/KnowledgeGraph) class.
|
58 |
|
59 |
+
## ⚠️ Limitations
|
60 |
- The model is optimized for Spanish clinical data and may underperform outside this domain.
|
61 |
- Expert validation is advised in critical applications.
|
62 |
|