FSE 2026
Sun 5 - Thu 9 July 2026 Montreal, Canada

Much of software engineering (SE) research assumes that progress depends on massive datasets and CPU-intensive optimizers. Yet has this assumption been rigorously tested?

The counter-evidence presented in this paper suggests otherwise: across dozens of optimization problems from recent SE literature, even with just a few dozen labels, very simple methods (e.g. diversity sampling, a minimal Bayesian learner, or random probes) achieve over 90% of the best reported results. Further, these simple methods perform just as well as more state-of-the-the-art optimizers like DEHB. While some tasks would require better outcomes and more sampling, these results seen after a few dozen samples would suffice for many engineering needs (particularly when the goal is rapid and cost-efficient guidance rather than slow and exhaustive optimization).

Our results highlights that some SE tasks may be better served by lightweight approaches that demand fewer labels and far less computation. We hence propose the data-light challenge: when will a handful of labels suffice for SE tasks? To enable a large-scale investigation of this issue, we contribute (1) a mathematical formalization of labeling, (2) lightweight baseline algorithms, and (3) results on public-domain data showing the conditions under which lightweight methods excel or fail.

For the purposes of open science, our scripts and data are on-line at http://github.com/anon-artifacts/bingo.