heliumind commited on
Commit
0d84f86
·
1 Parent(s): 4164689

add dataset card

Browse files
Files changed (1) hide show
  1. README.md +264 -0
README.md ADDED
@@ -0,0 +1,264 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - de
4
+ license: cc-by-nc-nd-4.0
5
+ tags:
6
+ - text classification
7
+ - multi-label
8
+ - ICD-10
9
+ - ICD-10-GM
10
+ - animal experiment
11
+ - non-technical summaries
12
+ - text mining
13
+ - document indexing
14
+ annotations_creators:
15
+ - expert-generated
16
+ language_creators:
17
+ - expert-generated
18
+ pretty_name: CLEF eHealth 2019
19
+ size_categories:
20
+ - 1K<n<10K
21
+ task_categories:
22
+ - text-classification
23
+ task_ids:
24
+ - multi-label-classification
25
+ dataset_info:
26
+ features:
27
+ - name: id
28
+ dtype: string
29
+ - name: title
30
+ dtype: string
31
+ - name: goals
32
+ dtype: string
33
+ - name: harms
34
+ dtype: string
35
+ - name: replacement
36
+ dtype: string
37
+ - name: reduction
38
+ dtype: string
39
+ - name: refinement
40
+ dtype: string
41
+ - name: labels
42
+ sequence: string
43
+ splits:
44
+ - name: train
45
+ num_bytes: 17863816
46
+ num_examples: 5854
47
+ - name: validation
48
+ num_bytes: 1972708
49
+ num_examples: 654
50
+ - name: test
51
+ num_bytes: 950832
52
+ num_examples: 314
53
+ download_size: 20791475
54
+ dataset_size: 20787356
55
+ ---
56
+
57
+ # Dataset Card for CLEF eHealth 2019 Task 1
58
+
59
+ ## Table of Contents
60
+ - [Table of Contents](#table-of-contents)
61
+ - [Dataset Description](#dataset-description)
62
+ - [Dataset Summary](#dataset-summary)
63
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
64
+ - [Languages](#languages)
65
+ - [Dataset Structure](#dataset-structure)
66
+ - [Data Instances](#data-instances)
67
+ - [Data Fields](#data-fields)
68
+ - [Data Splits](#data-splits)
69
+ - [Dataset Creation](#dataset-creation)
70
+ - [Curation Rationale](#curation-rationale)
71
+ - [Source Data](#source-data)
72
+ - [Annotations](#annotations)
73
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
74
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
75
+ - [Social Impact of Dataset](#social-impact-of-dataset)
76
+ - [Discussion of Biases](#discussion-of-biases)
77
+ - [Other Known Limitations](#other-known-limitations)
78
+ - [Additional Information](#additional-information)
79
+ - [Dataset Curators](#dataset-curators)
80
+ - [Licensing Information](#licensing-information)
81
+ - [Citation Information](#citation-information)
82
+ - [Contributions](#contributions)
83
+
84
+ ## Dataset Description
85
+
86
+ - **Homepage (Train + Dev set):** https://www.openagrar.de/receive/openagrar_mods_00046540
87
+ - **Homepage (Test set):** https://www.openagrar.de/receive/openagrar_mods_00049062
88
+ - **Repository:** https://github.com/mariananeves/clef19ehealth-task1
89
+ - **Paper:** https://doi.org/10.17590/20190506-101759
90
+ - **Point of Contact:** [Mariana Neves](mailto:[email protected] )
91
+
92
+ ### Dataset Summary
93
+
94
+ Dataset containing 8,386 non-technical summaries (NTS) of animal experiments
95
+ recently carried out in Germany (as of September 19, 2018) and originally
96
+ on-line available at the [AnimalTestInfo](http://animaltestinfo.de) database.
97
+ Each NTS contains a title, uses (goals) of the experiments, possible harms
98
+ caused to the animals, and comments about replacement, reduction and refinement
99
+ (in the scope of the 3R principles). All documents are in the German language.
100
+ The dataset includes the ICD-10 codes manually assigned by experts to the NTS.
101
+ However, some NTSs have no ICD-10 codes assigned to them, as the codes were not
102
+ applicable to the uses described in the NTS. These are not included in the
103
+ huggingface dataset. All codes are chapters or groups from the [ICD-10 German Modification 2016 version](https://www.dimdi.de/static/de/klassifikationen/icd/icd-10-gm/kode-suche/htmlgm2016/).
104
+ Finally, the dataset is split into training and development datasets which are
105
+ meant to be used in the [CLEF eHealth 2019, Task 1 - Multilingual Information Extraction](https://sites.google.com/view/clefehealth2019/task-1-multilingual-information-extraction-icd10-coding).
106
+
107
+ ### Supported Tasks and Leaderboards
108
+
109
+ Mutli-Label Classification.
110
+
111
+ ### Languages
112
+
113
+ German (`de`)
114
+
115
+ ## Dataset Structure
116
+
117
+ ### Data Instances
118
+
119
+ An example of 'train' looks as follows.
120
+ ```
121
+ {
122
+ "id": "id of NTS",
123
+ "title": "title of NTS",
124
+ "goals": "uses (goals) of the experiments",
125
+ "harms": "possible harms caused to the animals",
126
+ "replacement": "comments about replacement (in the scope of the 3R principles)",
127
+ "reduction": "comments about reduction (in the scope of the 3R principles)",
128
+ "refinement": "comments about refinement (in the scope of the 3R principles),
129
+ "labels": ["J40-J47", "X"]
130
+ }
131
+ ```
132
+
133
+ ### Data Fields
134
+
135
+ The data fields are the same among all splits.
136
+
137
+ - "id": a `string` feature.
138
+ - "title": a `string` feature.
139
+ - "goals": a `string` feature.
140
+ - "harms": a `string` feature.
141
+ - "replacement": a `string` feature.
142
+ - "reduction": a `string` feature.
143
+ - "refinement": a `string` feature.
144
+ - "labels": a list of `string` features.
145
+
146
+ ### Data Splits
147
+
148
+ The dataset has 3 splits: _train_, _validation_, and _test_.
149
+
150
+ | Dataset Split | Number of Instances in Split |
151
+ | ------------- | ---------------------------- |
152
+ | Train | 5854 |
153
+ | Validation | 654 |
154
+ | Test | 654 |
155
+
156
+ ## Dataset Creation
157
+
158
+ ### Curation Rationale
159
+
160
+ [More Information Needed]
161
+
162
+ ### Source Data
163
+
164
+ #### Initial Data Collection and Normalization
165
+
166
+ [More Information Needed]
167
+
168
+ #### Who are the source language producers?
169
+
170
+ [More Information Needed]
171
+
172
+ ### Annotations
173
+
174
+ #### Annotation process
175
+
176
+ [More Information Needed]
177
+
178
+ #### Who are the annotators?
179
+
180
+ [More Information Needed]
181
+
182
+ ### Personal and Sensitive Information
183
+
184
+ [More Information Needed]
185
+
186
+ ## Considerations for Using the Data
187
+
188
+ ### Social Impact of Dataset
189
+
190
+ [More Information Needed]
191
+
192
+ ### Discussion of Biases
193
+
194
+ [More Information Needed]
195
+
196
+ ### Other Known Limitations
197
+
198
+ [More Information Needed]
199
+
200
+ ## Additional Information
201
+
202
+ ### Dataset Curators
203
+
204
+ This data was originally collected by Mariana Neves, Daniel Butzke, Antje Dörendahl, Nora Leich, Barbara Grune, Gilbert Schönfelder of Bundesinstitut für Risikobewertung (BfR).
205
+
206
+ ### Licensing Information
207
+
208
+ The dataset is distributed under the CC BY-NC-ND 4.0 license.
209
+
210
+ ### Citation Information
211
+
212
+ Training and Development/Validation set:
213
+ ```
214
+ @Misc{openagrar_mods_00046540,
215
+ author = {Neves, Mariana
216
+ and Butzke, Daniel
217
+ and D{\"o}rendahl, Antje
218
+ and Leich, Nora
219
+ and Grune, Barbara
220
+ and Sch{\"o}nfelder, Gilbert},
221
+ title = {Non-technical Summaries (NTS) of Animal Experiments Indexed with ICD-10 Codes (Version 1.0)},
222
+ year = {2019},
223
+ month = {Jan},
224
+ day = {18},
225
+ publisher = {Open Agrar Repository},
226
+ keywords = {animal experiment; non-technical summaries; ICD-10 codes; text mining; document indexing; Deutschland},
227
+ abstract = {Dataset containing 8,386 non-technical summaries (NTS) of animal experiments recently carried out in Germany (as of September 19, 2018) and originally on-line available at the AnimalTestInfo database (http://animaltestinfo.de). Each NTS contains a title, uses (goals) of the experiments, possible harms caused to the animals, and comments about replacement, reduction and refinement (in the scope of the 3R principles). All documents are in the German language. The dataset includes the ICD-10 codes manually assigned by experts to the NTS. However, some NTSs have no ICD-10 codes assigned to them, as the codes were not applicable to the uses described in the NTS. All codes are chapters or groups from the ICD-10 German Modification 2016 version (https://www.dimdi.de/static/de/klassifikationen/icd/icd-10-gm/kode-suche/htmlgm2016/). Finally, the dataset is split into training and development datasets which are meant to be used in the CLEF eHealth 2019, Task 1 - Multilingual Information Extraction (https://sites.google.com/view/clefehealth2019/task-1-multilingual-information-extraction-icd10-coding).},
228
+ doi = {10.17590/20190118-134645-0},
229
+ url = {https://www.openagrar.de/receive/openagrar_mods_00046540},
230
+ url = {https://doi.org/10.17590/20190118-134645-0},
231
+ file = {:https://www.openagrar.de/servlets/MCRFileNodeServlet/openagrar_derivate_00019621/nts-icd.zip:TYPE},
232
+ language = {en}
233
+ }
234
+ ```
235
+
236
+ Test set:
237
+ ```
238
+ @Misc{openagrar_mods_00049062,
239
+ author = {Neves, Mariana
240
+ and Butzke, Daniel
241
+ and D{\"o}rendahl, Antje
242
+ and Leich, Nora
243
+ and Grune, Barbara
244
+ and Sch{\"o}nfelder, Gilbert},
245
+ title = {Test set of Non-technical Summaries (NTS) of Animal Experiments Indexed with ICD-10 Codes (Version 1.0)},
246
+ year = {2019},
247
+ month = {May},
248
+ day = {06},
249
+ publisher = {Open Agrar Repository},
250
+ keywords = {animal experiment; non-technical summaries; ICD-10 codes; text mining; document indexing; Deutschland},
251
+ abstract = {This is the official test set of the CLEF eHealth 2019, Task 1 - Multilingual Information Extraction (http://clef-ehealth.org/).
252
+ It contains 407 non-technical summaries (NTS) of animal experiments planned to be carried out in Germany and originally online available at the AnimalTestInfo database (http://animaltestinfo.de). Each NTS contains a title, benefits (goals) of the experiments, possible harms caused to the animals, and comments about replacement, reduction and refinement (in the scope of the 3R principles). All documents are in the German language.
253
+ The dataset includes the ICD-10 codes manually assigned by experts to the NTS. However, some NTSs have no ICD-10 codes assigned to them, as the codes were not applicable to the uses described in the NTS. All codes are chapters or groups from the ICD-10 German Modification 2016 version (https://www.dimdi.de/static/de/klassifikationen/icd/icd-10-gm/kode-suche/htmlgm2016/).},
254
+ doi = {10.17590/20190506-101759},
255
+ url = {https://www.openagrar.de/receive/openagrar_mods_00049062},
256
+ url = {https://doi.org/10.17590/20190506-101759},
257
+ file = {:https://www.openagrar.de/servlets/MCRFileNodeServlet/openagrar_derivate_00021578/nts_icd.zip:TYPE},
258
+ language = {en}
259
+ }
260
+ ```
261
+
262
+ ### Contributions
263
+
264
+ Thanks to [@heliumind](https://github.com/heliumind) for adding this dataset.