Unlike text prompting, Prefix-Tuning prepends continuous, task-specific virtual vectors (soft prompts) to the model's key-value layers.
These vectors are trained using backpropagation while keeping model weights frozen, offering a parameter-efficient alternative to fine-tuning that optimizes token responses programmatically.