CLLGJul 26, 2023

This is not correct! Negation-aware Evaluation of Language Generation Systems

arXiv:2307.13989v1200 citationsh-index: 11
Originality Incremental advance
AI Analysis

This work tackles a specific issue in natural language processing evaluation for researchers and practitioners, but it is incremental as it builds on existing metrics.

The paper addresses the problem that language models and evaluation metrics are insensitive to negations, proposing NegBLEURT, a negation-aware version of BLEURT, which outperforms existing metrics on negated sentences while maintaining performance on other perturbations.

Large language models underestimate the impact of negations on how much they change the meaning of a sentence. Therefore, learned evaluation metrics based on these models are insensitive to negations. In this paper, we propose NegBLEURT, a negation-aware version of the BLEURT evaluation metric. For that, we designed a rule-based sentence negation tool and used it to create the CANNOT negation evaluation dataset. Based on this dataset, we fine-tuned a sentence transformer and an evaluation metric to improve their negation sensitivity. Evaluating these models on existing benchmarks shows that our fine-tuned models outperform existing metrics on the negated sentences by far while preserving their base models' performances on other perturbations.

Code Implementations2 repos
Foundations

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

Your Notes