paper-with-me

Papers

Enhancing Text Editing for Grammatical Error Correction: Arabic as a Case Study

2025-03-02 · Bashar Alhafni, Nizar Habash

Text editing frames grammatical error correction (GEC) as a sequence tagging problem, where edit tags are assigned to input tokens, and applying these edits results in the corrected text. This approach has gained attention for its efficiency and interpretability. However, while extensively explored for English, text editing remains largely underexplored for morphologically rich languages like Arabic. In this paper, we introduce a text editing approach that derives edit tags directly from data, eliminating the need for language-specific edits. We demonstrate its effectiveness on Arabic, a diglossic and morphologically rich language, and investigate the impact of different edit representations on model performance. Our approach achieves SOTA results on two Arabic GEC benchmarks and performs on par with SOTA on two others. Additionally, our models are over six times faster than existing Arabic GEC systems, making our approach more practical for real-world applications. Finally, we explore ensemble models, demonstrating how combining different models leads to further performance improvements. We make our code, data, and pretrained models publicly available.

📄 PDF Abstract BibTeX arXiv:2503.00985

Code (0)

등록된 구현이 없습니다.

Tasks

Grammatical Error Correction

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

String Editing Based Chinese Grammatical Error Diagnosis

2022-10-01 · COLING 2022 10 · Haihua Xie, Xiaoqing Lyu, Xuefei Chen

Chinese Grammatical Error Diagnosis (CGED) suffers the problems of numerous types of grammatical errors and insufficiency of training data. In this paper, we propose a string editing based CGED model that requires less t…

TAG

Improving Grammatical Error Correction with Data Augmentation by Editing Latent Representation

2020-12-01 · COLING 2020 8 · Zhaohong Wan, Xiaojun Wan, Wenguang Wang

The incorporation of data augmentation method in grammatical error correction task has attracted much attention. However, existing data augmentation methods mainly apply noise to tokens, which leads to the lack of divers…

Data AugmentationDiversityGrammatical Error Correction

Seq2Edits: Sequence Transduction Using Span-level Edit Operations

2020-09-23 · EMNLP 2020 11 · Felix Stahlberg, Shankar Kumar

We propose Seq2Edits, an open-vocabulary approach to sequence editing for natural language processing (NLP) tasks with a high degree of overlap between input and output texts. In this approach, each sequence-to-sequence …

Grammatical Error CorrectionSentenceSentence FusionTAG+2

Grammatical error detection in transcriptions of spoken English

2020-12-01 · COLING 2020 8 · Andrew Caines, Christian Bentz, Kate Knill, Marek Rei 외

We describe the collection of transcription corrections and grammatical error annotations for the CrowdED Corpus of spoken English monologues on business topics. The corpus recordings were crowdsourced from native speake…

Grammatical Error CorrectionGrammatical Error Detection

Evaluation of really good grammatical error correction

2023-08-17 · Robert Östling, Katarina Gillholm, Murathan Kurfali, Marie Mattson 외

Although rarely stated, in practice, Grammatical Error Correction (GEC) encompasses various models with distinct objectives, ranging from grammatical error detection to improving fluency. Traditional evaluation methods f…

Grammatical Error CorrectionGrammatical Error Detection