Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

SynGEC: Syntax-Enhanced Grammatical Error Correction with a Tailored GEC-Oriented Parser

About

This work proposes a syntax-enhanced grammatical error correction (GEC) approach named SynGEC that effectively incorporates dependency syntactic information into the encoder part of GEC models. The key challenge for this idea is that off-the-shelf parsers are unreliable when processing ungrammatical sentences. To confront this challenge, we propose to build a tailored GEC-oriented parser (GOPar) using parallel GEC training data as a pivot. First, we design an extended syntax representation scheme that allows us to represent both grammatical errors and syntax in a unified tree structure. Then, we obtain parse trees of the source incorrect sentences by projecting trees of the target correct sentences. Finally, we train GOPar with such projected trees. For GEC, we employ the graph convolution network to encode source-side syntactic information produced by GOPar, and fuse them with the outputs of the Transformer encoder. Experiments on mainstream English and Chinese GEC datasets show that our proposed SynGEC approach consistently and substantially outperforms strong baselines and achieves competitive performance. Our code and data are all publicly available at https://github.com/HillZhang1999/SynGEC.

Yue Zhang, Bo Zhang, Zhenghua Li, Zuyi Bao, Chen Li, Min Zhang• 2022

Related benchmarks

TaskDatasetResultRank
Grammatical Error CorrectionCoNLL 2014 (test)
F0.5 Score67.6
207
Grammatical Error CorrectionBEA shared task 2019 (test)
F0.5 Score72.9
139
Grammatical Error CorrectionNLPCC-18 Chinese GEC (test)
Precision49.96
49
Grammatical Error CorrectionJFLEG (test)--
45
Grammatical Error CorrectionMuCGEC (test)
Precision54.69
34
Error detectionFCE (test)
F0.5 Score74.1
16
Chinese Grammatical Error CorrectionNaCGEC (test)
Precision63.76
14
Chinese Grammatical Error CorrectionFCGEC (dev)
Precision53.11
14
Grammatical Error CorrectionBEA 2019 (test)
F0.572.9
12
Grammatical Error DetectionBEA 2019 (dev)
F0.5 Score72.13
4
Showing 10 of 10 rows

Other info

Code

Follow for update