Adjectives steer LLMs unpredictably across model families, new study finds
Shapley values reveal 'family effect' in how adjectives like 'brilliant' impact AI outputs
A new paper by Lars Malmqvist, accepted for TMLR, tackles the challenge of predictable LLM steering by rigorously quantifying the effect of individual adjectives. Using Shapley values for attribution, the study tested 100 adjectives on five diverse models—o3, GPT-4o-mini, Phi-3, Llama 3 70B, and DeepSeek-R1—using the MMLU benchmark. Two key findings emerge: a small subset of adjectives act as disproportionately powerful 'levers,' but their influence is not universal. A strong 'family effect' means models from the same architecture family (e.g., Llama-derived) show correlated sensitivity, while those from different families are largely uncorrelated. This challenges the assumption of a one-size-fits-all prompting strategy.
Further analysis reveals that the steering direction of powerful adjectives is highly contingent on syntactic role and position within the prompt. In larger models like GPT-4o-mini, the study provides the first quantitative evidence of strong, non-additive interaction effects: adjectives can synergistically amplify, antagonistically dampen, or even reverse each other's impact. In contrast, smaller models like Phi-3 exhibit more literal and less compositional responses. These results suggest that as models scale, their interpretation of prompts becomes more sophisticated but also less predictable, posing significant challenges for robust AI alignment and underscoring the need for model-specific, compositional steering techniques.
- Shapley values enable precise attribution of adjective-level steering effects on LLM outputs across 100 adjectives and five models.
- A 'family effect' emerges: models from the same architecture lineage (e.g., Llama 3 70B and DeepSeek-R1) show correlated sensitivity to adjectives.
- Larger models (GPT-4o-mini) exhibit strong non-additive interactions between adjectives, while smaller models (Phi-3) respond more literally.
Why It Matters
Universal prompting strategies fail; model-specific and compositional alignment is essential for reliable AI steering.