Overview
- Field: Machine Learning
- Authors: Salman Avestimehr, Ken Duffy, Muriel Médard
- Published: 2025-05-15
- arXiv: 2505.10886
- Convergence conditions: The authors identify sufficient conditions under which accumulated genuine knowledge eventually covers a finite domain, and show how violations of these conditions produce distinct failure modes: contamination, forgetting, exploration failure, and acceptance failure.
- The contamination trap: Analyzing imperfect verification, the paper shows that as easy-to-find knowledge is exhausted, the model mass assigned to new valid artifacts shrinks — so even small false-positive rates can cause invalid artifacts to enter the knowledge base faster than genuine discoveries.
- Good-Turing estimation clarified: Good-Turing estimation is positioned as a local batch diversity diagnostic tool, not an estimator of historically undiscovered valid mass for controlling long-horizon discovery.
- Scaling law for discovery cost: Under a separate tail-equivalence assumption linking the model's valid-discovery distribution to a Zipf law with exponent alpha > 1, the cumulative generation cost required to obtain D distinct true discoveries satisfies:
- Human augmentation formalized: The paper formalizes human augmentation through guidance, generation, and verification, explaining why expert input is most valuable near barriers to autonomous exploration.
Abstract
Can AI systems discover genuinely new knowledge through iterative self-improvement, and if so, at what cost? This paper introduces the NOVA framework, which models the common "generate, verify, accumulate, retrain" loop as an adaptive sampling process over a knowledge space.
Key contributions
R_cum(D) = Theta(c_gen * D^alpha)
where c_gen is the generation cost per candidate. This scaling law quantifies asymptotically diminishing returns as the discovery frontier advances.
Full original abstract
Can AI systems discover genuinely new knowledge through iterative self improvement, and if so, at what cost? We introduce the NOVA framework, which models the common ``generate, verify, accumulate, retrain'' loop as an adaptive sampling process over a knowledge space. We identify sufficient conditions under which accumulated genuine knowledge eventually covers a finite domain, and show how their violations produce distinct failure modes: contamination, forgetting, exploration failure, and acceptance failure. We then analyze imperfect verification and identify a contamination trap: as easy-to-find knowledge is exhausted, the model mass assigned to new valid artifacts shrinks, so even small false-positive rates can cause invalid artifacts to enter the knowledge base faster than genuine discoveries.
---
*Auto-collected on 2026-05-19*