paper-with-me

홈 › Papers

LM-Combiner: A Contextual Rewriting Model for Chinese Grammatical Error Correction

2024-03-26 · YiXuan Wang, Baoxin Wang, Yijun Liu, Dayong Wu, Wanxiang Che

Over-correction is a critical problem in Chinese grammatical error correction (CGEC) task. Recent work using model ensemble methods based on voting can effectively mitigate over-correction and improve the precision of the GEC system. However, these methods still require the output of several GEC systems and inevitably lead to reduced error recall. In this light, we propose the LM-Combiner, a rewriting model that can directly modify the over-correction of GEC system outputs without a model ensemble. Specifically, we train the model on an over-correction dataset constructed through the proposed K-fold cross inference method, which allows it to directly generate filtered sentences by combining the original and the over-corrected text. In the inference stage, we directly take the original sentences and the output results of other systems as input and then obtain the filtered sentences through LM-Combiner. Experiments on the FCGEC dataset show that our proposed method effectively alleviates the over-correction of the original system (+18.2 Precision) while ensuring the error recall remains unchanged. Besides, we find that LM-Combiner still has a good rewriting performance even with small parameters and few training data, and thus can cost-effectively mitigate the over-correction of black-box GEC systems (e.g., ChatGPT).

📄 PDF Abstract BibTeX arXiv:2403.17413

Code (1)

wyxstriker/lm-combiner 공식 구현 pytorch

Tasks

Grammatical Error Correction

Similar Papers 제목 키워드 기반

Contextualized Character Representation for Chinese Grammatical Error Diagnosis

2018-07-01 · WS 2018 7 · Jianbo Zhao, Si Li, Zhiqing Lin

Nowadays, more and more people are learning Chinese as their second language. Establishing an automatic diagnosis system for Chinese grammatical error has become an important challenge. In this paper, we propose a Chines…

CYUT-III Team Chinese Grammatical Error Diagnosis System Report in NLPTEA-2018 CGED Shared Task

2018-07-01 · WS 2018 7 · Shih-Hung Wu, Jun-Wei Wang, Liang-Pu Chen, Ping-Che Yang

This paper reports how we build a Chinese Grammatical Error Diagnosis system in the NLPTEA-2018 CGED shared task. In 2018, we sent three runs with three different approaches. The first one is a pattern-based approach by …

Language ModelingLanguage Modelling

Chinese Grammatical Errors Diagnosis System Based on BERT at NLPTEA-2020 CGED Shared Task

2020-12-01 · AACL (NLP-TEA) 2020 12 · Hongying Zan, Yangchao Han, Haotian Huang, Yingjie Yan 외

In the process of learning Chinese, second language learners may have various grammatical errors due to the negative transfer of native language. This paper describes our submission to the NLPTEA 2020 shared task on CGED…

Grammatical Error Detection

Combining GCN and Transformer for Chinese Grammatical Error Detection

2021-05-19 · Jinhong Zhang

This paper describes our system at NLPTEA-2020 Task: Chinese Grammatical Error Diagnosis (CGED). The goal of CGED is to diagnose four types of grammatical errors: word selection (S), redundant words (R), missing words (M…

Grammatical Error DetectionGraph Neural Network

N-gram Model for Chinese Grammatical Error Diagnosis

2017-12-01 · WS 2017 12 · Jianbo Zhao, Hao liu, Zuyi Bao, Xiaopeng Bai 외

Detection and correction of Chinese grammatical errors have been two of major challenges for Chinese automatic grammatical error diagnosis.This paper presents an N-gram model for automatic detection and correction of Chi…

Language ModelingLanguage Modellingmodel