The Curious Case of Neural Text Degeneration, Ari Holtzman, Janine Bierner, Matthew Mitchell, Hannah Wallace, Peter Clark, and Noah A. Smith, 2019Proceedings of the International Conference on Learning Representations (ICLR) - Discusses how various decoding strategies, including temperature, affect the quality and diversity of generated text, specifically addressing issues of repetition and dullness.
Text Generation Strategies, Hugging Face, 2024 - Official documentation explaining various text generation parameters and methods, including temperature sampling, in the widely used Hugging Face transformers library.