Behavior-Equivalent Token: Single-Token Replacement for Long Prompts in LLMs
Jiancheng Dong, Pengyue Jia, Jingyu Peng, Maolin Wang, Yuhao Wang, Lixin Su, Xin Sun, Shuaiqiang Wang, Dawei Yin, Xiangyu Zhao
TL;DR
The paper tackles the inefficiencies of long system prompts by introducing the Behavior-Equivalent Token ([BE]), a single learned token that preserves a long prompt's effect. A self-contained three-stage training pipeline uses a universal [AE] reconstruction trigger, prompt-specific [BE] embedding, and knowledge distillation to align downstream behavior with the full prompt. Empirical results show up to $3000\times$ compression with about 98% retention of performance across RoleLLM, GSM8K, and HPD tasks, along with notable inference efficiency gains. This approach eliminates the need for external encoders or labeled data, enabling scalable and practical prompt compression for diverse LLM deployments.
Abstract
Carefully engineered system prompts play a critical role in guiding the behavior of LLM agents, but their considerable length introduces significant drawbacks, including increased inference latency, higher computational cost, and reduced effective context length. This raises the question of whether such lengthy prompts can be replaced by a drastically reduced number of tokens while preserving their behavioral effect on downstream tasks. To enable this, we propose a lightweight three-stage training framework that learns a single prompt-specific Behavior-Equivalent token ([BE]). The framework first trains [BE] to encode the natural-language content of the original system prompt via reconstruction, and then distills the prompt 's downstream behavior into this single token. Importantly, our method requires no access to model internals, no auxiliary compression models, and no labeled responses. Empirical evaluations on three datasets show that a single [BE] token achieves up to a 3000x reduction in prompt length, while retaining about 98% of the downstream performance of the original system prompts. This substantially reduces inference cost and leaves almost the entire context window available for user inputs.
