On a 250-question MMLU-Pro subset covering five categories, Qwen3.5-4B-Neo achieved 82.00% pass@1 (205/250), compared with 80.40% (201/250) for the base Qwen3.5-4B. The gain is modest, but Neo also shows a much shorter reasoning process overall.
On non-truncated outputs, the average think-chain length was reduced from 6,962 to 3,955 characters, and the median length dropped from 4,600 to 1,951 characters. In efficiency terms, this corresponds to 2.31 correct solutions per 10k think characters, compared with 1.03 for the base model.
⚠️ Note: The evaluation results shown here are based on a sampled subset of MMLU-Pro rather than the full benchmark. While the subset was kept balanced across five categories, the reported numbers are intended mainly for relative comparison under this specific setting and may not fully represent the model’s performance on the complete benchmark.







1Base Model (Qwen/Qwen3.5-4B)
2 │
3 ▼
4Qwen3.5-4B fine-tuned with Unsloth
5 │
6 ▼
7Supervised Fine-Tuning (SFT) + LoRA
8(Response-Only Training masked on "<|im_start|>assistant\n<think>")
9 │
10 ▼
11Jackrong/Qwen3.5-4B-Neo<think>...</think> tags before emitting the final answer. This forces the model to methodically break down complex programming or logical problems without repetitive thoughts.1<|im_start|>user
2[User Query here]<|im_end|>
3<|im_start|>assistant
4<think>
5 .
6 .
7 .
8 ...
9</think>
10[Final concise and accurate answer]| Source | Role in the Blend |
|---|---|
nohurry/Opus-4.6-Reasoning-3000x-filtered | Reasoning-heavy synthetic SFT data |
Jackrong/Qwen3.5-reasoning-700x | Distilled reasoning and instruction-following data |
nvidia/Nemotron-SFT-Competitive-Programming-v2 (competitive_coding_python) | Primary Python competitive-programming supervision |
nvidia/Nemotron-SFT-Competitive-Programming-v2 (competitive_coding_cpp) | Small cross-language competitive-programming supplement |
nvidia/Nemotron-SFT-SWE-v2 (agentless) | Lightweight agentless SWE-style supervision |
nvidia/Nemotron-SFT-Instruction-Following-Chat-v2 (reasoning_on) | Small reasoning-oriented chat supplement |