paper-with-me

홈 › Papers

Grammatical Error Correction via Mixed-Grained Weighted Training

2023-11-23 · Jiahao Li, Quan Wang, Chiwei Zhu, Zhendong Mao, Yongdong Zhang

The task of Grammatical Error Correction (GEC) aims to automatically correct grammatical errors in natural texts. Almost all previous works treat annotated training data equally, but inherent discrepancies in data are neglected. In this paper, the inherent discrepancies are manifested in two aspects, namely, accuracy of data annotation and diversity of potential annotations. To this end, we propose MainGEC, which designs token-level and sentence-level training weights based on inherent discrepancies in accuracy and potential diversity of data annotation, respectively, and then conducts mixed-grained weighted training to improve the training effect for GEC. Empirical evaluation shows that whether in the Seq2Seq or Seq2Edit manner, MainGEC achieves consistent and significant performance improvements on two benchmark datasets, demonstrating the effectiveness and superiority of the mixed-grained weighted training. Further ablation experiments verify the effectiveness of designed weights of both granularities in MainGEC.

📄 PDF Abstract BibTeX arXiv:2311.13848

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityGrammatical Error CorrectionSentence

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh 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 제목 키워드 기반

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

FCGEC: Fine-Grained Corpus for Chinese Grammatical Error Correction

2022-10-22 · Lvxiaowei Xu, Jianwang Wu, Jiawei Peng, Jiayu Fu 외

Grammatical Error Correction (GEC) has been broadly applied in automatic correction and proofreading system recently. However, it is still immature in Chinese GEC due to limited high-quality data from native speakers in …

Grammatical Error CorrectionGrammatical Error Detection

Combining ResNet and Transformer for Chinese Grammatical Error Diagnosis

2020-10-01 · Shaolei Wang, Baoxin Wang, Jiefu Gong, Zhongyuan Wang 외

Grammatical error diagnosis is an important task in natural language processing. This paper introduces our system at NLPTEA-2020 Task: Chinese Grammatical Error Diagnosis (CGED). CGED aims to diagnose four types of gramm…

Position

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

Automatic Classification of Russian Learner Errors

2022-06-01 · LREC 2022 6 · Alla Rozovskaya

Grammatical Error Correction systems are typically evaluated overall, without taking into consideration performance on individual error types because system output is not annotated with respect to error type. We introduc…

ClassificationGrammatical Error Correction