Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
# LLMs with Quality Vocabulary Integration for Drug Entity Recognition in Spanish Medical Texts
|
| 5 |
+
|
| 6 |
+
This repository holds the data for the paper "LLMs with Quality Vocabulary Integration for Drug Entity Recognition in Spanish Medical Texts".
|
| 7 |
+
|
| 8 |
+
The corresponding code can be found in the [GitHub repository](https://github.com/edugredu/llamaMedicalVocabIntegration).
|
| 9 |
+
|
| 10 |
+
The repository contains the following files:
|
| 11 |
+
- `cima.csv`: Data extracted from the CIMA website.
|
| 12 |
+
- `fda.csv`: Data extracted from the FDA website.
|
| 13 |
+
- `cima_fda.csv`: Combination of the CIMA and FDA data.
|