paper-with-me

Papers

Byte-Level Grammatical Error Correction Using Synthetic and Curated Corpora

2023-05-29 · Svanhvít Lilja Ingólfsdóttir, Pétur Orri Ragnarsson, Haukur Páll Jónsson, Haukur Barri Símonarson, Vilhjálmur Þorsteinsson, Vésteinn Snæbjarnarson

Grammatical error correction (GEC) is the task of correcting typos, spelling, punctuation and grammatical issues in text. Approaching the problem as a sequence-to-sequence task, we compare the use of a common subword unit vocabulary and byte-level encoding. Initial synthetic training data is created using an error-generating pipeline, and used for finetuning two subword-level models and one byte-level model. Models are then finetuned further on hand-corrected error corpora, including texts written by children, university students, dyslexic and second-language writers, and evaluated over different error types and origins. We show that a byte-level model enables higher correction quality than a subword approach, not only for simple spelling errors, but also for more complex semantic, stylistic and grammatical issues. In particular, initial training on synthetic corpora followed by finetuning on a relatively small parallel corpus of real-world errors helps the byte-level model correct a wide range of commonly occurring errors. Our experiments are run for the Icelandic language but should hold for other similar languages, particularly morphologically rich ones.

📄 PDF Abstract BibTeX arXiv:2305.17906

Code (1)

mideind/byte-gec 공식 구현

Tasks

Grammatical Error Correction

Similar Papers 제목 키워드 기반

Towards Lithuanian grammatical error correction

2022-03-18 · Lukas Stankevičius, Mantas Lukoševičius

Everyone wants to write beautiful and correct text, yet the lack of language skills, experience, or hasty typing can result in errors. By employing the recent advances in transformer architectures, we construct a grammat…

Grammatical Error Correction

A Comparative Study of Synthetic Data Generation Methods for Grammatical Error Correction

2020-07-01 · WS 2020 7 · Max White, Alla Rozovskaya

Grammatical Error Correction (GEC) is concerned with correcting grammatical errors in written text. Current GEC systems, namely those leveraging statistical and neural machine translation, require large quantities of ann…

Grammatical Error CorrectionMachine TranslationSynthetic Data GenerationTranslation

Organic Data-Driven Approach for Turkish Grammatical Error Correction and LLMs

2024-05-24 · Asım Ersoy, Olcay Taner Yildiz

Grammatical Error Correction has seen significant progress with the recent advancements in deep learning. As those methods require huge amounts of data, synthetic datasets are being built to fill this gap. Unfortunately,…

Grammatical Error Correction

Synthetic Data Generation for Grammatical Error Correction with Tagged Corruption Models

2021-05-27 · EACL (BEA) 2021 4 · Felix Stahlberg, Shankar Kumar

Synthetic data generation is widely known to boost the accuracy of neural grammatical error correction (GEC) systems, but existing methods often lack diversity or are too simplistic to generate the broad range of grammat…

DiversityGrammatical Error CorrectionSentenceSynthetic Data Generation+1

Improving Grammatical Error Correction via Contextual Data Augmentation

2024-06-25 · YiXuan Wang, Baoxin Wang, Yijun Liu, Qingfu Zhu 외

Nowadays, data augmentation through synthetic data has been widely used in the field of Grammatical Error Correction (GEC) to alleviate the problem of data scarcity. However, these synthetic data are mainly used in the p…

Data AugmentationGrammatical Error Correction