Do LLMs estimate uncertainty well in instruction-following?
Juyeon Heo, Miao Xiong, Christina Heinze-Deml, Jaya Narain
TL;DR
The paper tackles the problem of whether LLMs can reliably estimate their uncertainty when following instructions, which is critical for safe deployment. It conducts a systematic study on the IFEval benchmark across six uncertainty metrics and four LLMs, then introduces two controlled benchmarks (Controlled and Realistic) to disentangle sources of uncertainty such as length bias and task quality. Key findings show near-chance AUROC on IFEval, with sequence-based measures and probing offering gains in some settings but none robust across all instruction types, and that the controlled setup reveals stronger gains for verbalized confidence in easy tasks while hard tasks remain challenging. The work provides a framework and insights to improve uncertainty estimation for instruction-following, pointing to directions like leveraging internal representations and more nuanced evaluation protocols.
Abstract
Large language models (LLMs) could be valuable personal AI agents across various domains, provided they can precisely follow user instructions. However, recent studies have shown significant limitations in LLMs' instruction-following capabilities, raising concerns about their reliability in high-stakes applications. Accurately estimating LLMs' uncertainty in adhering to instructions is critical to mitigating deployment risks. We present, to our knowledge, the first systematic evaluation of the uncertainty estimation abilities of LLMs in the context of instruction-following. Our study identifies key challenges with existing instruction-following benchmarks, where multiple factors are entangled with uncertainty stems from instruction-following, complicating the isolation and comparison across methods and models. To address these issues, we introduce a controlled evaluation setup with two benchmark versions of data, enabling a comprehensive comparison of uncertainty estimation methods under various conditions. Our findings show that existing uncertainty methods struggle, particularly when models make subtle errors in instruction following. While internal model states provide some improvement, they remain inadequate in more complex scenarios. The insights from our controlled evaluation setups provide a crucial understanding of LLMs' limitations and potential for uncertainty estimation in instruction-following tasks, paving the way for more trustworthy AI agents.
