CLOct 14, 2018

BLEU is Not Suitable for the Evaluation of Text Simplification

arXiv:1810.05995v11151 citations
Originality Synthesis-oriented
AI Analysis

This work addresses a methodological issue for researchers in natural language processing, particularly in text simplification evaluation, and is incremental as it critiques an existing metric.

The paper tackled the problem of using BLEU for evaluating text simplification, specifically sentence splitting, and found low or no correlation with human judgments for grammaticality and meaning preservation, with BLEU often penalizing simpler sentences.

BLEU is widely considered to be an informative metric for text-to-text generation, including Text Simplification (TS). TS includes both lexical and structural aspects. In this paper we show that BLEU is not suitable for the evaluation of sentence splitting, the major structural simplification operation. We manually compiled a sentence splitting gold standard corpus containing multiple structural paraphrases, and performed a correlation analysis with human judgments. We find low or no correlation between BLEU and the grammaticality and meaning preservation parameters where sentence splitting is involved. Moreover, BLEU often negatively correlates with simplicity, essentially penalizing simpler sentences.

Code Implementations1 repo
Foundations

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

Your Notes