π€ AI Summary
The statistics domain lacks a systematic, large language model (LLM)-oriented evaluation benchmark. Method: We introduce StatEvalβthe first comprehensive benchmark for statistical reasoning, covering undergraduate and graduate curricula as well as frontier research topics, comprising 13,817 foundational questions and 2,374 research-level formal proof tasks. We design a scalable multi-agent automated pipeline integrated with human verification to ensure question quality, and develop a fine-grained evaluation framework tailored to statistical computation and formal proof. Contribution/Results: Experiments reveal severe limitations of state-of-the-art LLMs on research-level statistical tasks (e.g., GPT-5-mini achieves <57% accuracy; open-source models perform worse), highlighting the unique challenges of statistical reasoning. StatEval fills a critical gap in the field and provides a rigorous, reliable benchmark for diagnostic model assessment and algorithmic advancement.
π Abstract
Large language models (LLMs) have demonstrated remarkable advances in mathematical and logical reasoning, yet statistics, as a distinct and integrative discipline, remains underexplored in benchmarking efforts. To address this gap, we introduce extbf{StatEval}, the first comprehensive benchmark dedicated to statistics, spanning both breadth and depth across difficulty levels. StatEval consists of 13,817 foundational problems covering undergraduate and graduate curricula, together with 2374 research-level proof tasks extracted from leading journals. To construct the benchmark, we design a scalable multi-agent pipeline with human-in-the-loop validation that automates large-scale problem extraction, rewriting, and quality control, while ensuring academic rigor. We further propose a robust evaluation framework tailored to both computational and proof-based tasks, enabling fine-grained assessment of reasoning ability. Experimental results reveal that while closed-source models such as GPT5-mini achieve below 57% on research-level problems, with open-source models performing significantly lower. These findings highlight the unique challenges of statistical reasoning and the limitations of current LLMs. We expect StatEval to serve as a rigorous benchmark for advancing statistical intelligence in large language models. All data and code are available on our web platform: https://stateval.github.io/.