Temperature Fragility and the Conditional Benefits of Truncation Sampling

TL;DR

The study examines truncation sampling's impact on large language models' accuracy at high temperatures.

cs.CL 🔴 Advanced 2026-09-14 7 views
Francesco La Rosa
large language models truncation sampling temperature parameter accuracy experiments

Key Findings

Methodology

The study tested 13 open-weight models on GSM8K and MMLU-Pro datasets, analyzing the impact of truncation sampling on model accuracy at different temperatures. Various truncation methods, including top-p and min-p, were compared at temperatures 0.7, 1.0, and 1.3.

Key Results

  • Six models lost 17 to 38 percentage points in accuracy on MMLU-Pro as temperature increased from 0.7 to 1.3.
  • The other seven models lost no more than 10 percentage points.
  • Truncation sampling significantly improved accuracy at temperatures above 1.3, especially when model output collapsed.

Significance

The study reveals the potential advantages of truncation sampling at high temperatures, particularly in recovering from output collapse, which is crucial for maintaining model stability.

Technical Contribution

The research provides a systematic experimental framework comparing different truncation sampling methods' performance across temperatures, highlighting temperature's significant impact on model output.

Novelty

This is the first systematic study of truncation sampling's effects within default temperature ranges, addressing a gap in previous research at lower temperatures.

Limitations

  • Tested only on specific datasets and models, results may not generalize.
  • Did not consider the impact of truncation sampling on text generation quality.

Future Work

Future research could expand to more model types and tasks, exploring truncation sampling's applicability in various contexts.

AI Executive Summary

Large language models generate text by sampling from a predicted distribution, with a temperature parameter determining sampling randomness. Truncation sampling methods like top-p and min-p maintain text coherence at high temperatures by discarding unlikely tokens. This study evaluated 13 open-weight models on GSM8K and MMLU-Pro datasets, finding that truncation sampling significantly improved accuracy at temperatures above 1.3, especially when model output collapsed. The research suggests that truncation sampling primarily enhances model performance at high temperatures, while offering no advantage over plain temperature sampling when accuracy is stable. This study provides new insights into truncation sampling's role across temperatures and points to future research directions.

Deep Analysis

Background

Large language models have made significant advances recently, particularly in natural language processing tasks. However, text generation quality heavily depends on sampling strategies and temperature parameter choices. Truncation sampling methods like top-p and min-p are widely used to enhance text coherence.

Core Problem

While truncation sampling has proven effective at high temperatures, its effects within default temperature ranges remain underexplored. Understanding these methods' performance across temperatures is crucial for optimizing model performance.

Innovation

This study is the first to systematically examine truncation sampling's effects within default temperature ranges, providing a unified experimental framework to compare different truncation sampling methods' performance across temperatures.

Methodology

  • �� Tested 13 open-weight models on GSM8K and MMLU-Pro datasets
  • �� Used various truncation sampling methods, including top-p and min-p
  • �� Compared performance at temperatures 0.7, 1.0, and 1.3
  • �� Analyzed model output accuracy and stability

Experiments

Experiments were conducted on GSM8K and MMLU-Pro datasets, testing 13 open-weight models under different temperature and truncation sampling configurations. The focus was on analyzing temperature's impact on model output accuracy.

Results

At high temperatures, truncation sampling significantly improved some models' accuracy, especially when output collapsed. Six models lost 17 to 38 percentage points in accuracy as temperature increased from 0.7 to 1.3.

Applications

The findings can be used to optimize large language models' performance at high temperatures, particularly in applications requiring coherent text generation, such as dialogue systems and text generation.

Limitations & Outlook

The study was conducted only on specific datasets and models, so results may not generalize. Future research should consider more models and tasks, as well as truncation sampling's impact on text generation quality.

Plain Language Accessible to non-experts

Imagine you're cooking in a kitchen, where temperature is like the heat level. Low heat cooks food slowly and evenly, while high heat cooks quickly but risks burning. Truncation sampling is like a chef removing ingredients that might burn under high heat to ensure the final dish is delicious.

ELI14 Explained like you're 14

Imagine you're playing a game where temperature is like the difficulty setting. Low temperature is like easy mode, where you win easily. High temperature is like hard mode, where you need smarter strategies. Truncation sampling is like the game automatically removing unnecessary obstacles in hard mode, making it easier to win.

Glossary

Truncation Sampling

A sampling method that improves text coherence by discarding unlikely tokens.

Used to maintain text coherence at high temperatures.

Temperature Parameter

A parameter controlling sampling randomness; low temperatures focus on likely tokens, high temperatures spread out.

Affects diversity and coherence of model-generated text.

Top-p Sampling

A truncation sampling method that retains the smallest set of tokens whose probabilities sum to p.

Used to enhance text coherence.

Min-p Sampling

A truncation sampling method that retains tokens with probabilities at least a fixed fraction of the largest.

Used to improve model accuracy at high temperatures.

GSM8K

A dataset of grade-school math problems used to test model reasoning ability.

Used to evaluate model performance across temperatures.

Open Questions Unanswered questions from this research

  • 1 The performance differences of truncation sampling across tasks need further exploration, especially in balancing generation quality and accuracy.
  • 2 The mechanism of temperature parameter's impact on model output remains unclear, requiring deeper theoretical analysis.

Applications

Immediate Applications

Dialogue System Optimization

By adjusting temperature and truncation sampling strategies, improve dialogue systems' coherence and accuracy at high temperatures.

Long-term Vision

Intelligent Text Generation

In future text generation applications, combine truncation sampling and temperature adjustments to provide smarter and more flexible text generation solutions.

Abstract

Large language models generate text by sampling each token from a predicted distribution, and a temperature parameter sets how far the draw strays from the most probable tokens. Truncation samplers such as top-p and min-p discard the least probable tokens before the draw, so that sampling at high temperature stays coherent. Their reported accuracy gains come from temperatures of 1.5 to 3, while the defaults of deployed systems cluster between 0.6 and 1.0. Whether they change accuracy at those defaults, and for which models, has not been measured. We test thirteen open-weight models on GSM8K and MMLU-Pro at temperatures 0.7, 1.0, and 1.3 in one controlled pipeline, ten of them under eight decoding configurations. Six of the thirteen models lose 17 to 38 accuracy points on MMLU-Pro between 0.7 and 1.3, and the other seven lose at most 10. The lost accuracy comes from generations that run to the token limit or never state an answer. These results suggest that truncation samplers improve accuracy primarily when higher temperatures substantially degrade model performance. Where accuracy remains stable across temperatures, none of the tested truncation samplers improves on plain temperature sampling.

cs.CL cs.LG