UnpredictaBench: A Benchmark for Evaluating Distributional Randomness in LLMs
Quick Answer
UnpredictaBench evaluates LLMs' ability to capture true distributions, revealing significant limitations in output diversity.
Quick Take
UnpredictaBench evaluates LLMs' ability to capture true distributions, revealing significant limitations in output diversity. With scores ranging from near 0 to 20% at KS@100, no model exceeds 40%, indicating a need for improved distributional sampling in simulations.
Key Points
- Introduces 448 problems for evaluating distributional randomness in LLMs.
- KS@N metric quantifies model performance against true distributions.
- No model surpassed 40% success rate at KS@100, indicating significant improvement needed.
- Adding reasoning slightly improves scores, but no immediate solutions found.
- UnpredictaBench highlights challenges in using LLMs for complex system simulations.
Article Content
From source RSS / original summaryarXiv:2606. 06622v1 Announce Type: new 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.
Reader Mode unavailable (could not extract clean content).
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.CL
See more →Time to REFLECT: Can We Trust LLM Judges for Evidence-based Research Agents?
The REFLECT benchmark reveals that current LLM judges are unreliable, achieving below 55% accuracy in evaluating reasoning and evidence use, highlighting the need for improved evaluation methods for deep research agents.