LGAICLMLApr 2, 2025

Towards Interpretable Soft Prompts

Harvard
arXiv:2504.02144v14 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses the issue of interpretability in trainable prompts for LLM users, but it is incremental as it builds on existing methods like PEZ and RLPrompt.

The paper tackles the problem of soft prompts being black-box methods by proposing a theoretical framework for interpretability based on faithfulness and scrutability, and demonstrates a trade-off between interpretability and task performance in experiments with GPT-2.

Soft prompts have been popularized as a cheap and easy way to improve task-specific LLM performance beyond few-shot prompts. Despite their origin as an automated prompting method, however, soft prompts and other trainable prompts remain a black-box method with no immediately interpretable connections to prompting. We create a novel theoretical framework for evaluating the interpretability of trainable prompts based on two desiderata: faithfulness and scrutability. We find that existing methods do not naturally satisfy our proposed interpretability criterion. Instead, our framework inspires a new direction of trainable prompting methods that explicitly optimizes for interpretability. To this end, we formulate and test new interpretability-oriented objective functions for two state-of-the-art prompt tuners: Hard Prompts Made Easy (PEZ) and RLPrompt. Our experiments with GPT-2 demonstrate a fundamental trade-off between interpretability and the task-performance of the trainable prompt, explicating the hardness of the soft prompt interpretability problem and revealing odd behavior that arises when one optimizes for an interpretability proxy.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes