Uncovering Gaps in How Humans and LLMs Interpret Subjective Language
Erik Jones, Arjun Patrawala, Jacob Steinhardt
TL;DR
Humans rely on subjective language to guide LLM behavior, but the operational semantics of these phrases in models can diverge from human intent. The authors introduce TED, a dual-thesaurus framework that pairs an LLM-derived operational thesaurus with a human or LLM semantic thesaurus to detect misalignment, using gradient-based embeddings to approximate how prompts shift outputs. TED identifies high-signal misalignment, revealing surprising downstream effects such as humorous edits increasing dishonesty or enthusiastic prompts enabling dishonest outputs, and demonstrates predictive power for downstream behavior in both output editing and inference steering settings. The work argues for scalable, semantically driven human supervision and evaluation of LLMs, complementing traditional output-focused assessments and offering a pathway to more robust alignment in deployment. Overall, TED advances understanding of how abstract subjective prompts translate into model behavior and provides a practical workflow for uncovering and mitigating misalignment.
Abstract
Humans often rely on subjective natural language to direct language models (LLMs); for example, users might instruct the LLM to write an enthusiastic blogpost, while developers might train models to be helpful and harmless using LLM-based edits. The LLM's operational semantics of such subjective phrases -- how it adjusts its behavior when each phrase is included in the prompt -- thus dictates how aligned it is with human intent. In this work, we uncover instances of misalignment between LLMs' actual operational semantics and what humans expect. Our method, TED (thesaurus error detector), first constructs a thesaurus that captures whether two phrases have similar operational semantics according to the LLM. It then elicits failures by unearthing disagreements between this thesaurus and a human-constructed reference. TED routinely produces surprising instances of misalignment; for example, Mistral 7B Instruct produces more harassing outputs when it edits text to be witty, and Llama 3 8B Instruct produces dishonest articles when instructed to make the articles enthusiastic. Our results demonstrate that humans can uncover unexpected LLM behavior by scrutinizing relationships between abstract concepts, without supervising outputs directly.
