CLAIMay 17, 2023

Towards More Robust NLP System Evaluation: Handling Missing Scores in Benchmarks

arXiv:2305.10284v129 citations
Originality Incremental advance
AI Analysis

This addresses a practical issue in NLP research for benchmarking, but it is incremental as it builds on existing ranking and aggregation methods.

The paper tackles the problem of evaluating NLP systems when some scores are missing in benchmarks, proposing a method that imputes missing data using compatible partial ranking and Borda count aggregation, and introduces an extended benchmark with over 131 million scores.

The evaluation of natural language processing (NLP) systems is crucial for advancing the field, but current benchmarking approaches often assume that all systems have scores available for all tasks, which is not always practical. In reality, several factors such as the cost of running baseline, private systems, computational limitations, or incomplete data may prevent some systems from being evaluated on entire tasks. This paper formalize an existing problem in NLP research: benchmarking when some systems scores are missing on the task, and proposes a novel approach to address it. Our method utilizes a compatible partial ranking approach to impute missing data, which is then aggregated using the Borda count method. It includes two refinements designed specifically for scenarios where either task-level or instance-level scores are available. We also introduce an extended benchmark, which contains over 131 million scores, an order of magnitude larger than existing benchmarks. We validate our methods and demonstrate their effectiveness in addressing the challenge of missing system evaluation on an entire task. This work highlights the need for more comprehensive benchmarking approaches that can handle real-world scenarios where not all systems are evaluated on the entire task.

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