CLMay 6, 2025

Long-Short Chain-of-Thought Mixture Supervised Fine-Tuning Eliciting Efficient Reasoning in Large Language Models

arXiv:2505.03469v230 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses the issue of inefficient reasoning in fine-tuned models for AI and NLP applications, but it is incremental as it builds on existing supervised fine-tuning methods.

The paper tackled the problem of 'overthinking' in large language models fine-tuned with Chain-of-Thought reasoning data, which leads to verbose and redundant outputs, by proposing Long-Short Chain-of-Thought Mixture Supervised Fine-Tuning. The result was an average accuracy improvement of 2.3% across benchmarks and a reduction in response length by approximately 47.61%.

Recent advances in large language models have demonstrated that Supervised Fine-Tuning (SFT) with Chain-of-Thought (CoT) reasoning data distilled from large reasoning models (e.g., DeepSeek R1) can effectively transfer reasoning capabilities to non-reasoning models. However, models fine-tuned with this approach inherit the "overthinking" problem from teacher models, producing verbose and redundant reasoning chains during inference. To address this challenge, we propose Long-Short Chain-of-Thought Mixture Supervised Fine-Tuning (LS-Mixture SFT), which combines long CoT reasoning dataset with their short counterparts obtained through structure-preserved rewriting. Our experiments demonstrate that models trained using the LS-Mixture SFT method, compared to those trained with direct SFT, achieved an average accuracy improvement of 2.3% across various benchmarks while substantially reducing model response length by approximately 47.61%. This work offers an approach to endow non-reasoning models with reasoning capabilities through supervised fine-tuning while avoiding the inherent overthinking problems inherited from teacher models, thereby enabling efficient reasoning in the fine-tuned models.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes