Preprint
Machine Learning

Enhancing Non-Reasoning Models with Reasoning Models

Haotian Wang, Han Zhao, Shuaiting Chen, Xiaoyu Tian, Sitong Zhao, Yunjie Ji, Yiping Peng, Xiangang Li
April 13, 2025arXiv.org1 citations

1

Citations

0

Influential Citations

arXiv.org

Venue

2025

Year

Abstract

Recent advancements in large language models (LLMs), such as DeepSeek-R1 and OpenAI-o1, have demonstrated the significant effectiveness of test-time scaling, achieving substantial performance gains across various benchmarks. These advanced models utilize deliberate"thinking"steps to systematically enhance answer quality. In this paper, we propose leveraging these high-quality outputs generated by reasoning-intensive models to improve less computationally demanding, non-reasoning models. We explore and compare methodologies for utilizing the answers produced by reasoning models to train and improve non-reasoning models. Through straightforward Supervised Fine-Tuning (SFT) experiments on established benchmarks, we demonstrate consistent improvements across various benchmarks, underscoring the potential of this approach for advancing the ability of models to answer questions directly.

Analysis

Why This Paper Matters

This paper addresses a critical challenge in the deployment of large language models: the high computational cost of reasoning-intensive models that use test-time scaling. While models like DeepSeek-R1 and OpenAI-o1 achieve state-of-the-art performance by generating deliberate 'thinking' steps, they are expensive to run. The authors propose a practical alternative: use the high-quality outputs from these reasoning models to train smaller, non-reasoning models that can answer questions directly without the overhead of extended inference. This is significant because it offers a path to democratize advanced reasoning capabilities, making them accessible in resource-constrained environments.

The work also contributes to the growing body of research on knowledge distillation and model improvement. By systematically comparing methodologies for using reasoning model outputs, the paper provides insights into how to effectively transfer reasoning skills. The consistent improvements across benchmarks suggest that the benefits of reasoning models can be captured in a more efficient form, which is a valuable finding for both academic and industrial applications.

Technical Contributions

  • Proposed Framework: The paper introduces a simple yet effective framework where non-reasoning models are fine-tuned on the outputs of reasoning models, bypassing the need for test-time scaling.
  • Methodology Comparison: It explores and compares different ways to utilize reasoning model answers, likely including direct fine-tuning and possibly filtering or weighting strategies, though the abstract does not detail them.
  • SFT-Based Approach: The use of straightforward supervised fine-tuning makes the method easy to implement and reproduce, lowering the barrier for adoption.
  • Benchmark Validation: The approach is validated on established benchmarks, ensuring that the improvements are not limited to a single task.

Results

The abstract reports consistent improvements across various benchmarks, but specific metrics are not provided. This is a limitation for quantitative assessment. However, the consistency of gains suggests that the method is robust and generalizes across different evaluation settings. The lack of exact numbers makes it difficult to gauge the magnitude of improvement, but the authors emphasize that even simple SFT yields noticeable gains, which is encouraging for practitioners.

Significance

This research has significant implications for the AI field. It offers a cost-effective strategy to improve non-reasoning models, potentially reducing the reliance on expensive inference-time computation. This could lead to more efficient deployment of LLMs in real-world applications, especially where latency and cost are critical. Moreover, the approach opens up new avenues for research into knowledge transfer from reasoning to non-reasoning models, which could be extended to other domains and model architectures. The paper also underscores the value of high-quality synthetic data generated by advanced models, a trend that is likely to shape future training methodologies.