CLFeb 5

Grammatical Error Correction Evaluation by Optimally Transporting Edit Representation

arXiv:2602.05419v1h-index: 7Has Code
Originality Incremental advance
AI Analysis

This addresses the need for better evaluation metrics in GEC, which is crucial for selecting and analyzing systems, though it is incremental as it builds on existing edit-based methods like ERRANT.

The paper tackled the problem of automatic evaluation in grammatical error correction (GEC) by proposing UOT-ERRANT, a new metric that uses unbalanced optimal transport to measure similarity over edits, improving evaluation performance, particularly in the +Fluency domain where many edits occur.

Automatic evaluation in grammatical error correction (GEC) is crucial for selecting the best-performing systems. Currently, reference-based metrics are a popular choice, which basically measure the similarity between hypothesis and reference sentences. However, similarity measures based on embeddings, such as BERTScore, are often ineffective, since many words in the source sentences remain unchanged in both the hypothesis and the reference. This study focuses on edits specifically designed for GEC, i.e., ERRANT, and computes similarity measured over the edits from the source sentence. To this end, we propose edit vector, a representation for an edit, and introduce a new metric, UOT-ERRANT, which transports these edit vectors from hypothesis to reference using unbalanced optimal transport. Experiments with SEEDA meta-evaluation show that UOT-ERRANT improves evaluation performance, particularly in the +Fluency domain where many edits occur. Moreover, our method is highly interpretable because the transport plan can be interpreted as a soft edit alignment, making UOT-ERRANT a useful metric for both system ranking and analyzing GEC systems. Our code is available from https://github.com/gotutiyan/uot-errant.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes