AICLOct 18, 2024

Do LLMs "know" internally when they follow instructions?

arXiv:2410.14516v531 citationsh-index: 10ICLR
Originality Incremental advance
AI Analysis

This addresses the challenge of building reliable AI agents with LLMs, though it is incremental as it focuses on understanding rather than solving the issue broadly.

The researchers tackled the problem of LLMs often failing to follow instructions by investigating whether LLMs encode internal information that correlates with instruction-following success, finding a dimension in the embedding space that predicts compliance and improves success rates when modified.

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 and clear instructions. To improve instruction-following behavior and prevent undesirable outputs, a deeper understanding of how LLMs' internal states relate to these outcomes is required. In this work, we investigate whether LLMs encode information in their representations that correlate with instruction-following success - a property we term knowing internally. Our analysis identifies a direction in the input embedding space, termed the instruction-following dimension, that predicts whether a response will comply with a given instruction. We find that this dimension generalizes well across unseen tasks but not across unseen instruction types. We demonstrate that modifying representations along this dimension improves instruction-following success rates compared to random changes, without compromising response quality. Further investigation reveals that this dimension is more closely related to the phrasing of prompts rather than the inherent difficulty of the task or instructions. This work provides insight into the internal workings of LLMs' instruction-following, paving the way for reliable LLM agents.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes