paper-with-me

Papers

Improved grammatical error correction by ranking elementary edits

2021-11-16 · ACL ARR November 2021 11 · Anonymous

We offer a rescoring method for grammatical error correction which is based on two-stage procedure: the first stage model extracts local edits and the second classiifies them as correct or false. We show how to use an encoder-decoder or sequence labeling approach as the first stage of our model. We achieve state-of-the-art quality on BEA 2019 English dataset even with a weak BERT-GEC basic model. When using a state-of-the-art GECToR edit generator and the combined scorer, our model beats GECToR on BEA 2019 by $2-3\%$. Our model also beats previous state-of-the-art on Russian, despite using smaller models and less data than the previous approaches.

📄 PDF Abstract BibTeX

Code (1)

AlexeySorokin/EditScorer 공식 구현 pytorch

Tasks

DecoderGrammatical Error Correction

Methods 이 논문이 사용한 방법론

Cross-encoder Reranking Cross-encoder Reranking
RoBERTa 설명 없음

Similar Papers 제목 키워드 기반

Reassessing the Goals of Grammatical Error Correction: Fluency Instead of Grammaticality

2016-01-01 · TACL 2016 1 · Keisuke Sakaguchi, Courtney Napoles, Matt Post, Joel Tetreault

The field of grammatical error correction (GEC) has grown substantially in recent years, with research directed at both evaluation metrics and improved system performance against those metrics. One unvisited assumption, …

Grammatical Error CorrectionSentence

TMU Transformer System Using BERT for Re-ranking at BEA 2019 Grammatical Error Correction on Restricted Track

2019-08-01 · WS 2019 8 · Masahiro Kaneko, Kengo Hotate, Satoru Katsumata, Mamoru Komachi

We introduce our system that is submitted to the restricted track of the BEA 2019 shared task on grammatical error correction1 (GEC). It is essential to select an appropriate hypothesis sentence from the candidates list …

Grammatical Error CorrectionRe-RankingSentence

CLEME2.0: Towards More Interpretable Evaluation by Disentangling Edits for Grammatical Error Correction

2024-07-01 · Jingheng Ye, Zishan Xu, Yinghui Li, Xuxin Cheng 외

The paper focuses on improving the interpretability of Grammatical Error Correction (GEC) metrics, which receives little attention in previous studies. To bridge the gap, we propose CLEME2.0, a reference-based evaluation…

Grammatical Error Correction

ChineseErrorCorrector3-4B: State-of-the-Art Chinese Spelling and Grammar Corrector

2025-11-13 · Wei Tian, YuhaoZhou arxiv

This paper introduces ChineseErrorCorrector3-4B, a unified model for Chinese spelling and grammatical error correction based on Qwen3-4B. The model demonstrates outstanding performance in general text correction tasks an…

Grammatical Error Correction

Neural and FST-based approaches to grammatical error correction

2019-08-01 · WS 2019 8 · Zheng Yuan, Felix Stahlberg, Marek Rei, Bill Byrne 외

In this paper, we describe our submission to the BEA 2019 shared task on grammatical error correction. We present a system pipeline that utilises both error detection and correction models. The input text is first correc…

Grammatical Error CorrectionMachine TranslationMulti-Task LearningRe-Ranking+1