lcampillos commited on
Commit
e776e05
·
verified ·
1 Parent(s): 4d9e71d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +135 -0
README.md CHANGED
@@ -1,3 +1,138 @@
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
4
+
5
+ # Dataset Card for CLARA-MeD-5000
6
+
7
+ ## Table of Contents
8
+ - [Table of Contents](#table-of-contents)
9
+ - [Dataset Description](#dataset-description)
10
+ - [Dataset Summary](#dataset-summary)
11
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
12
+ - [Languages](#languages)
13
+ - [Dataset Structure](#dataset-structure)
14
+ - [Data Instances](#data-instances)
15
+ - [Data Fields](#data-fields)
16
+ - [Dataset Creation](#dataset-creation)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Additional Information](#additional-information)
21
+ - [Dataset Curators](#dataset-curators)
22
+ - [Licensing Information](#licensing-information)
23
+ - [Citation Information](#citation-information)
24
+ - [Contributions](#contributions)
25
+
26
+ ## Dataset Description
27
+
28
+ - **Homepage:** [https://clara-nlp.uned.es/home/med/](https://clara-nlp.uned.es/home/med/)
29
+ - **Repositories:** [https://github.com/lcampillos/CLARA-MeD](https://github.com/lcampillos/CLARA-MeD), [https://digital.csic.es/handle/10261/269887](https://digital.csic.es/handle/10261/269887)
30
+ - **Paper:** [http://journal.sepln.org/sepln/ojs/ojs/index.php/pln/article/view/6439](http://journal.sepln.org/sepln/ojs/ojs/index.php/pln/article/view/6439)
31
+ - **DOI:** [https://doi.org/10.20350/digitalCSIC/14644](https://doi.org/10.20350/digitalCSIC/14644)
32
+ - **Point of Contact:** [Leonardo Campillos-Llanos](leonardo.campillos@csic.es)
33
+
34
+ ### Dataset Summary
35
+
36
+ A parallel corpus with 5000 sentence pairs of professional and laymen variants as a benchmark for medical text simplification. This dataset was collected in the CLARA-MeD project, with the goal of simplifying medical texts in the Spanish language and reducing the language barrier to patient's informed decision making.
37
+
38
+ The corpus gathers 2 subsets:
39
+
40
+ - 3800 sentences (149 862 tokens).
41
+ - 1200 sentences (144 019) manually simplified by linguists.
42
+
43
+ ### Supported Tasks and Leaderboards
44
+
45
+ Medical text simplification
46
+
47
+ ### Languages
48
+
49
+ Spanish
50
+
51
+ ## Dataset Structure
52
+
53
+ ### Data Instances
54
+
55
+ For each instance, there is a string for the source text (professional version), and a string for the target text (simplified version).
56
+
57
+ ```
58
+ {'SOURCE': 'Varones mayores de 18 años, diagnosticados de alopecia androgénica grados I-IV de Sinclair, que no estén realizando ningún tratamiento capilar en la actualidad ni lo hayan realizado en los últimos 3 meses.'
59
+ 'TARGET': 'Hombres mayores de 18 años, diagnosticados de alopecia androgénica (calvicie) grados I-IV de Sinclair. Estos hombres no estarán realizando ningún tratamiento para el cabello en la actualidad ni lo habrán realizado en los últimos 3 meses.'}
60
+ ```
61
+
62
+ ### Data Fields
63
+
64
+ - `SOURCE`: a string containing the professional version.
65
+ - `TARGET`: a string containing the simplified version.
66
+
67
+ ## Dataset Creation
68
+
69
+ ### Source Data
70
+
71
+ #### Who are the source language producers?
72
+
73
+ 1. Drug leaflets and summaries of product characteristics from [CIMA](https://cima.aemps.es)
74
+ 2. Cancer-related information summaries from the [National Cancer Institute](https://www.cancer.gov/)
75
+ 3. Clinical trials announcements from [EudraCT](https://www.clinicaltrialsregister.eu/)
76
+
77
+ ### Annotations
78
+
79
+ #### Annotation process
80
+
81
+ - 3800 sentences: Semi-automatic alignment of technical and patient versions of medical sentences. Inter-annotator agreement measured with Cohen's Kappa (average Kappa = 0.839 +- 0.076; very high agreement).
82
+ - 1200 sentences: Manual simplification technical medical sentences, both at the syntactic and lexical level. Three independent evaluators assessed the quality of the simplification by means of a 5-point Likert scale questionnaires. Human evaluators scored the simplified sentences according to grammar/fluency (average 4.8%), semantic adequacy/meaning coherence (average 4.9%) and overall simplification (average 4.3%).
83
+
84
+ #### Who are the annotators?
85
+
86
+ - 3800 sentences:
87
+ Leonardo Campillos-Llanos<br>
88
+ Adrián Capllonch-Carrión<br>
89
+ Ana Rosa Terroba-Reinares<br>
90
+ Ana Valverde-Mateos<br>
91
+ Sofía Zakhir-Puig<br>
92
+
93
+ 1200 sentences:
94
+ Rocío Bartolomé-Rodríguez<br>
95
+ Leonardo Campillos-Llanos<br>
96
+ Ana Rosa Terroba-Reinares<br>
97
+
98
+ ### Personal and Sensitive Information
99
+
100
+ No personal and sensitive information was used.
101
+
102
+ ### Licensing Information
103
+
104
+ These data are aimed at research and educational purposes, and released under a Creative Commons Non-Commercial Attribution (CC-BY-NC-A) 4.0 International License.
105
+
106
+ ### Citation Information
107
+
108
+ - 3800 sentences: Campillos Llanos, L., Terroba Reinares, A. R., Zakhir Puig, S., Valverde, A., & Capllonch-Carrión, A. (2022). Building a comparable corpus and a benchmark for Spanish medical text simplification. *Procesamiento del lenguaje natural*, 69, pp. 189--196.
109
+
110
+ ```
111
+ @article{2022claramedcorpus,
112
+ title={Building a comparable corpus and a benchmark for Spanish medical text simplification},
113
+ author={Campillos-Llanos, Leonardo and Terroba Reinares, Ana R., and Zakhir Puig, Sofía, and Valverde-Mateos, Ana and Capllonch-Carri{\'o}n},
114
+ title={Procesamiento del Lenguaje Natural},
115
+ volume={69},
116
+ year={2022},
117
+ pages={189--196},
118
+ publisher={Sociedad Espa{\~n}ola para el Procesamiento del Lenguaje Natural}
119
+ }
120
+ ```
121
+
122
+ - 1200 sentences:
123
+
124
+ ```
125
+ @article{campillosetal2024,
126
+ title={Enhancing the understanding of clinical trials with a sentence-level simplification dataset},
127
+ author={Campillos-Llanos, Leonardo and Bartolom{\'e}-Rodr{\'i}guez, Roc{\'i}o and Terroba Reinares, Ana R.},
128
+ title={Procesamiento del Lenguaje Natural},
129
+ volume={72},
130
+ year={2024},
131
+ pages={31--43},
132
+ publisher={Sociedad Espa{\~n}ola para el Procesamiento del Lenguaje Natural}
133
+ }
134
+ ```
135
+
136
+ ### Contributions
137
+
138
+ Thanks to [Jónathan Heras from Universidad de La Rioja](http://www.unirioja.es/cu/joheras) ([@joheras](https://github.com/joheras)) for formatting this dataset for Hugging Face.