Datasets:

Languages:
Spanish
Multilinguality:
monolingual
Size Categories:
unknown
Language Creators:
other
Annotations Creators:
other
Source Datasets:
original
Tags:
readability
License:
Pedro Cuenca commited on
Commit
eb9ce50
1 Parent(s): 17057a6

Dataset card created by Laura.

Browse files
Files changed (1) hide show
  1. README.md +63 -1
README.md CHANGED
@@ -1,3 +1,65 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ annotations_creators:
3
+ - other
4
+ language_creators:
5
+ - other
6
+ languages:
7
+ - Spanish
8
+ licenses:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: readability-es-caes
13
+ size_categories:
14
+ - unknown
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - text-classification
19
+ task_ids:
20
+ - text-classification-other-readability
21
  ---
22
+
23
+ # Dataset Card for [readability-es-caes]
24
+
25
+
26
+ ## Dataset Description
27
+
28
+
29
+ ### Dataset Summary
30
+
31
+ This dataset is a compilation of short articles from websites dedicated to learn Spanish as a second language. These articles have been compiled from the following sources:
32
+ - [CAES corpus](http://galvan.usc.es/caes/) (Martínez et al., 2019): the "Corpus de Aprendices del Español" is a collection of texts produced by Spanish L2 learners from Spanish learning centers and universities. These text are produced by students of all levels (A1 to C1), with different backgrounds (11 native languages) and levels of experience.
33
+ ### Languages
34
+
35
+ Spanish
36
+
37
+ ## Dataset Structure
38
+
39
+ Texts are tokenized to create a paragraph-based dataset
40
+
41
+ ### Data Fields
42
+
43
+ The dataset is formatted as a json lines and includes the following fields:
44
+ - **Category:** when available, this includes the level of this text according to the Common European Framework of Reference for Languages (CEFR).
45
+ - **Level:** standardized readability level: simple or complex.
46
+ - **Level-3:** standardized readability level: basic, intermediate or advanced.
47
+ - **Text:** original text formatted into sentences.
48
+
49
+
50
+ ## Additional Information
51
+
52
+ ### Licensing Information
53
+
54
+ https://creativecommons.org/licenses/by-nc-sa/4.0/
55
+
56
+ ### Citation Information
57
+
58
+ Please cite this page to give credit to the authors :)
59
+
60
+ ### Team
61
+ - [Laura Vásquez-Rodríguez](https://lmvasque.github.io/)
62
+ - [Pedro Cuenca](https://twitter.com/pcuenq)
63
+ - [Sergio Morales](https://www.fireblend.com/)
64
+ - [Fernando Alva-Manchego](https://feralvam.github.io/)
65
+