Inference-Time Adaptation
Prompt Learning
In brief — site editorial, not from the paper
Learns the prompt itself as trainable parameters rather than writing it by hand — continuous vectors prepended to the input.
Definition
Prompt Learning converts the discrete, human-authored natural-language prompt into a set of continuously differentiable embedding vectors—soft tokens—prepended to the model's input representation and optimized via GD on a task dataset [113, 121]. %, occupying the structural boundary between context injection and parametric adaptation. It resembles PE in its input-space operation—prepending sequence tokens to the input—but functions mechanically like FT in its optimization: learnable continuous embeddings (soft tokens) are explicitly trained via backpropagation (Parametric Update).% through the frozen base model. Therefore, the parametric modification is confined entirely to the prepended embedding vectors (Partial); all base model parameters remain frozen. The Ad-hoc Permanent, Scheduled Permanent coordinate means trained soft prompt tensors must be registered as distinct parametric artifacts in the system configuration record: deploying a different soft prompt tensor with the same frozen base model constitutes a parametric modification to the deployed system and requires version control and behavioral regression testing against the task coverage specification defined during original validation.
Verbatim from the paper — Inference-Time Adaptation
Nearest profiles
FT (partial) (0.04), FSL (0.21), PEFT (LoRA, adapters) (0.21), ReFT (0.22), Meta-Learning (0.29)
Computed from the taxonomy data (Gower distance over all six dimensions)
References
- [113] Brian Lester, Rami Al-Rfou, and Noah Constant 2021. The Power of Scale for Parameter-Efficient Prompt Tuning. Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing
- [121] Xiang Lisa Li, and Percy Liang 2021. Prefix-Tuning: Optimizing Continuous Prompts for Generation. Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)
Numbered as in the paper
Cite this row
Prompt Learning — six-dimensional profile D1: parametric-update D2: task-specialization D3: small-labeled D4: ad-hoc-permanent, scheduled-permanent D5: partial D6: fm, llm, mllm Source: arXiv:2608.06246Compare with another technique Find in the explorer