paper-with-me

Papers

The Price of Format: Diversity Collapse in LLMs

2025-05-25 · Longfei Yun, Chenyang An, Zilong Wang, Letian Peng, Jingbo Shang

Instruction-tuned large language models (LLMs) employ structured templates, such as role markers and special tokens, to enforce format consistency during inference. However, we identify a critical limitation of such formatting: it induces a phenomenon we term diversity collapse, where the model generates semantically similar outputs for open-ended inputs, undermining creativity and variability. We systematically evaluate this effect across tasks like story completion and free-form generation, finding that (1) diversity collapse persists even under high-temperature sampling, and (2) structural tokens in templates significantly constrain the model's output space. To contextualize these findings, we fine-tune the same model using a range of structured prompts and then evaluate them across three axes: downstream task performance, alignment behavior, and output diversity. Our analysis shows that format consistency between fine-tuning and inference is crucial for structure-sensitive tasks (e.g., GSM8K, IFEval), but has marginal influence on knowledge-heavy tasks (e.g., MMLU, WebQuestions). In contrast, output diversity is primarily governed by the presence or absence of structural tokens, with minimal formatting yielding the most diverse outputs. These findings reveal that current prompting conventions, while beneficial for alignment, may inadvertently suppress output diversity, underscoring the need for diversity-aware prompt design and instruction tuning.

📄 PDF Abstract BibTeX arXiv:2505.18949

Code (1)

longfeiyun17/diversitycollapse 공식 구현 pytorch

Tasks

DiversityGSM8KMMLUStory Completion

Similar Papers 제목 키워드 기반

Epistemic Diversity and Knowledge Collapse in Large Language Models

2025-10-05 · Dustin Wright, Sarah Masud, Jared Moore, Srishti Yadav 외 arxiv

Large language models (LLMs) tend to generate homogenous texts, which may impact the diversity of knowledge generated across different outputs. Given their potential to replace existing forms of knowledge acquisition, th…

Sampling More, Getting Less: Calibration is the Diversity Bottleneck in LLMs

2026-05-11 · Amin Banayeeanzade, Qingchuan Yang, Dhruv Tarsadiya, Fatemeh Bahrani 외 arxiv

Diversity is essential for language-model applications ranging from creative generation to scientific discovery, yet modern LLMs often collapse into a narrow subset of plausible outputs. While prior work has developed be…

Where does output diversity collapse in post-training?

2026-04-17 · Constantinos Karouzos, Xingwei Tan, Nikolaos Aletras arxiv

Post-trained language models produce less varied outputs than their base counterparts. This output diversity collapse undermines inference-time scaling methods that rely on varied samples, and risks homogenizing model ou…

The Road Less Traveled: Enhancing Exploration in LLMs via Sequential Sampling

2025-10-17 · Shijia Kang, Muhan Zhang arxiv

Reinforcement learning (RL) has been pivotal in enhancing the reasoning capabilities of large language models (LLMs), but it often suffers from limited exploration and entropy collapse, where models exploit a narrow set …

Reinforcement Learning

Revisiting Entropy in Reinforcement Learning for Large Reasoning Models

2025-11-08 · Renren Jin, Pengzhi Gao, Yuqi Ren, Zhuowen Han 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) has emerged as a prominent paradigm for enhancing the reasoning capabilities of large language models (LLMs). However, the entropy of LLMs usually collapses during RL…

Reinforcement Learning