paper-with-me

Papers

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

2025-05-06 · Bin Yu, Hang Yuan, Haotian Li, Xueyin Xu, Yuliang Wei, Bailing Wang, Weizhen Qi, Kai Chen

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.

📄 PDF Abstract BibTeX arXiv:2505.03469

Code (1)

zgca-ai4edu/ls-mixture 공식 구현

Methods 이 논문이 사용한 방법론

SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

Adaptive Deep Reasoning: Triggering Deep Thinking When Needed

2025-05-26 · Yunhao Wang, Yuhao Zhang, TingHao Yu, Can Xu 외

Large language models (LLMs) have shown impressive capabilities in handling complex tasks through long-chain reasoning. However, the extensive reasoning steps involved can significantly increase computational costs, posi…

Prompt Engineeringreinforcement-learningReinforcement Learning

Hunyuan-TurboS: Advancing Large Language Models through Mamba-Transformer Synergy and Adaptive Chain-of-Thought

2025-05-21 · Ao Liu, Botong Zhou, Can Xu, Chayse Zhou 외

As Large Language Models (LLMs) rapidly advance, we introduce Hunyuan-TurboS, a novel large hybrid Transformer-Mamba Mixture of Experts (MoE) model. It synergistically combines Mamba's long-sequence processing efficiency…

ChatbotInstruction FollowingMambaMixture-of-Experts

Quantifying the Necessity of Chain of Thought through Opaque Serial Depth

2026-03-10 · Jonah Brown-Cohen, David Lindner, Rohin Shah arxiv

Large language models (LLMs) tend to externalize their reasoning in their chain of thought, making the chain of thought a good target for monitoring. This is partially an inherent feature of the Transformer architecture:…

Let Me Think! A Long Chain-of-Thought Can Be Worth Exponentially Many Short Ones

2025-05-27 · Parsa Mirtaheri, Ezra Edelman, Samy Jelassi, Eran Malach 외

Inference-time computation has emerged as a promising scaling axis for improving large language model reasoning. However, despite yielding impressive performance, the optimal allocation of inference-time computation rema…

Language ModelingLanguage ModellingLarge Language Model

Mixture of Reasonings: Teach Large Language Models to Reason with Adaptive Strategies

2025-07-01 · Tao Xiong, Xavier Hu, Wenyan Fan, Shengyu Zhang arxiv

Large language models (LLMs) excel in complex tasks through advanced prompting techniques like Chain-of-Thought (CoT) and Tree-of-Thought (ToT), but their reliance on manually crafted, task-specific prompts limits adapta…

Prompt Engineering