AIExplainer

soft prompt tuning

A technique for tuning a large language model for a particular task, without resource intensive fine-tuning.

A technique for tuning a large language model for a particular task, without resource intensive fine-tuning. Instead of retraining all the weights in the model, soft prompt tuning automatically adjusts a prompt to achieve the same goal. Given a textual prompt, soft prompt tuning typically appends additional token embeddings to the prompt and uses backpropagation to optimize the input. A "hard" prompt contains actual tokens instead of token embeddings.

Practitioners refer to soft prompt tuning when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.