paper-with-me

홈 › Papers

Neural Quality Estimation with Multiple Hypotheses for Grammatical Error Correction

2021-05-10 · NAACL 2021 4 · Zhenghao Liu, Xiaoyuan Yi, Maosong Sun, Liner Yang, Tat-Seng Chua

Grammatical Error Correction (GEC) aims to correct writing errors and help language learners improve their writing skills. However, existing GEC models tend to produce spurious corrections or fail to detect lots of errors. The quality estimation model is necessary to ensure learners get accurate GEC results and avoid misleading from poorly corrected sentences. Well-trained GEC models can generate several high-quality hypotheses through decoding, such as beam search, which provide valuable GEC evidence and can be used to evaluate GEC quality. However, existing models neglect the possible GEC evidence from different hypotheses. This paper presents the Neural Verification Network (VERNet) for GEC quality estimation with multiple hypotheses. VERNet establishes interactions among hypotheses with a reasoning graph and conducts two kinds of attention mechanisms to propagate GEC evidence to verify the quality of generated hypotheses. Our experiments on four GEC datasets show that VERNet achieves state-of-the-art grammatical error detection performance, achieves the best quality estimation results, and significantly improves GEC performance by reranking hypotheses. All data and source codes are available at https://github.com/thunlp/VERNet.

📄 PDF Abstract BibTeX arXiv:2105.04443

Code (1)

thunlp/VERNet 공식 구현 pytorch

Tasks

Grammatical Error CorrectionGrammatical Error DetectionReranking

Similar Papers 제목 키워드 기반

Exploiting N-Best Hypotheses to Improve an SMT Approach to Grammatical Error Correction

2016-06-01 · Duc Tam Hoang, Shamil Chollampatt, Hwee Tou Ng

Grammatical error correction (GEC) is the task of detecting and correcting grammatical errors in texts written by second language learners. The statistical machine translation (SMT) approach to GEC, in which sentences wr…

Grammatical Error CorrectionMachine TranslationTranslation

How Good (really) are Grammatical Error Correction Systems?

2021-04-01 · EACL 2021 2 · Alla Rozovskaya, Dan Roth

Standard evaluations of Grammatical Error Correction (GEC) systems make use of a fixed reference text generated relative to the original text; they show, even when using multiple references, that we have a long way to go…

Grammatical Error Correction

Discriminative training of RNNLMs with the average word error criterion

2018-11-06 · Rémi Francis, Tom Ash, Will Williams

In automatic speech recognition (ASR), recurrent neural language models (RNNLM) are typically used to refine hypotheses in the form of lattices or n-best lists, which are generated by a beam search decoder with a weaker …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderLanguage Modeling+3

System Combination via Quality Estimation for Grammatical Error Correction

2023-10-23 · Muhammad Reza Qorib, Hwee Tou Ng

Quality estimation models have been developed to assess the corrections made by grammatical error correction (GEC) models when the reference or gold-standard corrections are not available. An ideal quality estimator can …

Grammatical Error CorrectionSentence

Proficiency Matters Quality Estimation in Grammatical Error Correction

2022-01-17 · Yujin Takahashi, Masahiro Kaneko, Masato Mita, Mamoru Komachi

This study investigates how supervised quality estimation (QE) models of grammatical error correction (GEC) are affected by the learners' proficiency with the data. QE models for GEC evaluations in prior work have obtain…

Grammatical Error Correction