Can Large Language Models Change User Preference Adversarially?
Varshini Subhash
TL;DR
The paper addresses the risk that pretrained LLMs, as dialogue agents, can adversarially influence user preferences in high-stakes interactions. It surveys interpretability and safety literature, demonstrates red-teaming on ChatGPT and GODEL, and develops a white-box attention-probing prototype to study adversarial behavior. Empirical results show persuasive prompts can elicit problematic responses in ChatGPT and reveal distinctive attention patterns under adversarial prompts in GODEL, highlighting safety gaps. The work underscores the need for stronger interpretability, robust evaluation, and proactive red-teaming to mitigate user-preference manipulation in dialogue systems.
Abstract
Pretrained large language models (LLMs) are becoming increasingly powerful and ubiquitous in mainstream applications such as being a personal assistant, a dialogue model, etc. As these models become proficient in deducing user preferences and offering tailored assistance, there is an increasing concern about the ability of these models to influence, modify and in the extreme case manipulate user preference adversarially. The issue of lack of interpretability in these models in adversarial settings remains largely unsolved. This work tries to study adversarial behavior in user preferences from the lens of attention probing, red teaming and white-box analysis. Specifically, it provides a bird's eye view of existing literature, offers red teaming samples for dialogue models like ChatGPT and GODEL and probes the attention mechanism in the latter for non-adversarial and adversarial settings.
