lmvasque commited on
Commit
0fffb0f
1 Parent(s): 1a4f59b

Update README.md for coh-metrix dataset

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,3 +1,24 @@
1
  ---
2
  license: cc-by-sa-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-sa-4.0
3
  ---
4
+ ## About this dataset
5
+
6
+ The dataset Coh-Metrix-Esp (Cuentos) [(Quispesaravia et al., 2016)](https://aclanthology.org/L16-1745/) is a collection of 100 documents consisting of 50 children fables (“simple” texts) and 50 stories for adults (“complex” texts) scrapped from the web. If you use this data, please credit the original website and our work as well.
7
+
8
+ ## Citation
9
+
10
+ If you use our splits in your research, please cite our work: "[A Benchmark for Neural Readability Assessment of Texts in Spanish](https://drive.google.com/file/d/1KdwvqrjX8MWYRDGBKeHmiR1NCzDcVizo/view?usp=share_link)".
11
+ ```
12
+ @inproceedings{vasquez-rodriguez-etal-2022-benchmarking,
13
+ title = "A Benchmark for Neural Readability Assessment of Texts in Spanish",
14
+ author = "V{\'a}squez-Rodr{\'\i}guez, Laura and
15
+ Cuenca-Jim{\'\e}nez, Pedro-Manuel and
16
+ Morales-Esquivel, Sergio Esteban and
17
+ Alva-Manchego, Fernando",
18
+ booktitle = "Workshop on Text Simplification, Accessibility, and Readability (TSAR-2022), EMNLP 2022",
19
+ month = dec,
20
+ year = "2022",
21
+ }
22
+ ```
23
+
24
+ You can also find more details about the project in our [GitHub](https://github.com/lmvasque/readability-es-benchmark).