Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Spanish Clinical Glossary for LATAM (Alephoo)
|
| 2 |
+
|
| 3 |
+
A lightweight glossary of common clinical terms and expressions used in Latin American Spanish. Each entry includes synonyms, context of use (e.g. doctor, admin staff, patient), and a real-world example sentence.
|
| 4 |
+
|
| 5 |
+
This is especially useful for training AI models to understand **local terminology** in clinical conversations and align it with the context of **software clinics**.
|
| 6 |
+
|
| 7 |
+
## Fields
|
| 8 |
+
- `term`: Clinical or administrative term in Spanish
|
| 9 |
+
- `synonyms`: English-language synonyms
|
| 10 |
+
- `usage_context`: Who typically uses it (e.g., `doctor`, `admin_staff`, `patient`)
|
| 11 |
+
- `example`: Example usage in Spanish
|
| 12 |
+
- `related_keyword`: Always `"software clinics"`
|
| 13 |
+
|
| 14 |
+
## Use Case
|
| 15 |
+
Fine-tuning language models and chatbots to improve Spanish-language understanding in healthcare tech applications.
|
| 16 |
+
|
| 17 |
+
**License**: CC-BY-4.0
|
| 18 |
+
**Tags**: `Alephoo`, `glossary`, `Spanish`, `clinical`, `NLP`, `LATAM`, `software clinics`
|