Parameter-efficient fine-tuning (LoRA family)
Prompt Tuning
Superseded — cited as a baseline and beaten by newer methods
9 papers critique it · 6 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites Prompt Tuning as a baseline.
prompt-based PEFT methods, such as Prompt Tuning~lester2021power and Prefix-Tuning~li2021prefix, have been widely applied to Transformers but fail to adapt effectively to SSMs~galim2024parameter
“Compared to methods like LoRA, fine-tuning approaches including Prompt Tuning, P-Tuning, and IA$^{3}$, although designed with fewer parameters, struggle to effectively capture the patterns of few samples and generalize to more samples in scenarios where data is scarce”
“it is acknowledged that training the prompt vectors in few-shot settings is prone to instability and exhibits slow convergence, making it challenging to generalize to large language models.”
“prompt tuning converges to a higher loss (left), and performs poorly compared to LoRA (right)”
“P-Tuning and Prompt Tuning are bound to the self-attention mechanism”
“However, even when learnable, adaptable prompts often struggle to capture the heterogeneity within source task distributions, possibly due to the limitations in expressive capacity imposed by their form and length”
“These methods generally utilize trainable virtual tokens within an adapter, which may not have essential semantic significance and require extensive training to acquire domain-specific knowledge efficiently. Consequently, the performance of these techniques may not be optimal, particularly when dealing with complex tasks, and extensive training is necessary to achieve optimal performance.”
“Additionally, reserving part of the sequence length for adaptation may reduce the effective input length available for the downstream task, potentially limiting performance.”
“prompt tuning underperforms even the linear probing baseline in the S3DIS 6-fold evaluation, revealing the penalty of ignoring spatial structure during fine-tuning”
Beaten on benchmarks
Head-to-head results where a newer method reports beating Prompt Tuning. Values are copied from the source paper's tables — verify against the cited paper.
LoRA-LinProj beats Prompt Tuning
61.0 vs 30.4
Acc. · [Mamba model, CIFAR-10]
Parameter-Efficient Fine-Tuning of State Space ModelsAdapter beats Prompt Tuning
64.4 vs 47.6
Average · [all tasks]
PEFT-U: Parameter-Efficient Fine-Tuning for User PersonalizationLoRA beats Prompt Tuning
66.2 vs 50.0
Acc w/ Reduced Params · [111K adjusted params]
PEFT-U: Parameter-Efficient Fine-Tuning for User PersonalizationState-offset Tuning beats Prompt Tuning
57.4 vs 43.61702204
Spider (All) · [Mamba 1.4B]
State-offset Tuning: State-based Parameter-Efficient Fine-Tuning for State Space ModelsSK-Tuning (Prompt) beats Prompt Tuning
89.01 vs 75.70
Avg · [RoBERTa Large (RoB_L)]
Parameter-Efficient Fine-Tuning of Large Language Models using Semantic Knowledge TuningDCA beats Prompt Tuning
62.6 vs 53.8
Avg. · [LLaMA-7B, 1.2M parameters, default settings]
Deconfounded Causality-aware Parameter-Efficient Fine-Tuning for Problem-Solving Improvement of LLMsLoRA-Both beats Prompt Tuning
89.8 vs 82.5
Acc. · [Mamba model, CelebA]
Parameter-Efficient Fine-Tuning of State Space ModelsAdaptPrompt_v0 Adapter + Prompt beats Prompt Tuning
96.61 vs 90.40
Average AP · [20k training images]
AdaptPrompt: Parameter-Efficient Adaptation of VLMs for Generalizable Deepfake DetectionOurs_v0 AdaptPrompt_v0 beats Prompt Tuning
99.08 vs 98.89
DALL-E mini AP · [Commercial tools]
AdaptPrompt: Parameter-Efficient Adaptation of VLMs for Generalizable Deepfake Detection
What to use instead
Recent methods in the same sub-problem, not yet superseded in the knowledge base — arXiv benchmark leaders, not vetted production recommendations.
- May 29, 2026
- May 28, 2026
- May 19, 2026
- May 15, 2026
- May 12, 2026
- May 11, 2026
- May 11, 2026
- May 8, 2026
- May 5, 2026
- May 5, 2026
- May 5, 2026
- RDP LoRARDP LoRA: Geometry-Driven Identification for Parameter-Efficient Adaptation in Large Language ModelsApr 21, 2026