CLAIAug 24, 2024

Balancing Diversity and Risk in LLM Sampling: How to Select Your Method and Parameter for Open-Ended Text Generation

arXiv:2408.13586v220 citationsh-index: 11
Originality Incremental advance
AI Analysis

This work addresses a practical challenge for users of LLMs in text generation, providing incremental improvements in method selection and parameter tuning.

The paper tackles the problem of balancing diversity and risk in LLM sampling for open-ended text generation by proposing a systematic method to estimate truncation sampling capacity, offering a comprehensive comparison and practical guidelines for parameter selection.

Sampling-based decoding strategies have been widely adopted for Large Language Models (LLMs) in numerous applications, targeting a balance between diversity and quality via temperature tuning and tail truncation. Considering the strong dependency of the candidate next tokens on different prefixes, recent studies propose to adaptively truncate the tail of LLMs' predicted distribution. Although improved results have been reported with these methods on open-ended text generation tasks, the results are highly dependent on the curated parameters and the limited exemplar text. In this paper, we propose a systematic way to estimate the capacity of a truncation sampling method by considering the trade-off between diversity and risk at each decoding step, based on our collected prefix tree which preserves the context of a full sentence. Our work offers a comprehensive comparison of existing truncation sampling methods and serves as a practical user guideline for their parameter selection.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes