CLMay 19, 2021

Combining GCN and Transformer for Chinese Grammatical Error Detection

arXiv:2105.09085v38 citations
Originality Incremental advance
AI Analysis

This work addresses grammatical error detection for Chinese language processing, representing an incremental improvement in a specific domain.

The paper tackled Chinese grammatical error detection by combining BERT models with syntactic and contextual information, a lexicon-based graph neural network, and an ensemble mechanism, achieving the highest F1 scores in detection and identification levels in the CGED 2020 task.

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), and disordered words (W). The automatic CGED system contains two parts including error detection and error correction and our system is designed to solve the error detection problem. Our system is built on three models: 1) a BERT-based model leveraging syntactic information; 2) a BERT-based model leveraging contextual embeddings; 3) a lexicon-based graph neural network leveraging lexical information. We also design an ensemble mechanism to improve the single model's performance. Finally, our system achieves the highest F1 scores at detection level and identification level among all teams participating in the CGED 2020 task.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes