Task-Awareness Improves LLM Generations and Uncertainty
Tim Tomov, Dominik Fuchsgruber, Stephan Günnemann
TL;DR
Task-Awareness Improves LLM Generations and Uncertainty introduces a general framework that maps LLM outputs into a task-dependent latent space $\mathcal{L}$ via $g_T$, enabling Minimum Bayes Risk decoding in the latent space and a task-aligned uncertainty measure. By estimating $p(\ell|x)$ with Monte Carlo samples and using a task-specific dissimilarity $d_T$, the approach synthesizes Bayes-optimal latent responses $\ell_{Bayes}$ that often outperform beam search across single-label, multi-label, semantic-embedding, knowledge-graph, and simplex-valued tasks. Uncertainty is quantified via Bayes risk and Wasserstein distance to the ground-truth latent distribution, yielding predictions that align more closely with actual task performance than standard uncertainty estimators. The framework is broad and can be applied to any problem with a latent response structure, enabling reliable, task-aware predictions across diverse downstream applications.
Abstract
In many applications of LLMs, natural language responses often have an underlying structure such as representing discrete labels, numerical values, or graphs. Yet, existing decoding and uncertainty estimation methods operate only in language space and largely disregard structural information. We address this by modeling LLM outputs directly in a task-dependent latent structure. By equipping this structure with a dissimilarity measure, we can compute Bayes-optimal responses. These are not selected from sampled generations but are newly synthesized by combining individual responses in the latent space. Across different tasks, Bayes-optimal responses consistently outperform standard decoding methods like beam search. Moreover, quantifying uncertainty via the induced Bayesian risk captures variations in terms of the latent structure and improves alignment with output quality and correctness. Our decision-theoretic framework is applicable to any problem that admits a latent response structure and enables reliable task-aware LLM predictions.
