CLAIOct 20, 2021

Better than Average: Paired Evaluation of NLP Systems

arXiv:2110.10746v1724 citations
Originality Incremental advance
AI Analysis

This addresses a methodological problem in NLP evaluation for researchers, offering a more robust aggregation approach that can change system rankings.

The authors questioned the use of averages for aggregating evaluation scores in NLP, arguing that it ignores instance-level pairing, and demonstrated that pairwise comparison methods like Bradley-Terry yield different conclusions about state-of-the-art systems in about 30% of 296 setups across four tasks.

Evaluation in NLP is usually done by comparing the scores of competing systems independently averaged over a common set of test instances. In this work, we question the use of averages for aggregating evaluation scores into a final number used to decide which system is best, since the average, as well as alternatives such as the median, ignores the pairing arising from the fact that systems are evaluated on the same test instances. We illustrate the importance of taking the instance-level pairing of evaluation scores into account and demonstrate, both theoretically and empirically, the advantages of aggregation methods based on pairwise comparisons, such as the Bradley-Terry (BT) model, a mechanism based on the estimated probability that a given system scores better than another on the test set. By re-evaluating 296 real NLP evaluation setups across four tasks and 18 evaluation metrics, we show that the choice of aggregation mechanism matters and yields different conclusions as to which systems are state of the art in about 30% of the setups. To facilitate the adoption of pairwise evaluation, we release a practical tool for performing the full analysis of evaluation scores with the mean, median, BT, and two variants of BT (Elo and TrueSkill), alongside functionality for appropriate statistical testing.

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