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,35 +14,57 @@ task_ids:
|
|
14 |
licenses:
|
15 |
- cc-by-4-0
|
16 |
---
|
|
|
17 |
# CANTEMIST Corpus
|
|
|
18 |
## Dataset Description
|
|
|
19 |
### Dataset Summary
|
|
|
20 |
Collection of 1301 oncological clinical case reports written in Spanish, , with tumor morphology mentions annotated and mapped to a controlled terminology, eCIE-O. The training subset contains 501 documents, the development subsets 500, and the test subset 300.
|
|
|
21 |
All documents of the corpus have been manually annotated by clinical experts with mentions of tumor morphology (in Spanish, “morfología de neoplasia”). Every tumor morphology mention is linked to an eCIE-O code (the Spanish equivalent of ICD-O).
|
|
|
22 |
This dataset was designed for the CANcer TExt Mining Shared Task, sponsored by [Plan de Impulso de las Tecnologías del Lenguaje (Plan-TL)](https://plantl.mineco.gob.es/Paginas/index.aspx).
|
|
|
23 |
For further information, please visit [the official website](https://temu.bsc.es/cantemist/).
|
|
|
24 |
## Digital Object Identifier (DOI) and access to dataset files
|
|
|
25 |
https://zenodo.org/record/3978041
|
|
|
26 |
### Supported Tasks
|
|
|
27 |
Named Entity Recognition
|
|
|
28 |
### Languages
|
|
|
29 |
ES - Spanish
|
|
|
30 |
### Directory Structure
|
|
|
31 |
* README.md
|
32 |
* cantemist.py
|
33 |
* TODO
|
34 |
* TODO
|
35 |
* TODO
|
|
|
36 |
## Dataset Structure
|
|
|
37 |
### Data Instances
|
|
|
38 |
Three four-column files, one for each split.
|
|
|
39 |
### Data Fields
|
|
|
40 |
Every file has 4 columns:
|
41 |
* 1st column: Word form or punctuation symbol
|
42 |
* 2nd column: Original BRAT file name
|
43 |
* 3rd column: Spans
|
44 |
* 4th column: IOB tag
|
|
|
45 |
#### Example
|
|
|
46 |
<pre>
|
47 |
El cc_onco101 662_664 O
|
48 |
informe cc_onco101 665_672 O
|
|
|
14 |
licenses:
|
15 |
- cc-by-4-0
|
16 |
---
|
17 |
+
|
18 |
# CANTEMIST Corpus
|
19 |
+
|
20 |
## Dataset Description
|
21 |
+
|
22 |
### Dataset Summary
|
23 |
+
|
24 |
Collection of 1301 oncological clinical case reports written in Spanish, , with tumor morphology mentions annotated and mapped to a controlled terminology, eCIE-O. The training subset contains 501 documents, the development subsets 500, and the test subset 300.
|
25 |
+
|
26 |
All documents of the corpus have been manually annotated by clinical experts with mentions of tumor morphology (in Spanish, “morfología de neoplasia”). Every tumor morphology mention is linked to an eCIE-O code (the Spanish equivalent of ICD-O).
|
27 |
+
|
28 |
This dataset was designed for the CANcer TExt Mining Shared Task, sponsored by [Plan de Impulso de las Tecnologías del Lenguaje (Plan-TL)](https://plantl.mineco.gob.es/Paginas/index.aspx).
|
29 |
+
|
30 |
For further information, please visit [the official website](https://temu.bsc.es/cantemist/).
|
31 |
+
|
32 |
## Digital Object Identifier (DOI) and access to dataset files
|
33 |
+
|
34 |
https://zenodo.org/record/3978041
|
35 |
+
|
36 |
### Supported Tasks
|
37 |
+
|
38 |
Named Entity Recognition
|
39 |
+
|
40 |
### Languages
|
41 |
+
|
42 |
ES - Spanish
|
43 |
+
|
44 |
### Directory Structure
|
45 |
+
|
46 |
* README.md
|
47 |
* cantemist.py
|
48 |
* TODO
|
49 |
* TODO
|
50 |
* TODO
|
51 |
+
|
52 |
## Dataset Structure
|
53 |
+
|
54 |
### Data Instances
|
55 |
+
|
56 |
Three four-column files, one for each split.
|
57 |
+
|
58 |
### Data Fields
|
59 |
+
|
60 |
Every file has 4 columns:
|
61 |
* 1st column: Word form or punctuation symbol
|
62 |
* 2nd column: Original BRAT file name
|
63 |
* 3rd column: Spans
|
64 |
* 4th column: IOB tag
|
65 |
+
|
66 |
#### Example
|
67 |
+
|
68 |
<pre>
|
69 |
El cc_onco101 662_664 O
|
70 |
informe cc_onco101 665_672 O
|