SOTAVerified

KL-Divergence Guided Temperature Sampling

2023-06-02Code Available0· sign in to hype

Chung-Ching Chang, David Reitter, Renat Aksitov, Yun-Hsuan Sung

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Temperature sampling is a conventional approach to diversify large language model predictions. As temperature increases, the prediction becomes diverse but also vulnerable to hallucinations -- generating tokens that are sensible but not factual. One common approach to mitigate hallucinations is to provide source/grounding documents and the model is trained to produce predictions that bind to and are attributable to the provided source. It appears that there is a trade-off between diversity and attribution. To mitigate any such trade-off, we propose to relax the constraint of having a fixed temperature over decoding steps, and a mechanism to guide the dynamic temperature according to its relevance to the source through KL-divergence. Our experiments justifies the trade-off, and shows that our sampling algorithm outperforms the conventional top-k and top-p algorithms in conversational question-answering and summarization tasks.

Tasks

Reproductions