LLMs Cannot Sample Distributions They Describe

Chaemin Jang, Dongman Lee, Jihee Kim· July 29, 2026 View original

Summary

Instruction-tuned language models struggle to sample diverse outputs from a described distribution, often collapsing to a single answer, despite being able to accurately describe the distribution itself, a phenomenon termed the KNOWS/DOES split.

A new study reveals a significant limitation in instruction-tuned language models: their inability to effectively sample from distributions they can accurately describe. When used as proxies for human survey respondents, these models frequently produce the same answer for a given persona and question, indicating a "collapse to a single output" rather than diverse sampling. This issue is exacerbated by instruction tuning, with base models performing better in this regard. The research identifies this discrepancy as the "KNOWS/DOES split," where a model can articulate a response distribution precisely in one call but fails to generate varied samples from it. This failure is linked to a degenerate sampling primitive observed in the models' internal logits, induced by alignment training. Leveraging this split, the study found that explicitly asking the model to describe the response distribution in a single call significantly reduces error against human survey data compared to aggregating persona-based outputs. For applications requiring per-persona outputs, a new method called Prompt-Perturbed Argyle (PPA) is proposed, which reduces error by 21% without additional cost.

Why it matters

This research is crucial for anyone using LLMs for simulations, surveys, or generating diverse content, as it highlights a fundamental limitation in current instruction-tuned models and offers practical workarounds for more accurate results.

How to implement this in your domain

  1. 1Avoid using instruction-tuned LLMs for direct sampling from described distributions in critical applications without validation.
  2. 2Implement the "describe the distribution" approach for more accurate aggregate insights from LLMs acting as survey respondents.
  3. 3Experiment with Prompt-Perturbed Argyle (PPA) for scenarios requiring diverse, per-persona outputs from LLMs.
  4. 4Educate AI development teams on the "KNOWS/DOES split" to inform model selection and prompting strategies.

Who benefits

Market ResearchSocial ScienceAI DevelopmentContent GenerationSimulation

Key takeaways

  • Instruction-tuned LLMs struggle to sample from distributions they can describe, often collapsing to a single output.
  • This "KNOWS/DOES split" is amplified by alignment training.
  • Asking the model to describe the distribution is more accurate than direct sampling for aggregate data.
  • Prompt-Perturbed Argyle (PPA) can improve per-persona output diversity and accuracy.

Original post by Chaemin Jang, Dongman Lee, Jihee Kim

"arXiv:2607.25292v1 Announce Type: new Abstract: Silicon sampling uses language models as proxies for human survey respondents, treating each model call as an independent draw from the persona's response distribution. We show this draw does not exist: instruction-tuned models do n…"

View on X

Originally posted by Chaemin Jang, Dongman Lee, Jihee Kim on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses