New OSW-FT Method Improves LLM Fine-Tuning Efficiency

Haiquan Wen, Yiwei He, Bei Peng, Guangliang Cheng· September 2, 2026 View original

Key takeaways

  • OSW-FT dynamically adjusts fine-tuning loss weights based on real-time model success rates.
  • It significantly improves performance for small-to-medium LLMs on reasoning tasks.
  • The method offers a favorable compute-performance trade-off with minimal rollouts.
  • OSW-FT provides a practical enhancement to standard supervised fine-tuning.

Who benefits

AI DevelopmentEdTechSoftware DevelopmentResearchCustomer Service

Summary

Online Self-Weighted Fine-Tuning (OSW-FT) is a new method that enhances standard supervised fine-tuning (SFT) by dynamically adjusting loss weights based on a model's real-time success rate. This approach improves the performance of small-to-medium LLMs on binary-verifiable reasoning tasks with minimal computational overhead, using only two online rollouts.

Researchers have introduced Online Self-Weighted Fine-Tuning (OSW-FT), a straightforward yet effective method designed to improve the efficiency and performance of supervised fine-tuning (SFT) for large language models (LLMs). Traditional SFT methods apply uniform loss weights to all expert demonstrations, regardless of the model's evolving competence during training. OSW-FT addresses this limitation by augmenting SFT with an online, trajectory-level weighting mechanism. For each training query, the method estimates the model's current success rate using a small number of inference-only rollouts, typically just two, and then rescales the standard SFT loss accordingly. This adaptive weighting ensures that the magnitude of updates adjusts dynamically to the model's performance, while the optimization direction remains anchored to the expert trajectory. The approach is particularly beneficial for binary-verifiable reasoning tasks and has been shown to consistently outperform standard SFT on small-to-medium scale models, such as the Qwen3 series (0.6B to 4B), across various challenging benchmarks. OSW-FT offers a favorable compute-performance trade-off, making it a practical solution for fine-tuning LLMs with limited computational resources.

Why it matters

This method offers a more efficient and effective way to fine-tune LLMs, especially smaller models, for specific reasoning tasks, leading to better performance with reduced computational costs and faster development cycles.

How to implement this in your domain

  1. 1Evaluate current LLM fine-tuning pipelines for opportunities to incorporate dynamic weighting.
  2. 2Experiment with OSW-FT on small-to-medium LLMs for binary-verifiable reasoning tasks.
  3. 3Compare the performance and computational cost of OSW-FT against traditional SFT methods.
  4. 4Integrate OSW-FT into model development workflows to optimize fine-tuning processes.

Original post by Haiquan Wen, Yiwei He, Bei Peng, Guangliang Cheng

"arXiv:2609.00734v1 Announce Type: new Abstract: Standard supervised fine-tuning (SFT) assigns the same explicit loss weight to every expert demonstration, regardless of the model's changing competence over training queries. Reinforcement learning (RL) based methods adapt update s…"

View on X

Originally posted by Haiquan Wen, Yiwei He, Bei Peng, Guangliang Cheng on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses