paper-with-me

홈 › Papers

Ling@CASS Solution to the NLP-TEA CGED Shared Task 2018

2018-07-01 · WS 2018 7 · Qinan Hu, Yongwei Zhang, Fang Liu, Yueguo Gu

In this study, we employ the sequence to sequence learning to model the task of grammar error correction. The system takes potentially erroneous sentences as inputs, and outputs correct sentences. To breakthrough the bottlenecks of very limited size of manually labeled data, we adopt a semi-supervised approach. Specifically, we adapt correct sentences written by native Chinese speakers to generate pseudo grammatical errors made by learners of Chinese as a second language. We use the pseudo data to pre-train the model, and the CGED data to fine-tune it. Being aware of the significance of precision in a grammar error correction system in real scenarios, we use ensembles to boost precision. When using inputs as simple as Chinese characters, the ensembled system achieves a precision at 86.56{\%} in the detection of erroneous sentences, and a precision at 51.53{\%} in the correction of errors of Selection and Missing types.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Chinese Grammatical Error Diagnosis with Long Short-Term Memory Networks

2016-12-01 · WS 2016 12 · Bo Zheng, Wanxiang Che, Jiang Guo, Ting Liu

Grammatical error diagnosis is an important task in natural language processing. This paper introduces our Chinese Grammatical Error Diagnosis (CGED) system in the NLP-TEA-3 shared task for CGED. The CGED system can diag…

Information RetrievalLanguage ModelingLanguage ModellingNamed Entity Recognition (NER)+1

Chinese Grammatical Error Correction Based on Hybrid Models with Data Augmentation

2020-12-01 · AACL (NLP-TEA) 2020 12 · Yi Wang, Ruibin Yuan, Yan‘gen Luo, Yufang Qin 외

A better Chinese Grammatical Error Diagnosis (CGED) system for automatic Grammatical Error Correction (GEC) can benefit foreign Chinese learners and lower Chinese learning barriers. In this paper, we introduce our soluti…

Data AugmentationGrammatical Error Correction

NTOU Chinese Grammar Checker for CGED Shared Task

2015-07-01 · WS 2015 7 · Chuan-Jie Lin, Shao-Heng Chen

TMU-NLP System Using BERT-based Pre-trained Model to the NLP-TEA CGED Shared Task 2020

2020-12-01 · AACL (NLP-TEA) 2020 12 · Hongfei Wang, Mamoru Komachi

In this paper, we introduce our system for NLPTEA 2020 shared task of Chinese Grammatical Error Diagnosis (CGED). In recent years, pre-trained models have been extensively studied, and several downstream tasks have benef…

DecoderGrammatical Error Correction

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