feralvam julien-c HF staff commited on
Commit
0bc8535
1 Parent(s): 6458c31

Fix `license` metadata (#1)

Browse files

- Fix `license` metadata (f98e70d73d52f239f44a2edbb5abcb127d43c84b)


Co-authored-by: Julien Chaumond <julien-c@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +71 -71
README.md CHANGED
@@ -1,71 +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
-
 
1
+ ---
2
+ annotations_creators:
3
+ - found
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - Spanish
8
+ license:
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
+