English

We Need to Talk About Random Splits

Computation and Language 2021-04-27 v3 Machine Learning

Abstract

Gorman and Bedrick (2019) argued for using random splits rather than standard splits in NLP experiments. We argue that random splits, like standard splits, lead to overly optimistic performance estimates. We can also split data in biased or adversarial ways, e.g., training on short sentences and evaluating on long ones. Biased sampling has been used in domain adaptation to simulate real-world drift; this is known as the covariate shift assumption. In NLP, however, even worst-case splits, maximizing bias, often under-estimate the error observed on new samples of in-domain data, i.e., the data that models should minimally generalize to at test time. This invalidates the covariate shift assumption. Instead of using multiple random splits, future benchmarks should ideally include multiple, independent test sets instead; if infeasible, we argue that multiple biased splits leads to more realistic performance estimates than multiple random splits.

Keywords

Cite

@article{arxiv.2005.00636,
  title  = {We Need to Talk About Random Splits},
  author = {Anders Søgaard and Sebastian Ebert and Jasmijn Bastings and Katja Filippova},
  journal= {arXiv preprint arXiv:2005.00636},
  year   = {2021}
}

Comments

Accepted at EACL 2021

R2 v1 2026-06-23T15:15:10.092Z