Update README.md
Browse files
README.md
CHANGED
@@ -26,3 +26,61 @@ configs:
|
|
26 |
- split: test
|
27 |
path: data/test-*
|
28 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
- split: test
|
27 |
path: data/test-*
|
28 |
---
|
29 |
+
|
30 |
+
# Dataset Card for easy-to-read translation
|
31 |
+
|
32 |
+
## Table of Contents
|
33 |
+
-[Table of Contents](#table-of-contents)
|
34 |
+
-[Dataset Description](#dataset-description)
|
35 |
+
-[Dataset Summary](#dataset-summary)
|
36 |
+
-[Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
37 |
+
-[Languages](#languages)
|
38 |
+
-[Dataset Structure](#dataset-structure)
|
39 |
+
-[Data Instances](#data-instances)
|
40 |
+
-[Data Fields](#data-fields)
|
41 |
+
-[Dataset Creation](#dataset-creation)
|
42 |
+
-[Source Data](#source-data)
|
43 |
+
-[Annotations](#annotations)
|
44 |
+
|
45 |
+
## Dataset Description
|
46 |
+
|
47 |
+
- **Homepage:** [https://www.plenainclusion.org/](https://www.plenainclusion.org/), [https://www.plenainclusionlarioja.org/](https://www.plenainclusionlarioja.org/)
|
48 |
+
- **Point of Contact:** [Mirari San Martín](miren.san-martin@unirioja.es)
|
49 |
+
|
50 |
+
### Dataset Summary
|
51 |
+
|
52 |
+
A parallel corpus with a subset of 1,237 sentence pairs (obtained on 04 February 2025) of easy and complex reading variants as a benchmark for the simplification of texts to be easy-to-read.
|
53 |
+
This dataset was compiled with the aim of simplifying Spanish-language texts and reducing the language barrier for people with disabilities or other comprehension difficulties.
|
54 |
+
|
55 |
+
### Supported Tasks and Leaderboards
|
56 |
+
|
57 |
+
Text simplification
|
58 |
+
|
59 |
+
### Languages
|
60 |
+
|
61 |
+
Spanish
|
62 |
+
|
63 |
+
## Dataset Structure
|
64 |
+
|
65 |
+
### Data Instances
|
66 |
+
|
67 |
+
For each instance, there is a string for the complex text, and a string for the easy-to-read version.
|
68 |
+
|
69 |
+
### Data Fields
|
70 |
+
|
71 |
+
- `Lectura Compleja`: a string cointining the complex version.
|
72 |
+
- `Lectura Fácil`: a string containing the easy-to-read version.
|
73 |
+
## Dataset Creation
|
74 |
+
|
75 |
+
### Source Data
|
76 |
+
|
77 |
+
#### Who are the source language producers?
|
78 |
+
|
79 |
+
1. News obtained by [Plena inclusión](https://www.plenainclusion.org/)
|
80 |
+
2. News obtained by [Plena inclusión La Rioja](https://www.plenainclusionlarioja.org/)
|
81 |
+
|
82 |
+
## Annotations
|
83 |
+
|
84 |
+
### Annotation process
|
85 |
+
|
86 |
+
For each of the texts we obtained both versions by the Plena inclusión España and Plena inclusión La Rioja organizations.
|