Pedro Cuenca commited on
Commit
6458c31
1 Parent(s): 83c6b01

Add dataset files and model card.

Browse files
Files changed (3) hide show
  1. README.md +71 -0
  2. test.jsonl +0 -0
  3. train.jsonl +0 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - found
4
+ language_creators:
5
+ - found
6
+ languages:
7
+ - Spanish
8
+ licenses:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ pretty_name: readability-es-sentences
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-sentences]
24
+
25
+
26
+ ## Dataset Description
27
+
28
+ Compilation of short Spanish articles for readability assessment.
29
+
30
+ ### Dataset Summary
31
+
32
+ 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:
33
+ - **Coh-Metrix-Esp corpus (Quispesaravia, et al., 2016):** collection of 100 parallel texts with simple and complex variants in Spanish. These texts include children's and adult stories to fulfill each category.
34
+ - **[kwiziq](https://www.kwiziq.com/):** a language learner assistant
35
+ - **[hablacultura.com](https://hablacultura.com/):** Spanish resources for students and teachers. We have downloaded the available content in their websites.
36
+
37
+
38
+ ### Languages
39
+
40
+ Spanish
41
+
42
+ ## Dataset Structure
43
+
44
+ The dataset includes 1019 text entries between 80 and 8714 characters long. The vast majority (97%) are below 4,000 characters long.
45
+
46
+ ### Data Fields
47
+
48
+ The dataset is formatted as a json lines and includes the following fields:
49
+ - **Category:** when available, this includes the level of this text according to the Common European Framework of Reference for Languages (CEFR).
50
+ - **Level:** standardized readability level: complex or simple.
51
+ - **Level-3:** standardized readability level: basic, intermediate or advanced
52
+ - **Text:** original text formatted into sentences.
53
+
54
+ Not all the entries contain usable values for `category`, `level` and `level-3`, but all of them should contain at least one of `level`, `level-3`. When the corresponding information could not be derived, we use the special `"N/A"` value to indicate so.
55
+
56
+ ## Additional Information
57
+
58
+ ### Licensing Information
59
+
60
+ https://creativecommons.org/licenses/by-nc-sa/4.0/
61
+
62
+ ### Citation Information
63
+
64
+ Please cite this page to give credit to the authors :)
65
+
66
+ ### Team
67
+ - [Laura Vásquez-Rodríguez](https://lmvasque.github.io/)
68
+ - [Pedro Cuenca](https://twitter.com/pcuenq)
69
+ - [Sergio Morales](https://www.fireblend.com/)
70
+ - [Fernando Alva-Manchego](https://feralvam.github.io/)
71
+
test.jsonl ADDED
The diff for this file is too large to render. See raw diff
train.jsonl ADDED
The diff for this file is too large to render. See raw diff