Parameter-efficient fine-tuning (LoRA family)
Prefix-Tuning
Prefix-Tuning: Optimizing Continuous Prompts for Generation
Superseded — cited as a baseline and beaten by newer methods
7 papers critique it · 8 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites Prefix-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
“but suffers the same aforementioned drawbacks.”
“However, they also have their limitations, such as extra inference latency in the case of adapter layers, and difficulty in optimization for prefix tuning.”
“The use of prompts and prefix tuning techniques can pose challenges in terms of the effectiveness and interpretability of the employed prompts or prefixes. 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.”
“Optimizing prompt-based adaptations can be difficult, with performance sensitivity to the number of trainable parameters and prone to non-monotonic behavior”
“Prefix tuning hurts the model's capabilities.”
“Prefix-Tuning argue that adding few-shot demonstrations is bounded by the input length constraint of current LFMs.”
Beaten on benchmarks
Head-to-head results where a newer method reports beating Prefix-Tuning. Values are copied from the source paper's tables — verify against the cited paper.
LoRA-LinProj beats Prefix-Tuning
61.0 vs 41.0
Acc. · [Mamba model, CIFAR-10]
Parameter-Efficient Fine-Tuning of State Space ModelsState-offset Tuning beats Prefix-Tuning
57.4 vs 39.65183794
Spider (All) · [Mamba 1.4B]
State-offset Tuning: State-based Parameter-Efficient Fine-Tuning for State Space ModelsLoRA beats Prefix-Tuning
46.9 vs 35.0
RoseLoRA beats Prefix-Tuning
45.9 vs 35.0
AVG · [LLaMA-7B arithmetic reasoning]
RoseLoRA: Row and Column-wise Sparse Low-rank Adaptation of Pre-trained Language Model for Knowledge Editing and Fine-tuningLoReFT beats Prefix-Tuning
49.6 vs 38.8
Adapter beats Prefix-Tuning
64.4 vs 51.1
Average · [all tasks]
PEFT-U: Parameter-Efficient Fine-Tuning for User PersonalizationDCA beats Prefix-Tuning
62.6 vs 55.3
Avg. · [LLaMA-7B, 1.2M parameters, default settings]
Deconfounded Causality-aware Parameter-Efficient Fine-Tuning for Problem-Solving Improvement of LLMsLoRA beats Prefix-Tuning
66.2 vs 61.5
Acc w/ Reduced Params · [111K adjusted params]
PEFT-U: Parameter-Efficient Fine-Tuning for User PersonalizationSK-Tuning (Prompt) beats Prefix-Tuning
85.45 vs 80.88
Avg · [RoBERTa Base (RoB_B)]
Parameter-Efficient Fine-Tuning of Large Language Models using Semantic Knowledge TuningLoRA-Both beats Prefix-Tuning
89.8 vs 86.5
Acc. · [Mamba model, CelebA]
Parameter-Efficient Fine-Tuning of State Space ModelsNS LoRA (3) beats Prefix-Tuning
80.43 vs 77.79
Accuracy · [GSM8K, Llama-3.1-8B-Instruct]
Neurosymbolic LoRA: Why and When to Tune Weights vs. Rewrite Prompts
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