paper-with-me

Papers

How Far Can Prompting Go for Minimal-Edit Ukrainian Grammatical Error Correction?

2026-06-08 · Kateryna Karpo, Artem Chernodub arxiv

Fine-tuned Large Language Models (LLMs) dominate in Ukrainian grammatical error correction (GEC), while API-accessed LLMs remain nearly untested on minimal-edit benchmarks. We evaluate 11 commercial LLMs from four providers and one open-source Ukrainian model on the UNLP 2023 GEC-only benchmark, comparing zero-shot, few-shot, minimal-edits, and LLM-assisted prompt optimization strategies. Our best configuration (Gemini 3.1-Pro) reaches F0.5=69.22, closing over 90% of the gap to fine-tuned SOTA (F0.5=73.14). For zero-shot prompts, only Claude models benefit from Ukrainian instructions. However, the best overall results for all models use Ukrainian minimal-edits prompts, whose language-specific rules require Ukrainian to express precisely. LLM-assisted prompt optimization on top of minimal-edits + few-shot achieves the highest score. Detailed minimal-edits instructions yield the largest gains for punctuation and case errors but cause the model to abandon several low-frequency categories. Delving into error analysis, we identify five recurring overcorrection patterns tied to Ukrainian-specific linguistic phenomena. Code, prompts, and outputs are publicly available.

📄 PDF Abstract BibTeX arXiv:2606.09334

Code (0)

등록된 구현이 없습니다.

Tasks

Grammatical Error Correction

Similar Papers 제목 키워드 기반

Spivavtor: An Instruction Tuned Ukrainian Text Editing Model

2024-04-29 · Aman Saini, Artem Chernodub, Vipul Raheja, Vivek Kulkarni

We introduce Spivavtor, a dataset, and instruction-tuned models for text editing focused on the Ukrainian language. Spivavtor is the Ukrainian-focused adaptation of the English-only CoEdIT model. Similar to CoEdIT, Spiva…

Grammatical Error CorrectionmodelText Simplification

UA-GEC: Grammatical Error Correction and Fluency Corpus for the Ukrainian Language

2021-03-31 · Oleksiy Syvokon, Olena Nahorna

We present a corpus professionally annotated for grammatical error correction (GEC) and fluency edits in the Ukrainian language. To the best of our knowledge, this is the first GEC corpus for the Ukrainian language. We c…

Grammatical Error Correction

Prompting open-source and commercial language models for grammatical error correction of English learner text

2024-01-15 · Christopher Davis, Andrew Caines, Øistein Andersen, Shiva Taslimipoor 외

Thanks to recent advances in generative AI, we are able to prompt large language models (LLMs) to produce texts which are fluent and grammatical. In addition, it has been shown that we can elicit attempts at grammatical …

Grammatical Error Correction

RedPenNet for Grammatical Error Correction: Outputs to Tokens, Attentions to Spans

2023-09-19 · Bohdan Didenko, Andrii Sameliuk

The text editing tasks, including sentence fusion, sentence splitting and rephrasing, text simplification, and Grammatical Error Correction (GEC), share a common trait of dealing with highly similar input and output sequ…

Grammatical Error CorrectionMachine Translationnamed-entity-recognitionNamed Entity Recognition+7

Edit-level Majority Voting Mitigates Over-Correction in LLM-based Grammatical Error Correction

2026-05-13 · Takumi Goto, Yusuke Sakai, Taro Watanabe arxiv

Grammatical error correction using large language models often suffers from the over-correction issue. To mitigate this, we propose a training-free inference method that performs edit-level majority voting over multiple …

Grammatical Error Correction