Datasets:

Modalities:
Text
Formats:
csv
Libraries:
Datasets
pandas
License:
lcampillos commited on
Commit
b0f27fa
·
1 Parent(s): 2b1da3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +97 -0
README.md CHANGED
@@ -1,3 +1,100 @@
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
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
+ - **Repository:** [https://github.com/lcampillos/CLARA-MeD](https://github.com/lcampillos/CLARA-MeD)
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]([email protected])
33
+
34
+ ### Dataset Summary
35
+
36
+ A parallel corpus with a subset of 3800 sentence pairs of professional and laymen variants (149 862 tokens) 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
+ ### Supported Tasks and Leaderboards
39
+
40
+ Medical text simplification
41
+
42
+ ### Languages
43
+
44
+ Spanish
45
+
46
+ ## Dataset Structure
47
+
48
+ ### Data Instances
49
+
50
+ For each instance, there is a string for the source text (professional version), and a string for the target text (simplified version).
51
+
52
+ ```
53
+ {'SOURCE': 'adenocarcinoma ductal de páncreas'
54
+ 'TARGET': 'Cáncer de páncreas'}
55
+ ```
56
+
57
+ ### Data Fields
58
+
59
+ - `SOURCE`: a string containing the professional version.
60
+ - `TARGET`: a string containing the simplified version.
61
+
62
+ ## Dataset Creation
63
+
64
+ ### Source Data
65
+
66
+ #### Who are the source language producers?
67
+
68
+ 1. Drug leaflets and summaries of product characteristics from [CIMA](https://cima.aemps.es)
69
+ 2. Cancer-related information summaries from the [National Cancer Institute](https://www.cancer.gov/)
70
+ 3. Clinical trials announcements from [EudraCT](https://www.clinicaltrialsregister.eu/)
71
+
72
+ ### Annotations
73
+
74
+ #### Annotation process
75
+
76
+ 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).
77
+
78
+ #### Who are the annotators?
79
+
80
+ Leonardo Campillos-Llanos
81
+ Adrián Capllonch-Carriónb
82
+ Ana Rosa Terroba-Reinares
83
+ Ana Valverde-Mateos
84
+ Sofía Zakhir-Puig
85
+
86
+ ### Personal and Sensitive Information
87
+
88
+ No personal and sensitive information was used.
89
+
90
+ ### Licensing Information
91
+
92
+ 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.
93
+
94
+ ### Citation Information
95
+
96
+ 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.
97
+
98
+ ### Contributions
99
+
100
+ Thanks to [@joheras](https://github.com/joheras) for formatting this dataset for Hugging Face.