AI & ML Papers
33.4K subscribers
7.17K photos
556 videos
24 files
7.87K links
Advancing research in Machine Learning – practical insights, tools, and techniques for researchers.

Admin: @HusseinSheikho || @Hussein_Sheikho
Download Telegram
AI & ML Papers
Photo
🔥 On the Generalization of SFT: A Reinforcement Learning Perspective with Reward Rectification

💡 The paper addresses the limited generalization of Supervised Fine-Tuning SFT for Large Language Models LLMs compared to reinforcement learning. The authors analyze the standard SFT gradients and find that they implicitly encode a problematic reward structure that restricts the model's generalization capabilities. To overcome this, they propose Dynamic Fine-Tuning DFT, a simple yet effective method that stabilizes gradient updates for each token by dynamically rescaling the objective function with the probability of the token. This approach significantly outperforms standard SFT across multiple challenging benchmarks and base models, demonstrating greatly improved generalization. Additionally, DFT shows competitive results in offline reinforcement learning settings, providing a simpler alternative to existing methods. The authors provide a theoretical motivation for their approach and demonstrate its effectiveness through experiments, substantially advancing the performance of SFT. The proposed method is a single-line code change, making it easy to implement, and the code will be made available for further use. Overall, the paper contributes to the improvement of SFT for LLMs, bridging the gap between theoretical insights and practical solutions.


📅 Published on Aug 7, 2025

🔗 Links:
• GitHub: https://github.com/huggingface
• arXiv: https://arxiv.org/abs/2508.05629
• PDF: https://arxiv.org/pdf/2508.05629

🤖 Models citing this paper:
https://huggingface.co/Naphula/Cthulhu-70B-v1
https://huggingface.co/Liang0223/Qwen-2.5-Math-1.5B-DPO

📊 Datasets citing this paper:
https://huggingface.co/datasets/egotools-dev/a100_20260502

━━━━━━━━━━━━━━━━━━━━━━━━
📢 By: https://t.iss.one/PaperNexus

#ReinforcementLearningForLLMs #SupervisedFineTuningLimitations #RewardRectificationTechniques #DynamicFineTuningMethods #LargeLanguageModelGeneralization