Correcting Chinese Word Usage Errors for Learning Chinese as a Second Language (C18-1)
Copied to clipboard
| Challenge: | a word usage error is the most common error type in Chinese, according to the HSK dynamic composition corpus . a system that considers both target erroneous token and context can generate a correction vector . |
| Approach: | They propose a neural network model that considers target erroneous token and context to generate a correction vector and compare it against a candidate vocabulary to propose suitable corrections. |
| Outcome: | The proposed model can detect 91% of the cases and propose suitable corrections within a list of five candidates. |
Similar Papers
A Chinese Writing Correction System for Learning Chinese as a Foreign Language (C18-2)
Copied to clipboard
| Challenge: | a new writing correction system for Chinese learners is available for learning as a second language . a classification approach to English GEC does not require exact recognition of error types . however, there is no general model that handles all types of Chinese writing errors. |
| Approach: | They propose a Chinese writing correction system that takes a wrong input sentence and generates correction suggestions. |
| Outcome: | The proposed system generates correction suggestions for Chinese sentences with English translations, helping users understand correct usages of certain grammar patterns. |
FCGEC: Fine-Grained Corpus for Chinese Grammatical Error Correction (2022.findings-emnlp)
Copied to clipboard
| Challenge: | grammatical error correction (GEC) is a complex task that requires high-quality data from native speakers. |
| Approach: | They propose a human-annotated corpus to detect, identify and correct grammatical errors in Chinese examinations. |
| Outcome: | The proposed model outperforms other models in low-resource settings, but there is a significant gap between the models and humans that encourages future models to bridge it. |
Towards Better Utilization of Multi-Reference Training Data for Chinese Grammatical Error Correction (2024.findings-acl)
Copied to clipboard
| Challenge: | a high proportion of Chinese training data is multi-referenced for the grammatical error correction task . however, there are many ways to correct an erroneous input sentence . a systematic study on multi-referencing training data has been proposed . |
| Approach: | They propose two new approaches and a simple two-stage training strategy to better utilize multi-reference training data. |
| Outcome: | The proposed methods show that Chinese training data contain multiple references. |
Chinese Grammatical Correction Using BERT-based Pre-trained Model (2020.aacl-main)
Copied to clipboard
| Challenge: | Recent studies have shown that pre-trained models improve performance on downstream tasks. |
| Approach: | They propose to incorporate a pre-trained model into an encoder-decoder model to improve the performance of Chinese grammatical error correction tasks. |
| Outcome: | The proposed method improves the performance of Chinese grammatical error correction tasks. |
An Error-Guided Correction Model for Chinese Spelling Error Correction (2022.findings-emnlp)
Copied to clipboard
| Challenge: | Existing neural network approaches have achieved great progress on Chinese spelling correction, but there is still room for improvement. |
| Approach: | They propose an error-guided correction model that uses pre-trained BERT models to detect errors and integrate the error confusion set into the model. |
| Outcome: | The proposed model outperforms state-of-the-art models on widely used benchmarks and achieves superior performance on both quality and computation speed. |
From Spelling to Grammar: A New Framework for Chinese Grammatical Error Correction (2022.findings-emnlp)
Copied to clipboard
| Challenge: | Chinese Grammatical Error Correction (CGEC) aims to generate correct sentences from erroneous sequences. |
| Approach: | They propose a zero-shot approach for spelling error correction that is simple but effective . they propose auxiliary task to predict POS sequence of target sentence . |
| Outcome: | The proposed framework achieves 42.11 F-0.5 on the English GEC dataset outperforms the previous state-of-the-art by a wide margin of 1.30 points. |
VisCGEC: Benchmarking the Visual Chinese Grammatical Error Correction (2025.naacl-long)
Copied to clipboard
| Challenge: | Existing studies on Chinese grammatical error correction ignore multi-modality and faked errors, which pushes techniques far away from real-world scenarios. |
| Approach: | They propose to benchmark Chinese grammatical error correction for Chinese as a foreign language learner (CFL) using a dataset, they propose to use two CGEC frameworks to conduct experiments . |
| Outcome: | The proposed approach achieves an F 0.5 score of only 28.9%. |
Heterogeneous Recycle Generation for Chinese Grammatical Error Correction (2020.coling-main)
Copied to clipboard
| Challenge: | Recent work in the field of grammatical error correction (GEC) rely on neural machine translation-based models. |
| Approach: | They propose a heterogeneous approach to Chinese grammatical error correction using NMT-based models, sequence editing models, and a spell checker. |
| Outcome: | The proposed model achieves state-of-the-art performance without data augmentation or changes in architecture . it adapts the ERRANT scorer to be able to score Chinese sentences . |
Linguistic Rules-Based Corpus Generation for Native Chinese Grammatical Error Correction (2022.findings-emnlp)
Copied to clipboard
Shirong Ma, Yinghui Li, Rongyi Sun, Qingyu Zhou, Shulin Huang, Ding Zhang, Li Yangning, Ruiyang Liu, Zhongli Li, Yunbo Cao, Haitao Zheng, Ying Shen
| Challenge: | Chinese Grammatical Error Correction (CGEC) is a challenging NLP task and a common application in human daily life. |
| Approach: | They propose a linguistic rules-based approach to construct large-scale CGEC training corpora with automatically generated grammatical errors. |
| Outcome: | The proposed method improves performance of existing CGEC models and the benchmark is excellent resource for further development. |
CCTC: A Cross-Sentence Chinese Text Correction Dataset for Native Speakers (2022.coling-1)
Copied to clipboard
| Challenge: | Chinese text correction datasets focus on detecting and correcting Chinese spelling errors and grammatical errors. |
| Approach: | They propose a Chinese text correction dataset for native speakers . they manually annotated 1,500 Chinese texts written by native speakers. |
| Outcome: | The proposed dataset can detect and correct Chinese spelling errors and grammatical errors. |