Type-Driven Multi-Turn Corrections for Grammatical Error Correction (2022.findings-acl)
Copied to clipboard
| Challenge: | Existing studies focus on data augmentation to combat exposure bias . but data augmented models lack the ability to recognize the procedure of gradual corrections . |
| Approach: | They propose a type-driven multi-turn corrections approach that uses multiple training instances to train dominant models. |
| Outcome: | The proposed model achieves state-of-the-art single-model performance on English GEC benchmarks. |
Similar Papers
Advancements in Arabic Grammatical Error Detection and Correction: An Empirical Investigation (2023.emnlp-main)
Copied to clipboard
| Challenge: | Existing studies on grammatical error correction (GEC) in morphologically rich languages have been limited due to data scarcity and language complexity. |
| Approach: | They propose to use Arabic GEC to improve performance across three datasets . they define Arabic grammatical error detection task as auxiliary input . |
| Outcome: | The proposed models achieve SOTA results on two Arabic GEC shared task datasets and establish a strong benchmark on a recently created dataset. |
Multi-Class Grammatical Error Detection for Correction: A Tale of Two Systems (2021.emnlp-main)
Copied to clipboard
| Challenge: | a multi-class grammatical error detection system can be used to improve grammamatical errors correction (GEC) for English. |
| Approach: | They develop a multi-class grammatical error detection system based on pre-trained ELECTRA and extend it to multi-Class detection using different error type tagsets. |
| Outcome: | The proposed system outperforms previous systems on the BEA-test benchmark. |
Efficient Grammatical Error Correction Via Multi-Task Training and Optimized Training Schedule (2023.emnlp-main)
Copied to clipboard
| Challenge: | Recent research has focused on using synthetic data for grammatical error correction . lack of annotated training data hinders progress in the field . |
| Approach: | They propose auxiliary tasks that exploit alignment between original and corrected sentences . they propose a sequence-to-sequence problem and perform multi-task training . |
| Outcome: | The proposed auxiliary tasks outperform the best models with a BART-based model on 11B parameters. |
A Crash Course in Automatic Grammatical Error Correction (2020.coling-tutorials)
Copied to clipboard
| Challenge: | Grammatical Error Correction (GEC) is the task of automatically detecting and correcting all types of errors in written text. |
| Approach: | tutorial aims to introduce participants to the field of Grammatical Error Correction . aim is to examine the development of neural-based GEC systems . |
| Outcome: | the tutorial aims to introduce participants to the current state of the art in the field of Grammatical Error Correction (GEC) |
Adversarial Grammatical Error Correction (2020.findings-emnlp)
Copied to clipboard
| Challenge: | Experimental results show that adversarial-GEC can achieve competitive GEC quality compared to NMT-based baselines. |
| Approach: | They propose an adversarial approach to Grammatical Error Correction using a transformer-based model and a sentence-pair classification model. |
| Outcome: | The proposed approach achieves competitive GEC quality compared to baselines. |
A Simple Recipe for Multilingual Grammatical Error Correction (2021.acl-short)
Copied to clipboard
| Challenge: | Modern approaches view the task of Grammatical Error Correction (GEC) as monolingual text-to-text rewriting and employ encoderdecoder neural architectures. |
| Approach: | They propose a language-agnostic method to generate a large number of synthetic examples and use large-scale multilingual language models to train state-of-the-art GEC models. |
| Outcome: | The proposed method surpasses state-of-the-art results on GEC benchmarks in English, Czech, German and Russian. |
No Error Left Behind: Multilingual Grammatical Error Correction with Pre-trained Translation Models (2024.eacl-long)
Copied to clipboard
| Challenge: | Grammatical Error Correction (GEC) research has primarily focused on English with little coverage for other languages. |
| Approach: | They propose a multilingual machine translation model that can be fine-tuned to improve error correction out-of-the-box. |
| Outcome: | The proposed model outperforms similar-sized MT5 models and competes favourably with larger models. |
Improving Grammatical Error Correction with Multimodal Feature Integration (2023.findings-acl)
Copied to clipboard
| Challenge: | Experimental results show that multimodal GEC models improve over strong baselines and achieve a new state-of-the-art result on the Falko-MERLIN test set. |
| Approach: | They propose a framework that integrates both speech and text features to enhance GEC by generating audio from text using advanced text-to-speech models. |
| Outcome: | The proposed framework improves on CoNLL14, BEA19 English, and Falko-MERLIN German datasets. |
Neural Grammatical Error Correction with Finite State Transducers (N19-1)
Copied to clipboard
| Challenge: | Language model based GEC (LM-GEC) is a promising alternative to SMT and neural sequence-to-sequence models. |
| Approach: | They propose to use finite state transducers to improve LM-GEC by rescoring with neural language models. |
| Outcome: | The proposed model outperforms the best published results on the CoNLL-2014 test set and achieves far better relative improvements over the baselines. |
UnifiedGEC: Integrating Grammatical Error Correction Approaches for Multi-languages with a Unified Framework (2025.coling-demos)
Copied to clipboard
| Challenge: | Existing tools for GEC have been developed to support research on grammatical errors, but there is no comprehensive evaluation on these models. |
| Approach: | They propose an open-source framework for Grammatical Error Correction that integrates 5 widely-used GEC models and compares their performance on 7 datasets in different languages. |
| Outcome: | The proposed framework compares 5 widely-used models on 7 datasets in different languages. |