paper-with-me

홈 › Papers

Improving Seq2Seq Grammatical Error Correction via Decoding Interventions

2023-10-23 · Houquan Zhou, Yumeng Liu, Zhenghua Li, Min Zhang, Bo Zhang, Chen Li, Ji Zhang, Fei Huang

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.

📄 PDF Abstract BibTeX arXiv:2310.14534

Code (1)

Jacob-Zhou/gecdi 공식 구현

Tasks

DecoderGrammatical Error CorrectionLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Weakly Supervised Grammatical Error Correction using Iterative Decoding

2018-10-31 · Jared Lichtarge, Christopher Alberti, Shankar Kumar, Noam Shazeer 외

We describe an approach to Grammatical Error Correction (GEC) that is effective at making use of models trained on large amounts of weakly supervised bitext. We train the Transformer sequence-to-sequence model on 4B toke…

Grammatical Error Correction

Edit-level Majority Voting Mitigates Over-Correction in LLM-based Grammatical Error Correction

2026-05-13 · Takumi Goto, Yusuke Sakai, Taro Watanabe arxiv

Grammatical error correction using large language models often suffers from the over-correction issue. To mitigate this, we propose a training-free inference method that performs edit-level majority voting over multiple …

Grammatical Error Correction

Adjusting the Precision-Recall Trade-Off with Align-and-Predict Decoding for Grammatical Error Correction

2022-05-01 · ACL 2022 5 · Xin Sun, Houfeng Wang

Modern writing assistance applications are always equipped with a Grammatical Error Correction (GEC) model to correct errors in user-entered sentences. Different scenarios have varying requirements for correction behavio…

Grammatical Error Correction

Minimum Bayes' Risk Decoding for System Combination of Grammatical Error Correction Systems

2023-09-12 · Vyas Raina, Mark Gales

For sequence-to-sequence tasks it is challenging to combine individual system outputs. Further, there is also often a mismatch between the decoding criterion and the one used for assessment. Minimum Bayes' Risk (MBR) dec…

Grammatical Error Correction

Non-Autoregressive Grammatical Error Correction Toward a Writing Support System

2020-12-01 · AACL (NLP-TEA) 2020 12 · Hiroki Homma, Mamoru Komachi

There are several problems in applying grammatical error correction (GEC) to a writing support system. One of them is the handling of sentences in the middle of the input. Till date, the performance of GEC for incomplete…

Grammatical Error Correction