Through Supervised Fine-Tuning (SFT) focusing specifically on structured reasoning logic, this model excels in breaking down complex user problems, planning step-by-step methodologies within strictly formatted <think> tags, and ultimately delivering precise, nuanced solutions.
1Base Model (Qwen3.5-0.8B)
2 │
3 ▼
4Supervised Fine-Tuning (SFT) + LoRA
5(Response-Only Training masked on "<|im_start|>assistant\n<think>")
6 │
7 ▼
8Final Model Text Only (Qwen3.5-0.8B-Claude-4.6-Opus-Reasoning-Distilled)
The model includes targeted optimizations addressing Qwen3.5’s tendency toward excessive transitional or repetitive reasoning on simple queries. Through deep distillation and structural imitation of Claude-4.6-Opus reasoning chains, the model adopts a more efficient structured thinking pattern:
“Let me analyze this request carefully: 1..2..3...”.
This streamlined reasoning paradigm significantly reduces redundant cognitive loops while preserving deep analytical capacity, resulting in substantially improved inference efficiency.
1Let me analyze this request carefully:
2
31. Identify the core objective of the problem.
42. Break the task into clearly defined subcomponents.
53. Evaluate constraints and edge cases.
64. Formulate a step-by-step solution plan.
75. Execute the reasoning sequentially and verify consistency.
8 .
9 .
10 .
The dataset consists of high-quality, filtered reasoning distillation data (2,516 samples total after filtering):
Significant thanks to the
Unsloth AI team for making rapid fine-tuning of large LLM models accessible. Additionally, we acknowledge Qwen internally, and the open-source community developers producing exceptional distilled datasets (
nohurry and
TeichAI).