Datasets:

Modalities:
Text
Languages:
Spanish
Libraries:
Datasets
License:
gabrielaltay commited on
Commit
005ac3c
1 Parent(s): 5f69b48

upload hub_repos/codiesp/README.md to hub from bigbio repo

Browse files
Files changed (1) hide show
  1. README.md +70 -0
README.md ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ language:
4
+ - es
5
+ license: cc-by-4.0
6
+ license_bigbio_shortname: CC_BY_4p0
7
+ pretty_name: CodiEsp
8
+ ---
9
+
10
+
11
+ # Dataset Card for CodiEsp
12
+
13
+ ## Dataset Description
14
+
15
+ - **Homepage:** https://temu.bsc.es/codiesp/
16
+ - **Pubmed:** False
17
+ - **Public:** True
18
+ - **Tasks:** Text Classification, Named Entity Recognition, Named Entity Disambiguation
19
+
20
+
21
+ Synthetic corpus of 1,000 manually selected clinical case studies in Spanish
22
+ that was designed for the Clinical Case Coding in Spanish Shared Task, as part
23
+ of the CLEF 2020 conference.
24
+
25
+ The goal of the task was to automatically assign ICD10 codes (CIE-10, in
26
+ Spanish) to clinical case documents, being evaluated against manually generated
27
+ ICD10 codifications. The CodiEsp corpus was selected manually by practicing
28
+ physicians and clinical documentalists and annotated by clinical coding
29
+ professionals meeting strict quality criteria. They reached an inter-annotator
30
+ agreement of 88.6% for diagnosis coding, 88.9% for procedure coding and 80.5%
31
+ for the textual reference annotation.
32
+
33
+ The final collection of 1,000 clinical cases that make up the corpus had a total
34
+ of 16,504 sentences and 396,988 words. All documents are in Spanish language and
35
+ CIE10 is the coding terminology (the Spanish version of ICD10-CM and ICD10-PCS).
36
+ The CodiEsp corpus has been randomly sampled into three subsets. The train set
37
+ contains 500 clinical cases, while the development and test sets have 250
38
+ clinical cases each. In addition to these, a collection of 176,294 abstracts
39
+ from Lilacs and Ibecs with the corresponding ICD10 codes (ICD10-CM and
40
+ ICD10-PCS) was provided by the task organizers. Every abstract has at least one
41
+ associated code, with an average of 2.5 ICD10 codes per abstract.
42
+
43
+ The CodiEsp track was divided into three sub-tracks (2 main and 1 exploratory):
44
+
45
+ - CodiEsp-D: The Diagnosis Coding sub-task, which requires automatic ICD10-CM
46
+ [CIE10-Diagn贸stico] code assignment.
47
+ - CodiEsp-P: The Procedure Coding sub-task, which requires automatic ICD10-PCS
48
+ [CIE10-Procedimiento] code assignment.
49
+ - CodiEsp-X: The Explainable AI exploratory sub-task, which requires to submit
50
+ the reference to the predicted codes (both ICD10-CM and ICD10-PCS). The goal
51
+ of this novel task was not only to predict the correct codes but also to
52
+ present the reference in the text that supports the code predictions.
53
+
54
+ For further information, please visit https://temu.bsc.es/codiesp or send an
55
+ email to encargo-pln-life@bsc.es
56
+
57
+
58
+
59
+ ## Citation Information
60
+
61
+ ```
62
+ @article{miranda2020overview,
63
+ title={Overview of Automatic Clinical Coding: Annotations, Guidelines, and Solutions for non-English Clinical Cases at CodiEsp Track of CLEF eHealth 2020.},
64
+ author={Miranda-Escalada, Antonio and Gonzalez-Agirre, Aitor and Armengol-Estap{'e}, Jordi and Krallinger, Martin},
65
+ journal={CLEF (Working Notes)},
66
+ volume={2020},
67
+ year={2020}
68
+ }
69
+
70
+ ```