CLEME2.0: Towards Interpretable Evaluation by Disentangling Edits for Grammatical Error Correction
Jingheng Ye, Zishan Xu, Yinghui Li, Linlin Song, Qingyu Zhou, Hai-Tao Zheng, Ying Shen, Wenhao Jiang, Hong-Gee Kim, Ruitong Liu, Xin Su, Zifei Shan
TL;DR
CLEME2.0 introduces an interpretable, reference-based GEC evaluation framework that decomposes edits into four disentangled aspects—hit-correction, wrong-correction, under-correction, and over-correction—and aggregates them with adjustable weights. It employs a chunk-partition edit extraction and two weighting strategies (similarity-based and LLM-based) to better capture semantic impact, formalized as Score = $\alpha_1 \cdot Hit + \alpha_2 (1 - Wrong) + \alpha_3 (1 - Under) + \alpha_4 (1 - Over)$. Across two human judgment datasets (GJG15, SEEDA) and six reference sets, CLEME2.0 achieves state-of-the-art correlations with human judgments and demonstrates robustness to different annotation styles, with similarity-based weighting generally outperforming LLM-based weighting. The work provides actionable diagnostics for GEC system development and highlights the importance of semantic weighting of edits over conventional PRF-based metrics.
Abstract
The paper focuses on the interpretability of Grammatical Error Correction (GEC) evaluation metrics, which received little attention in previous studies. To bridge the gap, we introduce **CLEME2.0**, a reference-based metric describing four fundamental aspects of GEC systems: hit-correction, wrong-correction, under-correction, and over-correction. They collectively contribute to exposing critical qualities and locating drawbacks of GEC systems. Evaluating systems by combining these aspects also leads to superior human consistency over other reference-based and reference-less metrics. Extensive experiments on two human judgment datasets and six reference datasets demonstrate the effectiveness and robustness of our method, achieving a new state-of-the-art result. Our codes are released at https://github.com/THUKElab/CLEME.
