Datasets:
Tasks:
Token Classification
Modalities:
Text
Sub-tasks:
named-entity-recognition
Languages:
Spanish
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,8 @@ task_ids:
|
|
14 |
|
15 |
# PharmaCoNER Corpus
|
16 |
|
|
|
|
|
17 |
This dataset is designed for the PharmaCoNER task, sponsored by Plan de Impulso de las Tecnologías del Lenguaje (Plan TL).
|
18 |
|
19 |
It is a manually classified collection of clinical case studies derived from the Spanish Clinical Case Corpus (SPACCC), an open access electronic library that gathers Spanish medical publications from SciELO (Scientific Electronic Library Online).
|
@@ -55,13 +57,9 @@ If you use these resources in your work, please cite the following paper:
|
|
55 |
|
56 |
https://zenodo.org/record/4270158#.YTnXP0MzY0F
|
57 |
|
58 |
-
## Introduction
|
59 |
-
|
60 |
-
TO DO: This is a dataset for Named Entity Recognition (NER) from...
|
61 |
-
|
62 |
### Supported Tasks and Leaderboards
|
63 |
|
64 |
-
Named
|
65 |
|
66 |
### Languages
|
67 |
|
@@ -69,11 +67,11 @@ ES - Spanish
|
|
69 |
|
70 |
### Directory structure
|
71 |
|
72 |
-
* pharmaconer.py
|
73 |
-
* dev.conll
|
74 |
-
* test.conll
|
75 |
-
* train.conll
|
76 |
* README.md
|
|
|
|
|
|
|
|
|
77 |
|
78 |
## Dataset Structure
|
79 |
|
|
|
14 |
|
15 |
# PharmaCoNER Corpus
|
16 |
|
17 |
+
## Introduction
|
18 |
+
|
19 |
This dataset is designed for the PharmaCoNER task, sponsored by Plan de Impulso de las Tecnologías del Lenguaje (Plan TL).
|
20 |
|
21 |
It is a manually classified collection of clinical case studies derived from the Spanish Clinical Case Corpus (SPACCC), an open access electronic library that gathers Spanish medical publications from SciELO (Scientific Electronic Library Online).
|
|
|
57 |
|
58 |
https://zenodo.org/record/4270158#.YTnXP0MzY0F
|
59 |
|
|
|
|
|
|
|
|
|
60 |
### Supported Tasks and Leaderboards
|
61 |
|
62 |
+
Named Entity Recognition
|
63 |
|
64 |
### Languages
|
65 |
|
|
|
67 |
|
68 |
### Directory structure
|
69 |
|
|
|
|
|
|
|
|
|
70 |
* README.md
|
71 |
+
* pharmaconer.py
|
72 |
+
* dev-set_1.1.conll
|
73 |
+
* test-set_1.1.conll
|
74 |
+
* train-set_1.1.conll
|
75 |
|
76 |
## Dataset Structure
|
77 |
|