HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Improving Seq2Seq Grammatical Error Correction via Decoding Interventions

Houquan Zhou Yumeng Liu Zhenghua Li Min Zhang Bo Zhang Chen Li Ji Zhang Fei Huang

Improving Seq2Seq Grammatical Error Correction via Decoding Interventions

Abstract

The sequence-to-sequence (Seq2Seq) approach has recently been widely used in grammatical error correction (GEC) and shows promising performance. However, the Seq2Seq GEC approach still suffers from two issues. First, a Seq2Seq GEC model can only be trained on parallel data, which, in GEC task, is often noisy and limited in quantity. Second, the decoder of a Seq2Seq GEC model lacks an explicit awareness of the correctness of the token being generated. In this paper, we propose a unified decoding intervention framework that employs an external critic to assess the appropriateness of the token to be generated incrementally, and then dynamically influence the choice of the next token. We discover and investigate two types of critics: a pre-trained left-to-right language model critic and an incremental target-side grammatical error detector critic. Through extensive experiments on English and Chinese datasets, our framework consistently outperforms strong baselines and achieves results competitive with state-of-the-art methods.

Code Repositories

Jacob-Zhou/gecdi
Official
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
grammatical-error-correction-on-bea-2019-testGEC-DI (LM+GED)
F0.5: 73.1
grammatical-error-correction-on-conll-2014GEC-DI (LM+GED)
F0.5: 69.6
Precision: 79.2
Recall: 46.8
grammatical-error-correction-on-mucgecGEC-DI (LM+GED)
F0.5: 48.61

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Improving Seq2Seq Grammatical Error Correction via Decoding Interventions | Papers | HyperAI