Amirhossein Abaskohi, Amirhossein Dabiriaghdam, Liang Luo, Ellie Dingqiao Wen, Lele Wang, Giuseppe Carenini, Peter West
4 min
Abstract
We introduce UnpredictaBench, an evaluation that tests the ability of large language models (LLMs) to capture true underlying distributions. As LLMs are increasingly used as substitutes for other entities (e.g., for humans in economic simulations), the tendency of many models to collapse towards a single plausible answer means a failure to capture the unpredictability of real systems. Recent work on improving output diversity is insufficient for this setting: simulation requires samples that are calibrated to a target distribution, not merely varied outputs. UnpredictaBench isolates a simplified but fundamental version of this problem: sampling outcomes from individual target distributions, including canonical statistical distributions, distributions induced by stochastic programs, and natural-language scenarios that describe random processes. We introduce 448 such problems together with KS@N, a general-purpose evaluation metric that quantifies how well a model outputs approximate black-box target distributions via the Kolmogorov-Smirnov statistical test. This is the rate at which we fail to reject model samples of size N against ground-truth samples, with larger N indicating greater difficulty. Tested across open and proprietary models, we find a large spread in distributional capabilities. For instance, when models generate samples of size 100 (KS@100, our standard metric), scores range from near 0 to over 20%. No model is able to achieve over 40% at KS@100, showing significant headroom in distributional sampling as a capability. Although adding reasoning can somewhat increase scores, we find no immediate solution for this issue. UnpredictaBench shows that even simple distributional simulation remains challenging, making it a necessary first step toward using LLMs as stand-ins for complex systems.
Alex: So the very thing that makes them good at following instructions makes them unreliable at being truly random.
Sam: That's the significant finding here. Even when a model can correctly explain the mathematics behind a probability distribution, it still fails to sample from that distribution faithfully when asked to do so repeatedly. Understanding the rules and playing by the rules turn out to be different skills.
Alex: Does giving the model more time to reason help at all?
Sam: The paper finds that adding explicit reasoning steps provides a modest improvement — but it's not a solution. The models get closer, but the underlying pull toward common, expected answers doesn't disappear.
Alex: So where does this actually matter in practice?
Sam: It matters anywhere someone might use a language model as a stand-in for a complex, unpredictable system. If a model can't reliably simulate something as well-defined as a known mathematical distribution, we should be cautious about trusting it to simulate far messier realities — financial risk, human decision-making, or the spread of disease. The paper's contribution is giving researchers a concrete, rigorous way to measure exactly how far off these models currently are.
Alex: A useful diagnostic, then — not a solution, but a clearer view of the problem. Thanks for walking us through it, and thanks for listening to ResearchPod.