Hard Prompts Made Interpretable: Sparse Entropy Regularization for Prompt Tuning with RL
Yunseon Choi, Sangmin Bae, Seonghyun Ban, Minchan Jeong, Chuheng Zhang, Lei Song, Li Zhao, Jiang Bian, Kee-Eung Kim
TL;DR
This work addresses the interpretability gap in hard prompt tuning for black-box models by identifying detrimental Q-value estimation in RLPrompt and introducing Prompts made INterpretable (PIN) with sparse Tsallis entropy regularization. By filtering ignorable tokens and enforcing sparsity, PIN produces prompts that are both more natural and more task-relevant, while maintaining competitive performance across few-shot classification, unsupervised style transfer, and textual inversion. The approach reframes prompt learning as a constrained, sparse reinforcement learning problem, mitigating overfitting to improbable tokens and improving stability in Q-value estimation. Overall, PIN offers a principled, model-agnostic method for efficient, interpretable hard prompt discovery with potential broad impact on practical deployment of foundation models.
Abstract
With the advent of foundation models, prompt tuning has positioned itself as an important technique for directing model behaviors and eliciting desired responses. Prompt tuning regards selecting appropriate keywords included into the input, thereby adapting to the downstream task without adjusting or fine-tuning the model parameters. There is a wide range of work in prompt tuning, from approaches that directly harness the backpropagated gradient signals from the model, to those employing black-box optimization such as reinforcement learning (RL) methods. Our primary focus is on RLPrompt, which aims to find optimal prompt tokens leveraging soft Q-learning. While the results show promise, we have observed that the prompts frequently appear unnatural, which impedes their interpretability. We address this limitation by using sparse Tsallis entropy regularization, a principled approach to filtering out unlikely tokens from consideration. We extensively evaluate our approach across various tasks, including few-shot text classification, unsupervised text style transfer, and textual inversion from images. The results indicate a notable improvement over baselines, highlighting the efficacy of our approach in addressing the challenges of prompt tuning. Moreover, we show that the prompts discovered using our method are more natural and interpretable compared to those from other baselines.
