New paper: LLM outputs are far less diverse than their training data, and temperature tuning won't fix it
rohanpaul_ai · x · 2026-09-04
The paper "Do LLMs Capture the Diversity in their Training Data?" compares model continuations against training continuations for the same prefixes:
- Across OLMo, Pythia, and GPT-Neo, training data showed higher conditional diversity under every decoding method tested. For OLMo at 20K samples: training score 338.58 vs 218.88 greedy, 287.31 nucleus, 297.31 ancestral.
- Larger models didn't close the gap, and image generators showed the same pattern.
- Raising temperature isn't a clean fix: T≈1.9 matched OLMo's training entropy but degraded precision and external conditional NLL.
- The authors' alternative generates multiple candidates and reweights plausible but underused outputs, boosting measured diversity without retraining.
Takeaway: LLMs learn a narrower answer distribution than their training data—a structural phenomenon beyond sampling strategy.
More from Research
- AI BioDesign accelerator launches with UW Medicine and Fred Hutch to let AI design biology — AllThingsApx · 2026-09-04
- Sarvam AI releases Vāgartha: 217,959 Sanskrit verses with detailed explanations on Hugging Face — selfawareatom · 2026-09-04
- ORNL's AI system arranges molecules atom-by-atom, working 25+ hours unattended — Scobleizer · 2026-09-04
- OpenAI researcher: GPT-6's CoT controllability keeps rising over RL training — gleech · 2026-09-04
- Percolation Dynamics in Optimization: Variance Cascades in SGD, Adam and AdamW — Sai Niranjan Ramachandran · 2026-09-04
- Compile by Training: Distilling Natural-Language Specs into Local Neural Functions — UWaterloo · 2026-09-04