paper-with-me

홈 › Papers

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 be utilized to combine the outputs of multiple GEC systems by choosing the best subset of edits from the union of all edits proposed by the GEC base systems. However, we found that existing GEC quality estimation models are not good enough in differentiating good corrections from bad ones, resulting in a low F0.5 score when used for system combination. In this paper, we propose GRECO, a new state-of-the-art quality estimation model that gives a better estimate of the quality of a corrected sentence, as indicated by having a higher correlation to the F0.5 score of a corrected sentence. It results in a combined GEC system with a higher F0.5 score. We also propose three methods for utilizing GEC quality estimation models for system combination with varying generality: model-agnostic, model-agnostic with voting bias, and model-dependent method. The combined GEC system outperforms the state of the art on the CoNLL-2014 test set and the BEA-2019 test set, achieving the highest F0.5 scores published to date.

📄 PDF Abstract BibTeX arXiv:2310.14947

Code (1)

nusnlp/greco 공식 구현 pytorch

Tasks

Grammatical Error CorrectionSentence

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
BASE 설명 없음

Similar Papers 제목 키워드 기반

Diversity-Driven Combination for Grammatical Error Correction

2021-10-28 · Wenjuan Han, Hwee Tou Ng

Grammatical error correction (GEC) is the task of detecting and correcting errors in a written text. The idea of combining multiple system outputs has been successfully used in GEC. To achieve successful system combinati…

DiversityGrammatical Error Correction

Neural Quality Estimation of Grammatical Error Correction

2018-10-01 · EMNLP 2018 10 · Shamil Chollampatt, Hwee Tou Ng

Grammatical error correction (GEC) systems deployed in language learning environments are expected to accurately correct errors in learners{'} writing. However, in practice, they often produce spurious corrections and fa…

Grammatical Error CorrectionMachine TranslationRe-Ranking

Construction of a Quality Estimation Dataset for Automatic Evaluation of Japanese Grammatical Error Correction

2022-01-20 · LREC 2022 6 · Daisuke Suzuki, Yujin Takahashi, Ikumi Yamashita, Taichi Aida 외

In grammatical error correction (GEC), automatic evaluation is an important factor for research and development of GEC systems. Previous studies on automatic evaluation have demonstrated that quality estimation models bu…

Grammatical Error Correction

System Combination for Grammatical Error Correction Based on Integer Programming

2021-11-02 · RANLP 2021 9 · Ruixi Lin, Hwee Tou Ng

In this paper, we propose a system combination method for grammatical error correction (GEC), based on nonlinear integer programming (IP). Our method optimizes a novel F score objective based on error types, and combines…

Grammatical Error Correction

Neural Quality Estimation with Multiple Hypotheses for Grammatical Error Correction

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

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 error…

Grammatical Error CorrectionGrammatical Error DetectionReranking