Odysseus Navigates the Sirens' Song: Dynamic Focus Decoding for Factual and Diverse Open-Ended Text Generation
Wen Luo, Feifan Song, Wei Li, Guangyue Peng, Shaohang Wei, Houfeng Wang
TL;DR
This work tackles the persistent tension between factuality and diversity in open-ended text generation by introducing Dynamic Focus Decoding (DFD), a plug-and-play stochastic decoding framework. DFD computes a per-step knowledge-awareness signal from layer-wise distribution differences using the KL divergence, denoted $KA_t$, and transforms it into a dynamic temperature $T_t$ via Linear, Sigmoid-Scaled, or Exponential Decay mappings to steer sampling. It also provides a training variant, Focused Training (FT), with a loss that emphasizes knowledge-aware token selection. Across seven datasets and multiple decoding strategies, DFD yields consistent improvements in factuality and diversity with minimal computational overhead, and it robustly generalizes across model scales and architectures, while complementing fact-augmentation methods when desired.
Abstract
Large Language Models (LLMs) are increasingly required to generate text that is both factually accurate and diverse across various open-ended applications. However, current stochastic decoding methods struggle to balance such objectives. We introduce Dynamic Focus Decoding (DFD), a novel plug-and-play stochastic approach that resolves this trade-off without requiring additional data, knowledge, or models. DFD adaptively adjusts the decoding focus based on distributional differences across layers, leveraging the modular and hierarchical nature of factual knowledge within LLMs. This dynamic adjustment improves factuality in knowledge-intensive decoding steps and promotes diversity in less knowledge-reliant steps. DFD can be easily integrated with existing decoding methods, enhancing both factuality and diversity with minimal computational overhead. Extensive experiments across seven datasets demonstrate that DFD significantly improves performance, providing a scalable and efficient solution for open-ended text generation.
