CLLGSep 20, 2023

GECTurk: Grammatical Error Correction and Detection Dataset for Turkish

arXiv:2309.11346v1127 citationsh-index: 11Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of limited GEC resources for Turkish, benefiting native speakers and language learners, but it is incremental as it applies synthetic data generation methods to a new language.

The authors tackled the lack of parallel annotated data for grammatical error correction (GEC) in Turkish, a morphologically rich language, by developing a synthetic data generation pipeline that produced 130,000 high-quality parallel sentences and a manually annotated test set, achieving strong baseline results and demonstrating transferability to out-of-domain datasets.

Grammatical Error Detection and Correction (GEC) tools have proven useful for native speakers and second language learners. Developing such tools requires a large amount of parallel, annotated data, which is unavailable for most languages. Synthetic data generation is a common practice to overcome the scarcity of such data. However, it is not straightforward for morphologically rich languages like Turkish due to complex writing rules that require phonological, morphological, and syntactic information. In this work, we present a flexible and extensible synthetic data generation pipeline for Turkish covering more than 20 expert-curated grammar and spelling rules (a.k.a., writing rules) implemented through complex transformation functions. Using this pipeline, we derive 130,000 high-quality parallel sentences from professionally edited articles. Additionally, we create a more realistic test set by manually annotating a set of movie reviews. We implement three baselines formulating the task as i) neural machine translation, ii) sequence tagging, and iii) prefix tuning with a pretrained decoder-only model, achieving strong results. Furthermore, we perform exhaustive experiments on out-of-domain datasets to gain insights on the transferability and robustness of the proposed approaches. Our results suggest that our corpus, GECTurk, is high-quality and allows knowledge transfer for the out-of-domain setting. To encourage further research on Turkish GEC, we release our datasets, baseline models, and the synthetic data generation pipeline at https://github.com/GGLAB-KU/gecturk.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes