paper-with-me

홈 › Papers

Do LLMs estimate uncertainty well in instruction-following?

2024-10-18 · Juyeon Heo, Miao Xiong, Christina Heinze-Deml, Jaya Narain

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.

📄 PDF Abstract BibTeX arXiv:2410.14582

Code (1)

apple/ml-uncertainty-llms-instruction-following 공식 구현 pytorch

Tasks

Instruction Following

Similar Papers 제목 키워드 기반

Empowering Reliable Visual-Centric Instruction Following in MLLMs

2026-01-06 · Weilei He, Feng Ju, Zhiyuan Fan, Rui Min 외 arxiv

Evaluating the instruction-following (IF) capabilities of Multimodal Large Language Models (MLLMs) is essential for rigorously assessing how faithfully model outputs adhere to user-specified intentions. Nevertheless, exi…

Instruction Following

Do LLMs "know" internally when they follow instructions?

2024-10-18 · Juyeon Heo, Christina Heinze-Deml, Oussama Elachqar, Kwan Ho Ryan Chan 외

Instruction-following is crucial for building AI agents with large language models (LLMs), as these models must adhere strictly to user-provided constraints and guidelines. However, LLMs often fail to follow even simple …

Instruction FollowingPrompt Engineering

Investigating the Effectiveness of Task-Agnostic Prefix Prompt for Instruction Following

2023-02-28 · Seonghyeon Ye, Hyeonbin Hwang, Sohee Yang, Hyeongu Yun 외

In this paper, we present our finding that prepending a Task-Agnostic Prefix Prompt (TAPP) to the input improves the instruction-following ability of various Large Language Models (LLMs) during inference. TAPP is differe…

Instruction FollowingZero-shot Generalization

DecIF: Improving Instruction-Following through Meta-Decomposition

2025-05-20 · Tingfeng Hui, Pengyu Zhu, Bowen Ping, Ling Tang 외

Instruction-following has emerged as a crucial capability for large language models (LLMs). However, existing approaches often rely on pre-existing documents or external resources to synthesize instruction-following data…

Instruction FollowingResponse Generation

When Instructions Multiply: Measuring and Estimating LLM Capabilities of Multiple Instructions Following

2025-09-25 · Keno Harada, Yudai Yamazaki, Masachika Taniguchi, Edison Marrese-Taylor 외 arxiv

As large language models (LLMs) are increasingly applied to real-world scenarios, it becomes crucial to understand their ability to follow multiple instructions simultaneously. To systematically evaluate these capabiliti…

Code GenerationText Generation