Show Your Work: Improved Reporting of Experimental Results
Jesse Dodge, Suchin Gururangan, Dallas Card, Roy Schwartz, Noah A. Smith
TL;DR
The paper tackles the problem that test-set scores alone can mislead model comparisons in NLP due to differing computational budgets. It introduces a budget-aware evaluation framework that reports the expected validation performance of the best model as a function of the budget, along with a closed-form estimator for this expectation and variance. Through case studies on SST, contextual representations, SciTail, and SQuAD, it shows that the preferred method changes with compute and that past results may be unreachable with stated budgets. The work provides practical recommendations and a checklist to improve reproducibility, enabling fairer and more informative comparisons across NLP research.
Abstract
Research in natural language processing proceeds, in part, by demonstrating that new models achieve superior performance (e.g., accuracy) on held-out test data, compared to previous results. In this paper, we demonstrate that test-set performance scores alone are insufficient for drawing accurate conclusions about which model performs best. We argue for reporting additional details, especially performance on validation data obtained during model development. We present a novel technique for doing so: expected validation performance of the best-found model as a function of computation budget (i.e., the number of hyperparameter search trials or the overall training time). Using our approach, we find multiple recent model comparisons where authors would have reached a different conclusion if they had used more (or less) computation. Our approach also allows us to estimate the amount of computation required to obtain a given accuracy; applying it to several recently published results yields massive variation across papers, from hours to weeks. We conclude with a set of best practices for reporting experimental results which allow for robust future comparisons, and provide code to allow researchers to use our technique.
