English

Measuring and Controlling Instruction (In)Stability in Language Model Dialogs

Computation and Language 2024-07-29 v4 Artificial Intelligence Machine Learning

Abstract

System-prompting is a standard tool for customizing language-model chatbots, enabling them to follow a specific instruction. An implicit assumption in the use of system prompts is that they will be stable, so the chatbot will continue to generate text according to the stipulated instructions for the duration of a conversation. We propose a quantitative benchmark to test this assumption, evaluating instruction stability via self-chats between two instructed chatbots. Testing popular models like LLaMA2-chat-70B and GPT-3.5, we reveal a significant instruction drift within eight rounds of conversations. An empirical and theoretical analysis of this phenomenon suggests the transformer attention mechanism plays a role, due to attention decay over long exchanges. To combat attention decay and instruction drift, we propose a lightweight method called split-softmax, which compares favorably against two strong baselines.

Keywords

Cite

@article{arxiv.2402.10962,
  title  = {Measuring and Controlling Instruction (In)Stability in Language Model Dialogs},
  author = {Kenneth Li and Tianle Liu and Naomi Bashkansky and David Bau and Fernanda Viégas and Hanspeter Pfister and Martin Wattenberg},
  journal= {arXiv preprint arXiv:2402.10962},
  year   = {2024}
}

Comments

COLM 2024; Code and data: https://github.com/likenneth/persona_drift

R2 v1 2026-06-28T14:51:10.529Z