paper-with-me

Papers

Detecting Grammatical Errors in the NTOU CGED System by Identifying Frequent Subsentences

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

The main goal of Chinese grammatical error diagnosis task is to detect word er-rors in the sentences written by Chinese-learning students. Our previous system would generate error-corrected sentences as candidates and their sentence likeli-hood were measured based on a large scale Chinese n-gram dataset. This year we further tried to identify long frequent-ly-seen subsentences and label them as correct in order to avoid propose too many error candidates. Two new methods for suggesting missing and selection er-rors were also tested.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Sentence

Similar Papers 제목 키워드 기반

String Editing Based Chinese Grammatical Error Diagnosis

2022-10-01 · COLING 2022 10 · Haihua Xie, Xiaoqing Lyu, Xuefei Chen

Chinese Grammatical Error Diagnosis (CGED) suffers the problems of numerous types of grammatical errors and insufficiency of training data. In this paper, we propose a string editing based CGED model that requires less t…

TAG

Improving Chinese Grammatical Error Detection via Data augmentation by Conditional Error Generation

2022-05-01 · Findings (ACL) 2022 5 · Tianchi Yue, Shulin Liu, Huihui Cai, Tao Yang 외

Chinese Grammatical Error Detection(CGED) aims at detecting grammatical errors in Chinese texts. One of the main challenges for CGED is the lack of annotated data. To alleviate this problem, previous studies proposed var…

Data AugmentationGrammatical Error Detection

BERT Enhanced Neural Machine Translation and Sequence Tagging Model for Chinese Grammatical Error Diagnosis

2020-12-01 · AACL (NLP-TEA) 2020 12 · Deng Liang, Chen Zheng, Lei Guo, Xin Cui 외

This paper presents the UNIPUS-Flaubert team’s hybrid system for the NLPTEA 2020 shared task of Chinese Grammatical Error Diagnosis (CGED). As a challenging NLP task, CGED has attracted increasing attention recently and …

Grammatical Error CorrectionMachine TranslationNMTTranslation

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

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