paper-with-me

Papers

Automatic Grammatical Error Detection for Chinese based on Conditional Random Field

2016-12-01 · WS 2016 12 · Yajun Liu, Yingjie Han, Liyan Zhuo, Hong-ying Zan

In the process of learning and using Chinese, foreigners may have grammatical errors due to negative migration of their native languages. Currently, the computer-oriented automatic detection method of grammatical errors is not mature enough. Based on the evaluating task {---} CGED2016, we select and analyze the classification model and design feature extraction method to obtain grammatical errors including Mission(M), Disorder(W), Selection (S) and Redundant (R) automatically. The experiment results based on the dynamic corpus of HSK show that the Chinese grammatical error automatic detection method, which uses CRF as classification model and n-gram as feature extraction method. It is simple and efficient which play a positive effect on the research of Chinese grammatical error automatic detection and also a supporting and guiding role in the teaching of Chinese as a foreign language.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationGrammatical Error DetectionPart-Of-Speech Tagging

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

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

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

Chinese Grammatical Error Diagnosis Using Single Word Embedding

2016-12-01 · WS 2016 12 · Jinnan Yang, Bo Peng, Jin Wang, Jixian Zhang 외

Abstract Automatic grammatical error detection for Chinese has been a big challenge for NLP researchers. Due to the formal and strict grammar rules in Chinese, it is hard for foreign students to master Chinese. A compute…

Grammatical Error DetectionLanguage ModelingLanguage ModellingMulti-Label Classification

Integrating BERT and Score-based Feature Gates for Chinese Grammatical Error Diagnosis

2020-12-01 · AACL (NLP-TEA) 2020 12 · Yongchang Cao, Liang He, Robert Ridley, Xinyu Dai

This paper describes our proposed model for the Chinese Grammatical Error Diagnosis (CGED) task in NLPTEA2020. The goal of CGED is to use natural language processing techniques to automatically diagnose Chinese grammatic…

Chinese Grammatical Error Detection Based on BERT Model

2020-12-01 · AACL (NLP-TEA) 2020 12 · Yong Cheng, Mofan Duan

Automatic grammatical error correction is of great value in assisting second language writing. In 2020, the shared task for Chinese grammatical error diagnosis(CGED) was held in NLP-TEA. As the LDU team, we participated …

Binary ClassificationGrammatical Error CorrectionGrammatical Error Detectionmodel+1