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 wide 'near-optimal' range of SFT–RL annotation splits delivers near-peak LLM performance and expands with model size, and regions discovered on small proxy models reliably transfer to larger models—cutting the need for costly large-scale allocation searches.

Scaling Near-Optimal SFT-RL Annotation Budget Allocation from Small to Large LLMs
Jingtan Wang, Arun Verma, Xiaoqiang Lin, Zhengyuan Liu, Nancy F. Chen, Daniela Rus, Bryan Kian Hsiang Low · September 01, 2026
arxiv descriptive medium evidence 7/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. Jingtan Wang unresolved corpus identity
  2. Arun Verma unresolved corpus identity
  3. Xiaoqiang Lin unresolved corpus identity
  4. Zhengyuan Liu unresolved corpus identity
  5. Nancy F. Chen unresolved corpus identity
  6. Daniela Rus unresolved corpus identity
  7. Bryan Kian Hsiang Low unresolved corpus identity
Across tasks and model families up to 14B parameters, the set of SFT–RL annotation allocations that achieve near-peak performance is wide, grows with model scale, and transfers reliably from small proxy models to larger targets, enabling cheaper proxy-based allocation tuning.

Citation observations

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

No provider observation is available for this paper.

Missing data, not a zero citation count.

How to divide a fixed annotation budget between supervised fine-tuning (SFT) and reinforcement learning (RL) during LLM post-training remains an open problem. Existing work characterizes only broad trends (e.g., SFT dominates in low-data regimes), lacks a principled allocation framework, and does not examine whether the optimal ratio transfers across model sizes. We frame this problem in terms of near-optimality: rather than seeking a single optimal SFT-RL ratio, we characterize the near-optimal region, the set of allocations within a specified tolerance of peak performance. Empirically, this region is wide even for small tolerances (2-10%), widens with model scale, and transfers reliably from small proxy models to large target models. This yields a practical strategy: small proxy-model experiments suffice to identify a transferable near-optimal region, eliminating the need for exhaustive large-scale search. Our results hold consistently across tasks, model families, and both preference-based off-policy and reward-supervision on-policy RL methods. We further analyze how the asymmetry in annotation costs between SFT and RL data shifts the near-optimal region.

Summary

Main Finding

The paper reframes SFT–RL post-training allocation as a near-optimality problem and demonstrates that the set of allocations achieving within a small relative tolerance (ε, e.g., 2–10%) of peak performance is typically wide, grows with model scale, and transfers reliably from small proxy models to larger target models. Practically, this means inexpensive small-model experiments can identify a transferable near-optimal region of SFT vs. RL annotation allocation, avoiding costly exhaustive searches at large scale. The result holds across tasks, model families, off-policy (DPO) and on-policy (GRPO) RL methods, and under heterogeneous annotation costs.

Key Points

  • Near-optimal region concept: Instead of seeking the single argmax allocation r, define Rε = {r : P(r) ≥ (1−ε)P}. Small ε (2–10%) already admits many allocations.
  • Empirical regularities:
    • Even for tight tolerances, the near-optimal region often covers a large fraction (e.g., 55–75% at ε=10%) of possible allocations.
    • Region width generally increases with model size N (more flexibility in allocation for larger models).
    • Near-optimal regions discovered on small proxy models transfer well to larger targets; transfer improves with ε.
  • Robustness across settings:
    • Tasks: math (GSM8K), instruction following (IFEval), summarization (ROUGE-L), helpfulness (reward-model based).
    • Model families: Llama 3, Qwen 2.5, Qwen 3 (scales up to 14B reported).
    • RL methods: off-policy DPO and on-policy GRPO produce qualitatively similar patterns.
  • Annotation-cost asymmetry:
    • When SFT examples are more expensive than RL/preference examples (cost ratio ρ = cSFT/cDPO ∈ {1,2,5,10}), qualitative scaling and transfer patterns persist.
    • As SFT becomes relatively more expensive, the near-optimal region shifts (and typically widens), favoring allocations that reduce SFT sample counts in dollar-budget terms.
  • Practical recommendation: run small-proxy experiments to estimate Rε (with a modest ε, e.g., 5%); choose any allocation within Rε for large-scale post-training to save annotation search cost.

Data & Methods

  • Problem setup:
    • Sequential two-stage post-training: SFT (rB samples) then RL ((1−r)B samples), performance metric P(N,r,B).
    • Near-optimal region Rε defined relative to peak P*; grid-restricted estimates used in experiments.
  • Models and tasks:
    • Families: Llama 3, Qwen 2.5, Qwen 3; scales up to 14B parameters.
    • Tasks/datasets: GSM8K (math), Tülu3 persona/instruction (instruction following), Reddit TL;DR / comparison (summarization), HelpSteer datasets (helpfulness).
    • Evaluations: GSM8K accuracy, IFEval accuracy, ROUGE-L F1, reward-model scores.
  • Training:
    • SFT via next-token prediction on demonstration pairs.
    • RL-stage: off-policy DPO (preference pairs) and on-policy GRPO (group-relative PPO-style) depending on experiment.
    • LoRA used for compute efficiency; training hyperparameters in appendix.
  • Allocation grid and budgets:
    • Allocation grid G = {0.00, 0.25, 0.50, 0.75, 1.00} (some checks with denser grid reported).
    • Budgets measured in annotated samples; analysis focused on stable regime B ≥ 5k (exclude noisy pre-convergence).
  • Estimators and transfer metrics:
    • Range width w_rngε = max(Rε) − min(Rε) and count width (fraction of grid points).
    • Transfer from proxy Ns to target Nt: Tε(Ns→Nt,B) = |Rε(Ns) ∩ Rε(Nt)| / |Rε(Ns)|.
  • Cost asymmetry experiments:
    • Monetary budget B with unit costs cDPO = $0.001 and cSFT scaled via ρ ∈ {1,2,5,10}.
    • Convert dollar allocation to sample counts: nSFT = rB/cSFT, nDPO = (1−r)B/cDPO.

Implications for AI Economics

  • Lower exploration (annotation) cost via proxy experiments:
    • Organizations can reduce expensive large-scale allocation sweeps by using small-model proxy runs to find a transferable Rε, saving annotation dollars and time.
    • The approach converts an expensive grid search at target scale into a cheap proxy identification + single large-scale run within the identified region.
  • Budgeting and procurement:
    • Because the near-optimal region is wide, procurement decisions (how many SFT vs. RL annotations to buy) are less brittle—buyers can accept any allocation inside Rε without large performance loss, simplifying contract/spec design.
    • When SFT annotations cost more, optimal allocations shift predictably toward relatively more RL/preference data in dollar terms. Procurement strategies should therefore price and purchase annotations with these trade-offs in mind.
  • Market structure for annotation services:
    • Demand-side implications: preference-data providers (cheaper RL labels) may see relatively higher demand when SFT is expensive, while high-quality SFT demonstrations remain important but purchased more conservatively.
    • Suppliers can target offerings: e.g., sell bundles calibrated to position buyers within likely Rε bands rather than aiming for a single “optimal” mix.
  • Risk management and robustness:
    • Using near-optimal regions lowers the risk of misallocating annotation budget due to sensitivity to task or method—important for firms deploying costly post-training pipelines.
    • However, tolerance choice ε is an explicit trade-off between acceptable performance loss and further reduction in search cost; economic decision-making should set ε based on value of incremental performance.
  • Limitations and caveats for economic application:
    • The empirical grid used is coarse; extreme or highly nonstandard tasks, very small budgets (B < 5k), different RL objectives, reward design failures, or very large models beyond evaluated scales may behave differently.
    • Infrastructure and compute costs were treated as negligible versus annotation—this holds under current annotations-as-dominant-cost assumptions but may shift with cheaper annotation pipelines or different training regimes.
    • Transferability is probabilistic, not guaranteed; buyers should validate the proxy-to-target transfer on a small holdout run when stakes are high.
  • Operational recommendation:
    • For applied budgeting, run a small-proxy sweep (cheap models) to estimate Rε for a chosen ε (commonly 5%), then allocate large-scale annotation purchases to any allocation in Rε, adjusting for SFT vs RL unit prices using the cost-ratio mapping.

Limitations to watch: coarse allocation grid, B ≥ 5k stability assumption, LoRA and specific RL algorithms used, and extrapolation beyond tested model scales/tasks should be validated case-by-case.

Assessment

Paper Typedescriptive Evidence Strengthmedium — Systematic empirical evaluation across multiple model families, tasks, and both off-policy and on-policy RL methods supports the core claims, including monetary-cost sensitivity; however, experiments are limited to model scales up to 14B (with some scaling deferred to appendix), use a coarse allocation grid, rely on LoRA, and do not test all architecture families or extremely large production-scale models, so external validity beyond the reported regimes is uncertain. Methods Rigormedium — Design is careful and reproducible: clear formulation, multiple tasks, model families, two RL paradigms (DPO, GRPO), budget and cost-asymmetry analyses, and transfer metrics; but the allocation grid is coarse (5 points), some pre-convergence budgets are excluded, training variance and hyperparameter sensitivity are only partially explored, and results rely on LoRA and particular dataset choices. SampleEmpirical experiments using Llama 3, Qwen 2.5, and Qwen 3 model families up to 14B parameters (detailed scaling in appendices). Four downstream capabilities: math (GSM8K), instruction following (Tülu3), summarization (Reddit TL;DR / Reddit Comparison), and helpfulness (HelpSteer datasets). Post-training pipelines follow SFT then RL; RL methods include off-policy DPO and on-policy GRPO. Allocation grid G = {0.00, 0.25, 0.50, 0.75, 1.00} over budgets B up to ~15k annotated samples, analysis restricted to B >= 5k for scaling results. Training uses LoRA for efficiency; cost-asymmetry experiments set c_DPO = $0.001 and vary SFT-to-DPO cost ratio ρ in {1,2,5,10}. Themesorg_design adoption GeneralizabilityUnclear transfer beyond tested scales (models much larger than 14B not evaluated in main text)., Coarse allocation grid may miss narrow optima or finer structure in allocation space., Use of LoRA and specific hyperparameters may affect dynamics relative to full fine-tuning., Tasks limited to four language-capability axes; other tasks or modalities may behave differently., Assumes sequential SFT→RL pipeline and excludes some production costs (infrastructure, prompt engineering)., Annotation cost assumptions (e.g., c_DPO = $0.001) may not hold across settings or human-vs-synthetic mixes., Only two RL paradigms (DPO, GRPO) studied; other RLHF variants or reward designs could change results.

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Under a 10% performance tolerance, most evaluated tasks admit near-optimal SFT–RL allocation ratios covering approximately 55%–75% of the feasible allocation space. Task Allocation positive Width of the allocation-ratio region achieving at least 90% of peak post-training performance.
Reading fidelity high
Study strength medium
55%–75% of the feasible allocation space
0.18
The near-optimal SFT–RL allocation region generally widens as model scale increases, allowing larger models to accommodate a broader range of allocation ratios while retaining a fixed fraction of peak performance. Task Allocation positive Near-optimal-region width as a function of model size.
Reading fidelity high
Study strength medium
not reported
0.18
Near-optimal allocation regions identified on smaller proxy models transfer more reliably to larger target models than exact point-optimal allocation ratios. Task Allocation positive Fraction of proxy-model near-optimal allocations that remain near-optimal on a larger target model.
Reading fidelity high
Study strength medium
not reported
0.18
Small proxy-model experiments can identify an allocation region that guides post-training of larger target models without exhaustive large-scale allocation searches. Organizational Efficiency positive Practical efficiency of discovering a near-optimal SFT–RL allocation for larger models.
Reading fidelity high
Study strength medium
not reported
0.18
The widening and transferability patterns are observed across four post-training capabilities: math, instruction following, summarization, and helpfulness. Output Quality positive Consistency of allocation-region behavior across post-training tasks.
Reading fidelity high
Study strength medium
not reported
0.18
The qualitative finding that near-optimal regions widen with tolerance and transfer more reliably than point optima extends from off-policy DPO to on-policy GRPO training. Task Allocation positive Near-optimal-region width and cross-scale transferability under different RL post-training methods.
Reading fidelity high
Study strength medium
not reported
0.18
When SFT annotations are more expensive than DPO annotations, the qualitative scaling and transfer trends largely persist, with larger tolerance thresholds producing wider near-optimal regions and stronger cross-scale transfer. Task Allocation positive Near-optimal-region width and cross-scale transfer under heterogeneous annotation costs.
Reading fidelity high
Study strength medium
not reported
0.18
The paper does not interpret the observed widening of the near-optimal region with model scale as evidence that intrinsic allocation sensitivity decreases with scale. Task Allocation mixed Interpretation of the relationship between model scale and sensitivity to SFT–RL allocation.
Reading fidelity high
Study strength high
not reported
0.3
Training compute per example is estimated to be substantially lower than human annotation cost, making annotation the dominant first-order budget term in the paper's setting. Organizational Efficiency positive Relative post-training compute and annotation costs.
Reading fidelity high
Study strength low
3–5 orders of magnitude smaller than human annotation cost
0.09

Notes