ggelabert commited on
Commit
95114b4
·
1 Parent(s): 3843ba2

Add csv files

Browse files
.gitattributes CHANGED
@@ -49,3 +49,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
49
  *.jpg filter=lfs diff=lfs merge=lfs -text
50
  *.jpeg filter=lfs diff=lfs merge=lfs -text
51
  *.webp filter=lfs diff=lfs merge=lfs -text
 
 
 
49
  *.jpg filter=lfs diff=lfs merge=lfs -text
50
  *.jpeg filter=lfs diff=lfs merge=lfs -text
51
  *.webp filter=lfs diff=lfs merge=lfs -text
52
+ . filter=lfs diff=lfs merge=lfs -text
53
+ *.csv filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language:
5
+ - '''es'''
6
+ language_creators:
7
+ - expert-generated
8
+ license:
9
+ - Creative Commons Attribution 4.0 International License
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: MEDDOCAN
13
+ size_categories:
14
+ - 10K<n<100K
15
+ source_datasets:
16
+ - original
17
+ tags:
18
+ - clinical
19
+ - protected health information
20
+ - health records
21
+ task_categories:
22
+ - token-classification
23
+ task_ids:
24
+ - named-entity-recognition
25
+ ---
26
+
27
+ # Dataset Card for "meddocan"
28
+
29
+ ## Table of Contents
30
+ - [Dataset Card for [Dataset Name]](#dataset-card-for-dataset-name)
31
+ - [Table of Contents](#table-of-contents)
32
+ - [Dataset Description](#dataset-description)
33
+ - [Dataset Summary](#dataset-summary)
34
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
35
+ - [Languages](#languages)
36
+ - [Dataset Structure](#dataset-structure)
37
+ - [Data Instances](#data-instances)
38
+ - [Data Fields](#data-fields)
39
+ - [Data Splits](#data-splits)
40
+ - [Dataset Creation](#dataset-creation)
41
+ - [Curation Rationale](#curation-rationale)
42
+ - [Source Data](#source-data)
43
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
44
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
45
+ - [Annotations](#annotations)
46
+ - [Annotation process](#annotation-process)
47
+ - [Who are the annotators?](#who-are-the-annotators)
48
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
49
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
50
+ - [Social Impact of Dataset](#social-impact-of-dataset)
51
+ - [Discussion of Biases](#discussion-of-biases)
52
+ - [Other Known Limitations](#other-known-limitations)
53
+ - [Additional Information](#additional-information)
54
+ - [Dataset Curators](#dataset-curators)
55
+ - [Licensing Information](#licensing-information)
56
+ - [Citation Information](#citation-information)
57
+ - [Contributions](#contributions)
58
+
59
+ ## Dataset Description
60
+
61
+ - **Homepage:** [https://temu.bsc.es/meddocan/index.php/datasets/](https://temu.bsc.es/meddocan/index.php/datasets/)
62
+ - **Repository:** [https://github.com/PlanTL-GOB-ES/SPACCC_MEDDOCA](https://github.com/PlanTL-GOB-ES/SPACCC_MEDDOCA)
63
+ - **Paper:** [http://ceur-ws.org/Vol-2421/MEDDOCAN_overview.pdf](http://ceur-ws.org/Vol-2421/MEDDOCAN_overview.pdf)
64
+ - **Leaderboard:**
65
+ - **Point of Contact:**
66
+
67
+ ### Dataset Summary
68
+
69
+ A personal upload of the SPACC_MEDDOCAN corpus. The tokenization is made with the help of a custom [spaCy](https://spacy.io/) pipeline.
70
+
71
+ ### Supported Tasks and Leaderboards
72
+
73
+ Name Entity Recognition
74
+
75
+ ### Languages
76
+
77
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
78
+
79
+ ## Dataset Structure
80
+
81
+ ### Data Instances
82
+
83
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
84
+
85
+ ### Data Fields
86
+
87
+ The data fields are the same among all splits.
88
+
89
+ ### Data Splits
90
+
91
+ | name |train|validation|test|
92
+ |---------|----:|---------:|---:|
93
+ |meddocan|13|5268|5155|
94
+
95
+ ## Dataset Creation
96
+
97
+ ### Curation Rationale
98
+
99
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
100
+
101
+ ### Source Data
102
+
103
+ #### Initial Data Collection and Normalization
104
+
105
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
106
+
107
+ #### Who are the source language producers?
108
+
109
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
110
+
111
+ ### Annotations
112
+
113
+ #### Annotation process
114
+
115
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
116
+
117
+ #### Who are the annotators?
118
+
119
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
120
+
121
+ ### Personal and Sensitive Information
122
+
123
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
124
+
125
+ ## Considerations for Using the Data
126
+
127
+ ### Social Impact of Dataset
128
+
129
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
130
+
131
+ ### Discussion of Biases
132
+
133
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
134
+
135
+ ### Other Known Limitations
136
+
137
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
138
+
139
+ ## Additional Information
140
+
141
+ ### Dataset Curators
142
+
143
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
144
+
145
+ ### Licensing Information
146
+
147
+ From the [SPACCC_MEDDOCAN: Spanish Clinical Case Corpus - Medical Document Anonymization](https://github.com/PlanTL-GOB-ES/SPACCC_MEDDOCAN) page:
148
+
149
+ > This work is licensed under a Creative Commons Attribution 4.0 International License.
150
+ >
151
+ > You are free to: Share — copy and redistribute the material in any medium or format Adapt — remix, transform, and build upon the material for any purpose, even commercially. Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
152
+ >
153
+ > For more information, please see https://creativecommons.org/licenses/by/4.0/
154
+
155
+ ### Citation Information
156
+
157
+ ```
158
+ @inproceedings{Marimon2019AutomaticDO,
159
+ title={Automatic De-identification of Medical Texts in Spanish: the MEDDOCAN Track, Corpus, Guidelines, Methods and Evaluation of Results},
160
+ author={Montserrat Marimon and Aitor Gonzalez-Agirre and Ander Intxaurrondo and Heidy Rodriguez and Jose Lopez Martin and Marta Villegas and Martin Krallinger},
161
+ booktitle={IberLEF@SEPLN},
162
+ year={2019}
163
+ }
164
+
165
+ ```
166
+
167
+ ### Contributions
168
+
169
+ Thanks to [@GuiGel](https://github.com/GuiGel) for adding this dataset.
data/meddocan-dev.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d40efb50ce626af0c217d92f66e3f8006279e5092279cf0429bd8162a86990ea
3
+ size 2464456
data/meddocan-test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d573874950b24926652971a0448ca2d21511f89eaa4a835529c5ee4750086fc3
3
+ size 2343621
data/meddocan-train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:974db6d026a51e5ac541811929a1d111320dbca32902204319590b62a1d5bb12
3
+ size 4691152