Datasets:
CZLC
/

Modalities:
Text
Formats:
json
Languages:
Czech
Libraries:
Datasets
pandas
License:
mfajcik commited on
Commit
71c0beb
·
verified ·
1 Parent(s): 6fdbde5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - cs
4
+ license: cc-by-nc-sa-4.0
5
+ ---
6
+ ## Introduction
7
+ This dataset is extracted by postprocessing data from Náplava et al., 2019. Specificially, we extract gramatically incorrect sentences, and their respective corrections.
8
+ Then we convert task to binary detection of errorneous sentences. We downloaded the original dataset from [LINDAT-Clarin repository](https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/1-3057).
9
+
10
+
11
+ ## Citation
12
+ ```bibtex
13
+ @inproceedings{naplava-straka-2019-grammatical,
14
+ title = "Grammatical Error Correction in Low-Resource Scenarios",
15
+ author = "N{\'a}plava, Jakub and
16
+ Straka, Milan",
17
+ editor = "Xu, Wei and
18
+ Ritter, Alan and
19
+ Baldwin, Tim and
20
+ Rahimi, Afshin",
21
+ booktitle = "Proceedings of the 5th Workshop on Noisy User-generated Text (W-NUT 2019)",
22
+ month = nov,
23
+ year = "2019",
24
+ address = "Hong Kong, China",
25
+ publisher = "Association for Computational Linguistics",
26
+ url = "https://aclanthology.org/D19-5545",
27
+ doi = "10.18653/v1/D19-5545",
28
+ pages = "346--356",
29
+ abstract = "Grammatical error correction in English is a long studied problem with many existing systems and datasets. However, there has been only a limited research on error correction of other languages. In this paper, we present a new dataset AKCES-GEC on grammatical error correction for Czech. We then make experiments on Czech, German and Russian and show that when utilizing synthetic parallel corpus, Transformer neural machine translation model can reach new state-of-the-art results on these datasets. AKCES-GEC is published under CC BY-NC-SA 4.0 license at \url{http://hdl.handle.net/11234/1-3057}, and the source code of the GEC model is available at \url{https://github.com/ufal/low-resource-gec-wnut2019}.",
30
+ }
31
+ ```