paper-with-me

홈 › Papers

Improving the Efficiency of Grammatical Error Correction with Erroneous Span Detection and Correction

2020-10-07 · EMNLP 2020 11 · Mengyun Chen, Tao Ge, Xingxing Zhang, Furu Wei, Ming Zhou

We propose a novel language-independent approach to improve the efficiency for Grammatical Error Correction (GEC) by dividing the task into two subtasks: Erroneous Span Detection (ESD) and Erroneous Span Correction (ESC). ESD identifies grammatically incorrect text spans with an efficient sequence tagging model. Then, ESC leverages a seq2seq model to take the sentence with annotated erroneous spans as input and only outputs the corrected text for these spans. Experiments show our approach performs comparably to conventional seq2seq approaches in both English and Chinese GEC benchmarks with less than 50% time cost for inference.

📄 PDF Abstract BibTeX arXiv:2010.03260

Code (0)

등록된 구현이 없습니다.

Tasks

Grammatical Error CorrectionSentence

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Erroneous data generation for Grammatical Error Correction

2019-08-01 · WS 2019 8 · Shuyao Xu, Jiehao Zhang, Jin Chen, Long Qin

It has been demonstrated that the utilization of a monolingual corpus in neural Grammatical Error Correction (GEC) systems can significantly improve the system performance. The previous state-of-the-art neural GEC system…

Grammatical Error Correction

GPT-3.5 for Grammatical Error Correction

2024-05-14 · Anisia Katinskaia, Roman Yangarber

This paper investigates the application of GPT-3.5 for Grammatical Error Correction (GEC) in multiple languages in several settings: zero-shot GEC, fine-tuning for GEC, and using GPT-3.5 to re-rank correction hypotheses …

Grammatical Error CorrectionSentence

Controlling Grammatical Error Correction Using Word Edit Rate

2019-07-01 · ACL 2019 7 · Kengo Hotate, Masahiro Kaneko, Satoru Katsumata, Mamoru Komachi

When professional English teachers correct grammatically erroneous sentences written by English learners, they use various methods. The correction method depends on how much corrections a learner requires. In this paper,…

Grammatical Error CorrectionSentence

Automatic Extraction of English Grammar Pattern Correction Rules

2021-10-01 · ROCLING 2021 10 · Kuan-Yu Shen, Yi-Chien Lin, Jason S. Chang

We introduce a method for generating error-correction rules for grammar pattern errors in a given annotated learner corpus. In our approach, annotated edits in the learner corpus are converted into edit rules for correct…

From Spelling to Grammar: A New Framework for Chinese Grammatical Error Correction

2022-11-03 · Xiuyu Wu, Yunfang Wu

Chinese Grammatical Error Correction (CGEC) aims to generate a correct sentence from an erroneous sequence, where different kinds of errors are mixed. This paper divides the CGEC task into two steps, namely spelling erro…

Data AugmentationGrammatical Error CorrectionPOSSentence