paper:doi-10-48550-arxiv-2510-01171Verbalized Sampling: How to Mitigate Mode Collapse and Unlock LLM Diversity
Methods (18)
- Bradley-Terry ModelStatistical model used to quantify typicality bias in preference data by estimating the typicality weight α in reward decomposition
- CoT PromptingChain-of-thought prompting baseline used for comparison in creative writing and other tasks
- Coverage-NMetric measuring the fraction of unique ground-truth answers generated in N samples for open-ended QA
- Direct PromptingThe baseline prompting method asking for a single response (e.g., 'Tell me a joke about coffee'), which suffers from mode collapse
- Distinct-NLexical diversity metric measuring the proportion of unique n-grams in persuadee responses within a dialogue
- Diversity Tuning via Probability ThresholdVS-specific technique adjusting output diversity by specifying probability thresholds in the prompt (e.g., 'Generate responses with probabilities below {threshold}')
- Flesch-Kincaid Grade LevelReadability metric used to evaluate linguistic alignment in dialogue simulation
- Gwet's AC1Inter-rater reliability metric used in the human study on creative writing diversity
- Kolmogorov-Smirnov TestUsed to measure distributional alignment between simulated and human donation amounts in dialogue simulation
- Math-VerifyEvaluation tool used to assess accuracy on math benchmark datasets
- Multi-Turn PromptingA prompting baseline that elicits N responses across N sequential conversation turns
- ROUGE-LLexical diversity metric used in creative writing evaluation; lower scores indicate greater diversity
- Semantic Diversity ScoreDiversity metric computed as 1 minus mean pairwise cosine similarity of response embeddings, using OpenAI's text-embedding-3-small
- Sequence PromptingA list-level prompting baseline that asks for k responses in a single call without probability verbalization
- Typicality Bias RateMeasurement of how often human annotators prefer the response with higher base model log-probability
- VS-CoTA VS variant that adds chain-of-thought reasoning before generating the distribution of responses with probabilities
- VS-MultiA VS variant that generates k responses with probabilities across multiple conversation turns for additional diversity
- VS-StandardThe baseline variant of Verbalized Sampling that asks for k responses with their probabilities in a single LLM call
Frameworks (1)
- Verbalized Sampling (VS)The paper's proposed training-free prompting strategy that prompts the model to verbalize a probability distribution over a set of responses rather than generating a single response
Datasets (17)
- BookMIA DatasetSource of stories used for the story generation creative writing benchmark
- CoverageQAOpen-ended QA benchmark with simple questions having many valid answers, adapted for evaluating distribution alignment
- GSM8KGrade school math dataset used for math task in E3.
- HELPSTEER (HelpSteer2)Human-annotated preference dataset used to verify typicality bias, providing correctness and overall helpfulness ratings
- MATH500Math benchmark used to evaluate downstream performance of models fine-tuned on VS-generated synthetic data
- Minerva MathMath reasoning benchmark used to evaluate downstream performance of models fine-tuned on VS-generated synthetic data
- OlympiadBenchCompetition math benchmark used to evaluate downstream performance of models fine-tuned on VS-generated synthetic data
- OpenAI TL;DRHuman-annotated summarization preference dataset used to measure typicality bias rates
- PersuasionForGoodDataset of 1,017 persuasive dialogues used to evaluate VS on dialogue simulation tasks
- PoemHunter.com PoemsSource of poems used for the poem continuation creative writing benchmark
- PRISM Alignment DatasetPreference dataset with diverse annotator demographic metadata used to analyze typicality bias across ethnic and geographic groups
- Reddit r/DadJokes DatasetSource of 100 thematic prompts used for the joke writing creative writing benchmark
- RedPajamaLarge-scale English pretraining corpus used as a proxy for the pretraining distribution to validate VS alignment
- SimpleQAFactual QA dataset used to evaluate commonsense reasoning accuracy and verify VS does not hurt factual accuracy
- Skywork Preference DatasetHybrid preference dataset used to measure typicality bias rates across base models
- StrongReject BenchmarkSafety benchmark with 353 harmful prompts used to evaluate whether VS compromises model safety alignment
- UltraFeedbackGPT-4 annotated preference dataset used to measure typicality bias rates across base models
Findings (27)
- VS-Multi achieves average accuracy of 37.5% on math benchmarks (avg of MATH500, OlympiadBench, Minerva) with Gemini-2.5-Flash as generator and Qwen3-4B as SFT model, vs. 40.7% baseline
Best VS result in synthetic data generation for math, demonstrating downstream improvement through diversity
- After controlling for token count, Flesch-Kincaid readability, type-token ratio, and sentence length, typicality coefficient α remains positive and significant (0.260-0.326, p<10^-6)
Shows typicality bias is not fully explained by surface-form confounds
- Claude Sonnet 4.5 and GPT-5 Mini select diverse coin sequences in 91.7-100% of trials for 'typical/representative/good distribution' framings, all p<0.001
Validates Assumption D.3 that instruction-tuned models prefer representative distributions, supporting the VS theoretical framework
- Verbalized probabilities for programming languages show only Pearson r=0.182 (GPT-4.1) correlation with corpus frequencies, indicating weaker calibration
Limits of verbalized probability calibration when corpus frequency and perceived popularity diverge
- VS-Standard achieves human-rated diversity scores of 2.39/3.06/3.01 for poem/story/joke vs. 1.90/2.74/1.83 for Direct prompting on 4-point scale
Human study confirming automatic diversity metrics align with human perceptions
- VS-Standard achieves KL divergence of 0.12-0.13 from pretraining distribution on US state naming task, vs. 14.89-16.16 for Direct prompting
Strong empirical evidence that VS recovers pretraining distribution while direct prompting collapses
- Larger models (GPT-4.1, Gemini-2.5-Pro) achieve diversity gains 1.5-2x greater than smaller models (GPT-4.1-Mini, Gemini-2.5-Flash) from VS
Emergent scaling trend showing VS better exploits capabilities of larger models
- GPT-4.1 verbalized probabilities for US states show Pearson r=0.741, Spearman ρ=0.896 correlation with corpus-based reference frequencies
Indicates verbalized probabilities contain meaningful distributional information for constrained answer spaces
- VS-CoT with GPT-4.1 as generator achieves 45.9% accuracy on Qwen3-1.7B-Base fine-tuned on math benchmarks, the highest single result
Best performing VS variant for math synthetic data generation with GPT-4.1
- GPT-4.1 with VS matches a fine-tuned Llama-3.1-8B persuadee simulator in donation amount distribution alignment on PersuasionForGood
Demonstrates VS's capability to enable large models to perform on par with dedicated fine-tuned models for simulation
Claims (10)
- Different prompt types collapse to different modes: instance prompts collapse to a single prototypical response, while distribution prompts collapse to a representative high-entropy sample
The theoretical mechanism explaining why VS works despite mode collapse remaining operative
- Typicality bias is present across all annotator demographic groups but varies in magnitude, potentially reflecting differences in linguistic norms captured by pretraining data
Finding from PRISM dataset analysis showing typicality bias varies by ethnicity and region, with implications for fairness
- Verbalized Sampling recovers pre-trained generative diversity by prompting models to verbalize distributions rather than single instances
The core mechanistic claim for why VS works: distribution prompts collapse to representative, high-entropy modes rather than single typical responses
- Post-training stages (SFT, DPO, RLVR) progressively reduce output diversity, with direct prompting showing the most severe mode collapse
Empirical finding from Tulu-70B ablation study across post-training stages
- Typicality bias with weight α>0 mathematically sharpens the aligned policy via a power transform of the reference distribution
Theoretical result showing that any positive typicality bias weight γ-sharpens the reference distribution, amplifying modes
- The mode of a distribution-level prompt approximates the diverse distribution learned by the base model during pretraining
Supported by empirical comparison showing VS achieves KL divergence of 0.12 from pretraining distribution vs. 14.89 for direct prompting
- Typicality bias in preference data is a fundamental and pervasive data-level cause of mode collapse in aligned LLMs
The central thesis of the paper, distinguishing it from algorithmic explanations of mode collapse
- VS-CoT and VS-Multi push the Pareto front of the diversity-quality trade-off across creative writing tasks
Empirical finding from creative writing experiments showing VS variants achieve higher diversity without sacrificing quality
- Verbalized Sampling improves diversity without compromising factual accuracy or safety alignment
Claims verified by commonsense reasoning and safety evaluation experiments showing VS maintains >97% refusal rates and comparable factual accuracy
- More capable models benefit more from Verbalized Sampling, showing an emergent scaling trend
Empirical observation that larger models (GPT-4.1, Gemini-2.5-Pro) show 1.5-2x greater diversity gains from VS compared to smaller models
Hypotheses (2)
- Humans prefer representative distributions over non-representative ones when evaluating outputs at the distribution level, providing a reward gap that VS exploits
Assumption D.3 formalized in the theoretical framework; empirically validated with coin-flip sequence experiments
- Base models assign higher likelihood to typical-set (representative) sequences than to degenerate sequences under VS prompts
Assumption D.6 formalized in the theoretical framework; empirically validated with coin-flip typicality rating experiments
Questions (3)
- Do aligned models retain significant inherent diversity that can be unlocked through prompting?
The paper answers affirmatively through the VS framework and theoretical analysis
- Can mode collapse be mitigated at inference time without retraining the model?
Motivates the VS approach as a training-free solution
- What is the fundamental cause of mode collapse in post-training aligned LLMs?
The central question the paper addresses, answered by identifying typicality bias as a data-level driver
Original abstract (expand)
Post-training alignment often reduces LLM diversity, leading to a phenomenon known as mode collapse. Unlike prior work that attributes this effect to algorithmic limitations, we identify a fundamental, pervasive data-level driver: typicality bias in preference data, whereby annotators systematically favor familiar text as a result of well-established findings in cognitive psychology. We formalize this bias theoretically, verify it on preference datasets empirically, and show that it plays a central role in mode collapse. Motivated by this analysis, we introduce Verbalized Sampling, a simple, training-free prompting strategy to circumvent mode collapse. VS prompts the model to verbalize a probability distribution over a set of responses (e.g., "Generate 5 jokes about coffee and their corresponding probabilities"). Comprehensive experiments show that VS significantly improves performance across creative writing (poems, stories, jokes), dialogue simulation, open-ended QA, and synthetic data generation, without sacrificing factual accuracy and safety. For instance, in creative writing, VS increases diversity by 1.6-2.1x over direct prompting. We further observe an emergent trend that more capable models benefit more from VS. In sum, our work provides a new data-centric perspective on mode collapse and a practical inference-time remedy that helps unlock pre-trained generative diversity.
Related work— refs + corpus + external arXiv
Cited / in-corpus / arXiv badges show which signals surfaced each row. Multi-source rows weighted higher.
- Advances in LLMs with Focus on Reasoning, Adaptability, Efficiency and EthicsMuhammad Zaeem Khan, Aleesha Zainab, Saleha Jamshed, Sadia Ahmad, Kaynat Khatib, Faria Bibi, and Abdul Rehman Asifullah Khan2026≈ 76%
- Unsupervised Concept Vector Extraction for Bias Control in LLMsYangfeng Ji, David Evans Hannah Cyberey2025≈ 76%
- ≈ 76%
- Simple LLM Baselines are Competitive for Model DiffingSimon Schrodi, Bartosz Cywi\'nski, Thomas Brox, Neel Nanda, Arthur Conmy Elias Kempf2026≈ 75%
- A Mixture of Linear Corrections Generates Secure CodeRavi Mangal, Terry Zhuo, Matt Fredrikson, Corina S. Pasareanu Weichen Yu2025≈ 75%
- Probing LLM World Models: Enhancing Guesstimation with Wisdom of Crowds DecodingSameer Narendran, Nikunj Harlalka, Alexander Cheung, Sizhe Gao, Siddharth Suresh, Junjie Hu, Timothy T. Rogers Yun-Shiuan Chuang2025≈ 75%
- Failing to Falsify: Evaluating and Mitigating Confirmation Bias in Language ModelsAnthony GX-Chen, Ilia Sucholutsky, Eunsol Choi Ayush Rajesh Jhaveri2026≈ 75%
- How do LLMs Compute Verbal ConfidenceArthur Conmy, Federico Barbero, Simon Osindero, Viorica Patraucean, Petar Velickovic Dharshan Kumaran2026≈ 75%
- The Homogenizing Effect of Large Language Models on Human Expression and ThoughtAlireza S. Ziabari, Morteza Dehghani Zhivar Sourati2026≈ 75%
- LLMs Can't Handle Peer Pressure: Crumbling under Multi-Agent Social InteractionsTej Deep Pala, Ruiwen Zhou, Weisheng Jin, Amir Zadeh, Chuan Li, Dorien Herremans, Soujanya Poria Maojia Song2025≈ 75%
- One Token Away from Collapse: The Fragility of Instruction-Tuned HelpfulnessSeyedarmin Azizi, Souvik Kundu, Massoud Pedram Erfan Baghaei Potraghloo2026≈ 75%
- Mitigating Memorization in LLMs using Activation SteeringNishit Anand, Amisha Bhaskar Manan Suri2025≈ 74%
- Assessing and Mitigating Miscalibration in LLM-Based Social Science MeasurementNingyuan Deng, Yi Yang Jinyuan Wang2026≈ 74%
- Social Meaning in Large Language Models: Structure, Magnitude, and Pragmatic PromptingRoland M\"uhlenbernd2026≈ 74%
- Across the Levels of Analysis: Explaining Predictive Processing in Humans Requires More Than Machine-Estimated ProbabilitiesSathvik Nair and Colin Phillips2026≈ 74%
- Mechanistic Knobs in LLMs: Retrieving and Steering High-Order Semantic Features via Sparse Autoencodersin corpus2026≈ 73%
- Probe-Based Data Attribution: Surfacing and Mitigating Undesirable Behaviors in LLM Post-Trainingin corpus2026≈ 73%
- ≈ 73%
- ≈ 72%
- ≈ 71%
- ≈ 71%
- ≈ 71%
- Quantitative Introspection in Language Models: Tracking Emotive States Across Conversationin corpus2026≈ 71%
- ≈ 71%
- Interpreting Language Model Parametersin corpus2026≈ 71%
- ≈ 71%
- Verbalized Eval Awareness Inflates Measured Safetyin corpus2026≈ 71%
- ≈ 71%
- ≈ 70%