Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Spanish
License:
gonzalo-santamaria-iic commited on
Commit
be18071
·
verified ·
1 Parent(s): fb03c3c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +177 -0
README.md CHANGED
@@ -33,4 +33,181 @@ configs:
33
  path: data/validation-*
34
  - split: test
35
  path: data/test-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  path: data/validation-*
34
  - split: test
35
  path: data/test-*
36
+ annotations_creators:
37
+ - expert-generated
38
+ language:
39
+ - es
40
+ tags:
41
+ - biomedical
42
+ - clinical
43
+ - spanish
44
+ multilinguality:
45
+ - monolingual
46
+ task_categories:
47
+ - token-classification
48
+ task_ids:
49
+ - named-entity-recognition
50
+ license:
51
+ - cc-by-4.0
52
  ---
53
+
54
+ # CANTEMIST
55
+
56
+ ## Dataset Description
57
+
58
+ Manually classified collection of Spanish oncological clinical case reports.
59
+
60
+ - **Homepage:** [zenodo](https://zenodo.org/record/3978041)
61
+ - **Paper:** [Named Entity Recognition, Concept Normalization and Clinical Coding: Overview of the Cantemist Track for Cancer Text Mining in Spanish, Corpus, Guidelines, Methods and Results](https://www.researchgate.net/profile/Antonio-Miranda-Escalada-2/publication/352786464_Named_Entity_Recognition_Concept_Normalization_and_Clinical_Coding_Overview_of_the_Cantemist_Track_for_Cancer_Text_Mining_in_Spanish_Corpus_Guidelines_Methods_and_Results/links/60d98a3b458515d6fbe382d8/Named-Entity-Recognition-Concept-Normalization-and-Clinical-Coding-Overview-of-the-Cantemist-Track-for-Cancer-Text-Mining-in-Spanish-Corpus-Guidelines-Methods-and-Results.pdf)
62
+ - **Point of Contact:** encargo-pln-life@bsc.es
63
+
64
+ ### Dataset Summary
65
+
66
+ Collection of 1301 oncological clinical case reports written in Spanish, with tumor morphology mentions manually annotated and mapped by clinical experts to a controlled terminology. Every tumor morphology mention is linked to an eCIE-O code (the Spanish equivalent of ICD-O).
67
+
68
+ The training subset contains 501 documents, the development subsets 500, and the test subset 300. The original dataset is distributed in [Brat](https://brat.nlplab.org/standoff.html) format.
69
+
70
+ This dataset was designed for the CANcer TExt Mining Shared Task, sponsored by [Plan-TL](https://plantl.mineco.gob.es/Paginas/index.aspx).
71
+
72
+ For further information, please visit [the official website](https://temu.bsc.es/cantemist/).
73
+
74
+ ### Supported Tasks
75
+
76
+ Named Entity Recognition (NER)
77
+
78
+ ### Languages
79
+
80
+ - Spanish (es)
81
+
82
+ ### Directory Structure
83
+
84
+ * README.md
85
+ * cantemist.py
86
+ * train.conll
87
+ * dev.conll
88
+ * test.conll
89
+
90
+ ## Dataset Structure
91
+
92
+ ### Data Instances
93
+
94
+ Three four-column files, one for each split.
95
+
96
+ ### Data Fields
97
+
98
+ Every file has 4 columns:
99
+ * 1st column: Word form or punctuation symbol
100
+ * 2nd column: Original BRAT file name
101
+ * 3rd column: Spans
102
+ * 4th column: IOB tag
103
+
104
+ #### Example
105
+
106
+ <pre>
107
+ El cc_onco101 662_664 O
108
+ informe cc_onco101 665_672 O
109
+ HP cc_onco101 673_675 O
110
+ es cc_onco101 676_678 O
111
+ compatible cc_onco101 679_689 O
112
+ con cc_onco101 690_693 O
113
+ adenocarcinoma cc_onco101 694_708 B-MORFOLOGIA_NEOPLASIA
114
+ moderadamente cc_onco101 709_722 I-MORFOLOGIA_NEOPLASIA
115
+ diferenciado cc_onco101 723_735 I-MORFOLOGIA_NEOPLASIA
116
+ que cc_onco101 736_739 O
117
+ afecta cc_onco101 740_746 O
118
+ a cc_onco101 747_748 O
119
+ grasa cc_onco101 749_754 O
120
+ peripancreática cc_onco101 755_770 O
121
+ sobrepasando cc_onco101 771_783 O
122
+ la cc_onco101 784_786 O
123
+ serosa cc_onco101 787_793 O
124
+ , cc_onco101 793_794 O
125
+ infiltración cc_onco101 795_807 O
126
+ perineural cc_onco101 808_818 O
127
+ . cc_onco101 818_819 O
128
+ </pre>
129
+
130
+ ### Data Splits
131
+
132
+ | Split | Size |
133
+ | ------------- | ------------- |
134
+ | `train` | 19,397 |
135
+ | `dev` | 18,165 |
136
+ | `test` | 11,168 |
137
+
138
+ ## Dataset Creation
139
+
140
+ ### Curation Rationale
141
+
142
+ For compatibility with similar datasets in other languages, we followed as close as possible existing curation guidelines.
143
+
144
+ ### Source Data
145
+
146
+ #### Initial Data Collection and Normalization
147
+
148
+ The selected clinical case reports are fairly similar to hospital health records. To increase the usefulness and practical relevance of the CANTEMIST corpus, we selected clinical cases affecting all genders and that comprised most ages (from children to the elderly) and of various complexity levels (solid tumors, hemato-oncological malignancies, neuroendocrine cancer...).
149
+
150
+ The CANTEMIST cases include clinical signs and symptoms, personal and family history, current illness, physical examination, complementary tests (blood tests, imaging, pathology), diagnosis, treatment (including adverse effects of chemotherapy), evolution and outcome.
151
+
152
+ #### Who are the source language producers?
153
+
154
+ Humans, there is no machine generated data.
155
+
156
+ ### Annotations
157
+
158
+ #### Annotation process
159
+
160
+ The manual annotation of the Cantemist corpus was performed by clinical experts following the Cantemist guidelines (for more detail refer to this [paper](http://ceur-ws.org/Vol-2664/cantemist_overview.pdf)). These guidelines contain rules for annotating morphology neoplasms in Spanish oncology clinical cases, as well as for mapping these annotations to eCIE-O.
161
+
162
+ A medical doctor was regularly consulted by annotators (scientists with PhDs on cancer-related subjects) for the most difficult pathology expressions. This same doctor periodically checked a random selection of annotated clinical records and these annotations were compared and discussed with the annotators. To normalize a selection of very complex cases, MD specialists in pathology from one of the largest university hospitals in Spain were consulted.
163
+
164
+ #### Who are the annotators?
165
+
166
+ Clinical experts.
167
+
168
+ ### Personal and Sensitive Information
169
+
170
+ No personal or sensitive information included.
171
+
172
+ ## Considerations for Using the Data
173
+
174
+ ### Social Impact of Dataset
175
+
176
+ This corpus contributes to the development of medical language models in Spanish.
177
+
178
+ ### Discussion of Biases
179
+
180
+ Not applicable.
181
+
182
+ ## Additional Information
183
+
184
+ ### Dataset Curators
185
+
186
+ Text Mining Unit (TeMU) at the Barcelona Supercomputing Center (bsc-temu@bsc.es).
187
+
188
+ For further information, send an email to (plantl-gob-es@bsc.es).
189
+
190
+ This work was funded by the [Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA)](https://avancedigital.mineco.gob.es/en-us/Paginas/index.aspx) within the framework of the [Plan-TL](https://plantl.mineco.gob.es/Paginas/index.aspx).
191
+
192
+ ### Licensing information
193
+
194
+ This work is licensed under [CC Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) License.
195
+
196
+ Copyright by the Spanish State Secretariat for Digitalization and Artificial Intelligence (SEDIA) (2022)
197
+
198
+
199
+ ### Citation Information
200
+
201
+ ```bibtex
202
+ @article{cantemist,
203
+ title={Named Entity Recognition, Concept Normalization and Clinical Coding: Overview of the Cantemist Track for Cancer Text Mining in Spanish, Corpus, Guidelines, Methods and Results.},
204
+ author={Miranda-Escalada, Antonio and Farr{\'e}, Eul{\`a}lia and Krallinger, Martin},
205
+ journal={IberLEF@ SEPLN},
206
+ pages={303--323},
207
+ year={2020}
208
+ }
209
+ ```
210
+
211
+ ### Contributions
212
+
213
+ [N/A]