paper-with-me

Papers

Blending Supervised and Reinforcement Fine-Tuning with Prefix Sampling

2025-07-02 · Zeyu Huang, Tianhao Cheng, Zihan Qiu, Zili Wang, Yinghui Xu, Edoardo M. Ponti, Ivan Titov arxiv

Existing LLMs-post-training techniques are broadly categorized into supervised fine-tuning (SFT) and reinforcement fine-tuning (RFT). Each paradigm presents a distinct trade-off: (1) SFT excels at mimicking demonstration data, but can lead to problematic generalization as a form of behavior cloning. (2) Conversely, RFT can significantly enhance a model's performance but is prone to learning unexpected behaviors, and its performance is sensitive to the initial policy. In this paper, we propose a unified view of these methods and introduce Prefix-RFT, a hybrid approach that synergizes learning from both demonstration and exploration. Using mathematical reasoning problems as a test bed, we empirically demonstrate that Prefix-RFT is simple yet effective. Not only does it surpass the performance of standalone SFT and RFT, but it also outperforms parallel mixed-policy RFT methods. Our analysis highlights the complementary nature of SFT and RFT, validating that Prefix-RFT effectively harmonizes them. Further ablation studies confirm the method's robustness to variations in the quality and quantity of demonstration data.

📄 PDF Abstract BibTeX arXiv:2507.01679

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

The First Few Tokens Are All You Need: An Efficient and Effective Unsupervised Prefix Fine-Tuning Method for Reasoning Models

2025-03-04 · Ke Ji, Jiahao Xu, Tian Liang, Qiuzhi Liu 외

Improving the reasoning capabilities of large language models (LLMs) typically requires supervised fine-tuning with labeled data or computationally expensive sampling. We introduce Unsupervised Prefix Fine-Tuning (UPFT),…

Controllable Natural Language Generation with Contrastive Prefixes

2022-02-27 · Findings (ACL) 2022 5 · Jing Qian, Li Dong, Yelong Shen, Furu Wei 외

To guide the generation of large pretrained language models (LM), previous work has focused on directly fine-tuning the language model or utilizing an attribute discriminator. In this work, we propose a novel lightweight…

AttributeLanguage ModelingLanguage ModellingText Generation

Trust-Region Behavior Blending for On-Policy Distillation

2026-05-29 · Daniil Plyusov, Alexey Gorbatovski, Alexey Malakhov, Nikita Balagansky 외 arxiv

On-policy distillation (OPD) trains a student on prefixes sampled from its own policy while matching a stronger teacher. This addresses the prefix mismatch of offline distillation, but early student rollouts can still be…

Accelerating Direct Preference Optimization with Prefix Sharing

2024-10-27 · Franklin Wang, Sumanth Hegde

Offline paired preference optimization algorithms have become a popular approach for fine-tuning on preference data, outperforming traditional supervised fine-tuning in various tasks. However, traditional implementations…

Computational Efficiency

Exploring Robustness of Prefix Tuning in Noisy Data: A Case Study in Financial Sentiment Analysis

2022-10-26 · Sudhandar Balakrishnan, Yihao Fang, Xioadan Zhu

The invention of transformer-based models such as BERT, GPT, and RoBERTa has enabled researchers and financial companies to finetune these powerful models and use them in different downstream tasks to achieve state-of-th…

Sentiment Analysis