paper-with-me

홈 › 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 is an ensemble of four Transformer models pretrained on a large amount of Wikipedia Edits. The Singsound GEC system follows a similar approach but is equipped with a sophisticated erroneous data generating component. Our system achieved an F0:5 of 66.61 in the BEA 2019 Shared Task: Grammatical Error Correction. With our novel erroneous data generating component, the Singsound neural GEC system yielded an M2 of 63.2 on the CoNLL-2014 benchmark (8.4{\%} relative improvement over the previous state-of-the-art system).

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Grammatical Error Correction

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar 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 외

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)…

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

Explanation based In-Context Demonstrations Retrieval for Multilingual Grammatical Error Correction

2025-02-12 · Wei Li, Wen Luo, Guangyue Peng, Houfeng Wang

Grammatical error correction (GEC) aims to correct grammatical, spelling, and semantic errors in natural language text. With the growing of large language models (LLMs), direct text generation has gradually become the fo…

Grammatical Error CorrectionIn-Context LearningRetrievalText Generation