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