Eklav-14B-Math

Eklav trains a model to pick up a teacher's reasoning mid thought rather than imitate it end to end. The student sees a partial reasoning trace from the teacher, with the answer revealing tail removed, and learns to continue reasoning and produce the answer on its own. The model's own reasoning is conditioned on the teacher's partial trace during training rather than trained to reproduce it word for word. Same base model, same training data as standard full trace CoT distillation, only the training objective changes.

Highlights

  • +2.5% average pass@1 across 6 math benchmarks vs. standard full trace CoT SFT, same base model and training data (MMLU excluded, general knowledge check not a math benchmark)

Model details

Base model Qwen/Qwen3-14B
Task Math reasoning
Training method Eklav (hint conditioned SFT)
Format Merged bf16 checkpoint

Results

Pass@1 (%), single evaluation run per benchmark.

Benchmark AIME 2025 AIME 1983-2024 GPQA-Diamond GSM8K MATH-500 Omni-MATH MMLU
CotGen 26.7 58.6 55.9 95.9 90.5 38.0 83.9
Eklav 33.3 55.1 59.1 96.4 92.0 38.9 84.4

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "AdarshSingh7647/Eklav-14B-Math"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype="auto", device_map="auto")
Downloads last month
749
Safetensors
Model size
15B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for AdarshSingh7647/Eklav-14B-Math

Finetuned
Qwen/Qwen3-14B
Finetuned
(339)
this model
Quantizations
1 model

Collection including AdarshSingh7647/Eklav-14B-Math