The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

A decision-focused benchmark shows upgrading fine-tuned LLM specialists is context-dependent: freezing often suffices for intent classification over multiple releases, but text-to-SQL specialists can lose most of their edge in a single upgrade, and naive adapter copying fails as pretraining distance grows while label-free refresh can restore parity at lower cost.

UpgradeBench: A Decision-Centric Benchmark for Upgrading Fine-Tuned LLM Specialists
Ye Chen, Weining Zhang · August 21, 2026
arxiv descriptive medium evidence 8/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Ye Chen unresolved corpus identity
  2. Weining Zhang unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Yefei Chen provider ID
  2. Weining Zhang provider ID
UpgradeBench measures the upgrade tax of moving fine-tuned LLM specialists across real base-model release sequences and finds that upgrade value depends strongly on task and lineage: some specialists remain durable for months while others lose most of their advantage in a single hop, and adapter portability decays with continued-pretraining distance though teacher-based relabeling can recover performance without new gold labels.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Organizations maintain task-specific adapters for open-weight language models, and each new base-model release forces a migration decision: retain existing specialists, port adapters, refresh from preserved behavior, or retrain. Prior transfer work evaluates isolated model pairs, without studying these choices across real model release sequences. We present UpgradeBench, a decision-driven longitudinal benchmark covering four consecutive Qwen releases, one continuation checkpoint, six tasks, and two model sizes, augmented by OLMo checkpoints with known training lineage. The benchmark disentangles three core questions: whether a new checkpoint improves fixed-recipe retrained specialist performance, whether specialization assets transfer across versions, and what recovery resources are usable. We observe upgrade gains differ across task-scale-release episodes: some retrained baselines improve while others stay within training noise, with durability ranging from under one release interval for text-to-SQL to over fourteen months for intent classification. Direct adapter copying depends neither on architecture nor model family: on OLMo, retention drops from 0.88-0.99 at 46B-token continued pretraining to zero at 2.9T tokens; annealing and model souping introduce no extra harm, with portability decaying with continued-pretraining distance. Given preserved input data, teacher relabeling recovers target-base specialists without fresh gold annotations, though compute savings are not guaranteed. Simulating a fixed decision policy over 33 upgrade episodes yields 0.37pp mean quality regret with zero behavioral regressions at one-third the compute and label cost of full retraining. A lightweight CKA probe over 256 prompts predicts cross-version adapter portability (Spearman 0.74 across eight model pairs). We release per-example predictions, cost logs, split manifests, and evaluation code.

Summary

Main Finding

UpgradeBench measures the real-world decision problem organizations face when a new base-model release arrives: keep a deployed specialist, port its adapter, refresh it via teacher relabeling, or retrain from scratch. The paper shows that (1) the value of upgrading is highly task- and episode-dependent (durability/half-life ranges from under one release to >14 months), (2) naive adapter copying (weight-space porting) is governed by weight continuity (continued pretraining distance), not merely architectural shape or family, and (3) a simple, decision-aware migration policy (using measured costs and validation) recovers nearly full quality at a small fraction of retraining compute/label cost (mean regret 0.37 percentage points at ~1/3 the retrain budget). The authors release a longitudinal benchmark, evaluation harness, per-example predictions, and cost logs.

Key Points

  • Decision focus: defines and measures the upgrade tax — the quality-and-cost gap between the chosen migration strategy and the best attainable one.
  • Empirical scope: four consecutive Qwen releases (plus one continuation), one controlled OLMo lineage, six tasks from three classes (intent classification, text-to-SQL/numerical-program generation, function-calling), two model scales; 98 trainings and 193 evaluation cells.
  • Quantities and definitions introduced:
    • Specialization gain G(b,t) = specialist minus base score.
    • Retention Rm for a migration method m (normalized relative to retrain).
    • Upgrade tax Tm (shortfall times reference gain) plus measured costs (GPU-minutes, energy, labels).
    • Durability horizons: H50 (half-value) and H0 (crossover to zero advantage).
    • Recovery cost Cm95: labeled/GPU budget to reach 95% of attainable gain.
  • Heterogeneous durability:
    • Intent classification specialists often retain performance: freezing retained 99–101% of attainable gain across nine hops.
    • Text-to-SQL specialists can obsolesce quickly: freezing forfeited up to 59% of attainable gain on a single hop and often decayed to zero within a few generations.
    • Measured half-life ~2–3 generations at 7–8B; one crossing observed at 1.5–1.8B.
  • Portability depends on continuity distance:
    • On OLMo controlled edges, retention fell from 0.88–0.99 after a 46B-token continuation to essentially zero after a 2.9T-token continuation.
    • Copying between independent pretraining runs (even shape-compatible) often fails; copying between continued-pretraining descendants succeeds.
    • Annealing and model-soup merges added little extra harm beyond continuation distance.
  • Refresh (input-retaining teacher relabeling) often recovers retraining parity without new gold labels across tested cases, though not always cheaper in compute.
  • Decision policy: replaying a prespecified decision policy over 33 measured upgrade episodes (with disjoint validation folds) achieved mean quality regret 0.37pp with zero behavioral regressions at ~1/3 of the always-retrain compute/label budget.
  • Predictive probe: a cheap representational probe (CKA over 256 prompts) ranks portability across base pairs with Spearman ρ ≈ 0.74 over eight pairs.

Data & Methods

  • Lineage and compute budget:
    • Qwen family: four generations spanning Feb 2024–Apr 2025 with architectural churn; one hop (2→2.5) is shape-compatible, others not.
    • Small-scale parallel track (1.5–1.8B → 1.5B → 1.5B → 1.7B).
    • OLMo lineage used for controlled ablation where training relationships and token distances are documented.
    • Full study: 98 fine-tuning runs, 193 evaluation cells; run end-to-end on one RTX 4090.
  • Task suite (six tasks):
    • Discriminative: Banking77 (intent, 77-way), CLINC150 (151-way incl. OOS).
    • Structured generation: Spider (text-to-SQL), FinQA (numerical-program generation).
    • Agentic/function-calling: xLAM-FC and glaive-FC.
  • Strategies evaluated:
    • FREEZE (keep old specialist),
    • ADOPT-0 / ADOPT-K (prompt-only adoption, zero-shot and 5-shot),
    • COPY / PORTDIFF (paste LoRA adapter or diff-vector),
    • REFRESH-D (teacher relabeling using retained inputs; produce new LoRA on target base),
    • RETRAIN (full QLoRA on target base; reference denominator),
    • RETRAIN-N (label-budget ladder: N ∈ {256,1024,4096}),
    • prompt-port / prompt-retune (pilot prompt-side comparison).
  • Protocol and metrics:
    • Primary numeric outputs: per-task quality (with bootstrap 95% CIs), retention Rm, upgrade tax shortfall Lm, recovery cost Cm95 (labels and GPU-minutes), H50 and H0 intervals.
    • Cost accounting: wall-clock, peak VRAM, and energy (board power sampled at 10s intervals).
    • Validation and decision replay: decisions gated and scored on disjoint halves of each test set; policy replay over 33 measured upgrade episodes.
  • OLMo controlled experiments:
    • Five OLMo edges between shape-identical checkpoints with verified relationships: a fresh-pretraining pair and four continued-pretraining targets at increasing token distance (46B up to ~2.9T tokens), plus anneal and soup stages to separate continuation distance from release operations.

Implications for AI Economics

  • Upgrade tax is a measurable depreciation term for specialist fleets: organizations should treat adapters and specialists as assets with varying half-lives rather than costless durable goods.
  • Migration policy matters: a data-driven decision policy can achieve near-reference quality with substantially lower retraining cost (illustrated: mean regret 0.37pp at ~1/3 retrain compute/label budget). This implies material savings for high-frequency upgrade cadences.
  • Portability is a distance-budgeted asset: weight-space transfer methods will succeed only if the new base lies within a contiguous pretraining neighborhood of the old base. Firms relying on naive adapter-copying across independently trained releases risk large behavioral regressions and quality loss; they should validate portability (e.g., with cheap representational probes) before deploying copied adapters.
  • Task-specific planning: upgrade cadence and migration strategy should be task-differentiated. For data-bound tasks (label taxonomies, call formats, intent classification), freezing may be low-cost and durable; for base-bound reasoning tasks (complex SQL/program generation), retraining or teacher-refresh may be required quickly.
  • Refresh as a practical tool: input-retaining teacher relabeling can achieve retrain parity without collecting new labels, offering a pragmatic middle ground when retained inputs are available — but organizers must weigh compute costs, since relabeling can still be expensive.
  • Operational tooling suggestions:
    • Track per-specialist durability metrics and computed H50/H0 to inform policy.
    • Maintain a small validation set and lightweight probes (e.g., CKA on 256 prompts) to predict portability before attempting weight-space transfer.
    • Account for training-side energy and compute when comparing strategies; measured cost vectors (labels, GPU-minutes, energy) should enter procurement and SLA decisions.
  • Broader economic consequence: as base-model capability density continues to improve rapidly, treating fine-tuned specialists as depreciable capital assets and optimizing upgrade policies yields recurring savings across organizations that operate fleets of specialists. UpgradeBench provides the common empirical foundation to price that depreciation and evaluate transfer methods in a temporally realistic setting.

References and code/harness/predictions are released by the authors (paper includes per-example predictions, cost logs, split manifests, and evaluation harness).

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper provides comprehensive, controlled empirical measurements across a real release sequence and a prospectively specified OLMo ablation, with bootstrap CIs and cost accounting; however the claims are descriptive (benchmark measurements) rather than causal claims about broader economic outcomes, and the scope is limited to specific model families, PEFT methods, scales, and six tasks. Methods Rigorhigh — Longitudinal design over real release series, replication at two scales, pre-registered OLMo ablation isolating continued-pretraining distance, many runs (98 trainings, 193 eval cells), explicit cost/energy logging, bootstrap CIs, released per-example outputs and harness; limitations include family/task/scale scope and focus on LoRA/QLoRA PEFT. SampleEmpirical benchmark over a lineage of four consecutive Qwen releases plus one continuation release and a parallel small-scale track (1.5–1.8B), and a controlled OLMo checkpoint ablation; two model scales (≈7–8B and ≈1.5–1.8B), six application tasks (Banking77, CLINC150, Spider, FinQA, xLAM-FC, glaive-FC), 98 fine-tuning runs and 193 evaluation cells reported, per-query predictions, bootstrap CIs, and training-side cost/energy logs (study ran on an RTX 4090). Themesorg_design adoption productivity innovation GeneralizabilityMeasured on specific open-weight families (Qwen, OLMo); results may not generalize to other base families (e.g., Llama, Gemma) or closed APIs, Only two small-medium model scales; behavior may differ at much larger scales (100B+), Limited task suite (six tasks) — other task classes could show different retention/portability dynamics, Focus on PEFT (LoRA/QLoRA) and particular fine-tuning recipes; full-finetune behaviors or other PEFT variants may differ, Hardware and implementation choices (single-GPU runs, greedy decoding) could affect cost accounting and some performance comparisons

Claims (10)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Across nine upgrade hops, freezing the existing specialist retains 99–101% of the attainable gain on intent classification. Skill Obsolescence positive Retention of intent-classification specialization after a base-model upgrade
Reading fidelity high
Study strength medium
n=9
99–101% retention
0.18
For text-to-SQL, the frozen specialist can forfeit up to 59% of the attainable gain on a single upgrade hop. Skill Obsolescence negative Retention of text-to-SQL specialization after upgrading the base model
Reading fidelity high
Study strength medium
up to 59% of attainable gain forfeited
0.18
Over four generations, the retrained intent-classification reference score changes by only 0.2 points while the zero-shot score rises by 21 points. Skill Obsolescence mixed Intent-classification accuracy for retrained specialists versus zero-shot base models
Reading fidelity high
Study strength medium
n=4
retrained reference +0.2 points; zero-shot +21 points
0.18
Copying an adapter between architecturally identical checkpoints from independent pretraining runs can substantially reduce intent-classification accuracy, from 92.8% to 42.9%, below the 60.7% score obtained with no adapter. Output Quality negative Intent-classification accuracy after raw adapter copying
Reading fidelity high
Study strength medium
92.8% to 42.9%; no-adapter baseline 60.7%
0.18
Copying an adapter onto a continued-pretraining descendant of the same weights can retain reference-level accuracy. Output Quality positive Specialist accuracy after adapter portability across a continued-pretraining hop
Reading fidelity high
Study strength medium
reference-level accuracy
0.18
On documented OLMo continuation edges, adapter retention falls from 0.88–0.99 after a 46B-token continuation to zero after a 2.9T-token continuation. Skill Obsolescence negative Normalized adapter retention as a function of continued-pretraining distance
Reading fidelity high
Study strength high
n=5
0.88–0.99 retention at 46B tokens; 0 retention at 2.9T tokens
0.3
The subsequent annealing and model-soup merge in the OLMo continuation sequence add no further damage to adapter portability. Output Quality null_result Change in adapter retention attributable to annealing and model-soup merging
Reading fidelity high
Study strength high
n=3
no additional damage
0.3
When retained inputs are available, teacher relabeling can recover target-base specialists without new gold annotation, although it is not always less computationally expensive. Training Effectiveness mixed Target-base specialist quality and compute cost under annotation-free refresh
Reading fidelity high
Study strength medium
reaches retraining parity wherever tested; not always less compute
0.18
A pre-specified decision policy evaluated over 33 measured upgrade episodes achieves a mean quality regret of 0.37 percentage points, with zero behavioral regressions, at one third of the always-retrain compute and label budget. Organizational Efficiency positive Quality regret, behavioral regressions, and compute/label cost of upgrade decisions
Reading fidelity high
Study strength high
n=33
0.37pp mean quality regret; zero regressions; one third of always-retrain compute and label budget
0.3
A cheap CKA probe over 256 prompts ranks adapter portability across base-model pairs with Spearman correlation 0.74 over eight pairs. Decision Quality positive Accuracy of representational probing for predicting adapter portability
Reading fidelity high
Study strength medium
n=8
Spearman 0.74 over eight pairs
0.18

Notes