Do LLMs "know" internally when they follow instructions?
Juyeon Heo, Christina Heinze-Deml, Oussama Elachqar, Kwan Ho Ryan Chan, Shirley Ren, Udhay Nallasamy, Andy Miller, Jaya Narain
TL;DR
The paper investigates whether LLM internal representations encode a measurable signal for instruction-following success. By applying linear probes to IFEval-simple data, it identifies an instruction-following dimension in the input embedding space that generalizes across unseen tasks but not unseen instruction types. The authors validate this dimension through representation engineering, moving failure cases toward success by adjusting representations along this direction without degrading output quality, and find the dimension is closely tied to prompt phrasing rather than task difficulty. These findings illuminate the internal mechanics of instruction adherence and suggest practical avenues for building more reliable LLM agents through targeted prompting and representation-level interventions.
Abstract
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.
