paper-with-me

홈 › Papers

Large Language Models Are Bad Dice Players: LLMs Struggle to Generate Random Numbers from Statistical Distributions

2026-01-08 · Minda Zhao, Yilun Du, Mengyu Wang arxiv

As large language models (LLMs) transition from chat interfaces to integral components of stochastic pipelines and systems approaching general intelligence, the ability to faithfully sample from specified probability distributions has become a functional requirement rather than a theoretical curiosity. We present the first large-scale, statistically powered audit of native probabilistic sampling in frontier LLMs, benchmarking 11 models across 15 distributions. To disentangle failure modes, we employ a dual-protocol design: Batch Generation, where a model produces $N{=}1000$ samples within one response, and Independent Requests, comprising $N{=}1000$ stateless calls. We observe a sharp protocol asymmetry: batch generation achieves only modest statistical validity, with a 7% median pass rate, while independent requests collapse almost entirely, with 10 of 11 models passing none of the distributions. Beyond this asymmetry, we reveal that sampling fidelity degrades monotonically with distributional complexity and aggravates as the sampling horizon $N$ increases. Finally, we demonstrate how the propagation of these failures into downstream real-world application tasks introduces systematic biases: models fail to enforce uniform answer-position constraints in Multiple Choice Question generation and systematically violate demographic targets in attribute-constrained text-to-image prompt synthesis. These findings indicate that current LLMs lack a functional internal sampler, necessitating external tools for applications requiring statistical guarantees.

📄 PDF Abstract BibTeX arXiv:2601.05414

Code (0)

등록된 구현이 없습니다.

Tasks

Question Generation

Similar Papers 제목 키워드 기반

Connecting the Dots: Evaluating Abstract Reasoning Capabilities of LLMs Using the New York Times Connections Word Game

2024-06-16 · Prisha Samadarshi, Mariam Mustafa, Anushka Kulkarni, Raven Rothkopf 외

The New York Times Connections game has emerged as a popular and challenging pursuit for word puzzle enthusiasts. We collect 438 Connections games to evaluate the performance of state-of-the-art large language models (LL…

Do You Get the Hint? Benchmarking LLMs on the Board Game Concept

2025-10-15 · Ine Gevers, Walter Daelemans arxiv

Large language models (LLMs) have achieved striking successes on many benchmarks, yet recent studies continue to expose fundamental weaknesses. In this paper, we introduce Concept, a simple word-guessing board game, as a…

Can Large Language Models Serve as Rational Players in Game Theory? A Systematic Analysis

2023-12-09 · Caoyun Fan, Jindou Chen, Yaohui Jin, Hao He

Game theory, as an analytical tool, is frequently utilized to analyze human behavior in social science research. With the high alignment between the behavior of Large Language Models (LLMs) and humans, a promising resear…

UNO Arena for Evaluating Sequential Decision-Making Capability of Large Language Models

2024-06-24 · Zhanyue Qin, Haochuan Wang, Deyuan Liu, Ziyang Song 외

Sequential decision-making refers to algorithms that take into account the dynamics of the environment, where early decisions affect subsequent decisions. With large language models (LLMs) demonstrating powerful capabili…

Decision MakingSequential Decision Making

Strategic Insights in Human and Large Language Model Tactics at Word Guessing Games

2024-09-17 · Matīss Rikters, Sanita Reinsone

At the beginning of 2022, a simplistic word-guessing game took the world by storm and was further adapted to many languages beyond the original English version. In this paper, we examine the strategies of daily word-gues…

Language ModelingLanguage ModellingLarge Language Model