NeFut Logo NeFut
Admin Login

[CS.AI] Instruction-Tuned Language Models Fail to Sample from Described Distributions

Published at: 2026-07-30 22:00 Last updated: 2026-07-30 23:39
#AI #Machine Learning #optimization

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 not sample from distributions, they collapse to a single output. The same persona on the same question returns the same answer on more than half of items in a public-opinion benchmark. The collapse is sharp: the model's internal probabilities concentrate on a single option, and the failure is substantially amplified by instruction tuning: across three model families with materially different post-training pipelines, every instruction-tuned model fails on every task we test, while base models fail far less often. Strikingly, the same model that cannot sample from a distribution can describe it accurately in a single call. We call this gap the KNOWS/DOES split, and trace it to a degenerate sampling primitive visible in the logits and induced by alignment training. Exploiting this split, asking the model to describe the response distribution in one call more than halves the error against human survey data compared to persona aggregation. For applications that require per-persona outputs, we propose Prompt-Perturbed Argyle (PPA), which reduces the same error by 21% at no added cost.

Blogger's Review: This paper reveals a significant flaw in the sampling capabilities of instruction-tuned language models. While they can accurately describe distributions, their actual outputs are highly concentrated, posing challenges to their practicality. The proposed PPA method offers a novel approach to address this issue, making it worthy of further exploration and application.

Original Source: https://arxiv.org/abs/2607.25292

[h] Back to Home