paper-with-me

Papers

Detecting Word Usage Errors in Chinese Sentences for Learning Chinese as a Foreign Language

2016-05-01 · LREC 2016 5 · Yow-Ting Shiue, Hsin-Hsi Chen

Automated grammatical error detection, which helps users improve their writing, is an important application in NLP. Recently more and more people are learning Chinese, and an automated error detection system can be helpful for the learners. This paper proposes n-gram features, dependency count features, dependency bigram features, and single-character features to determine if a Chinese sentence contains word usage errors, in which a word is written as a wrong form or the word selection is inappropriate. With marking potential errors on the level of sentence segments, typically delimited by punctuation marks, the learner can try to correct the problems without the assistant of a language teacher. Experiments on the HSK corpus show that the classifier combining all sets of features achieves an accuracy of 0.8423. By utilizing certain combination of the sets of features, we can construct a system that favors precision or recall. The best precision we achieve is 0.9536, indicating that our system is reliable and seldom produces misleading results.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Grammatical Error DetectionSentence

Similar Papers 제목 키워드 기반

Detecting Word Ordering Errors in Chinese Sentences for Learning Chinese as a Foreign Language

2012-12-01 · COLING 2012 12 · Chi-Hsin Yu, Hsin-Hsi Chen

Detection of Chinese Word Usage Errors for Non-Native Chinese Learners with Bidirectional LSTM

2017-07-01 · ACL 2017 7 · Yow-Ting Shiue, Hen-Hsen Huang, Hsin-Hsi Chen

Selecting appropriate words to compose a sentence is one common problem faced by non-native Chinese learners. In this paper, we propose (bidirectional) LSTM sequence labeling models and explore various features to detect…

Grammatical Error DetectionPOSPositionSentence

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 th…

Sentence

Pretraining Chinese BERT for Detecting Word Insertion and Deletion Errors

2022-04-26 · Cong Zhou, Yong Dai, Duyu Tang, Enbo Zhao 외

Chinese BERT models achieve remarkable progress in dealing with grammatical errors of word substitution. However, they fail to handle word insertion and deletion because BERT assumes the existence of a word at each posit…

Language ModelingLanguage ModellingMasked Language ModelingPosition

Correcting Chinese Word Usage Errors for Learning Chinese as a Second Language

2018-08-01 · COLING 2018 8 · Yow-Ting Shiue, Hen-Hsen Huang, Hsin-Hsi Chen

With more and more people around the world learning Chinese as a second language, the need of Chinese error correction tools is increasing. In the HSK dynamic composition corpus, word usage error (WUE) is the most common…

Grammatical Error Correction