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) - 讨论了包括温度在内的各种解码策略如何影响生成文本的质量和多样性,特别解决了重复和乏味的问题。
Text Generation Strategies, Hugging Face, 2024 - 官方文档,解释了流行的Hugging Face transformers 库中各种文本生成参数和方法,包括温度采样。