Hugging Face Daily PapersYilei Tu, Zihao Li, Shaoxiong Ji1 min readpaperadvanced
Training Specialist Models without Reasoning Trajectories for Domain Expert Distillation
Summary
The paper shows that when specialist LLMs are trained only on QA pairs (no explicit reasoning supervision), their optimization implicitly selects a latent distribution of reasoning trajectories. By treating the distilled student as an agnostic probe—since it inherits only the sampled trajectories—the authors empirically demonstrate a strong correlation (across 27 specialist‑student pairs) between…
- Specialist models trained without gold reasoning still encode a latent trajectory distribution that can be observed via downstream distillation.
- Student models act as a clean probe of this latent distribution, inheriting only the teacher’s sampled reasoning paths.
- Across 27 teacher‑student pairings, specialization‑generalization metrics are tightly correlated, indicating the teacher’s implicit supervision governs student behavior.
- Explicitly adjusting the specialist’s optimization (distributional drift) yields a predictable shift in the precision‑generality balance for both teacher and student.
Understanding the hidden supervision signal in specialist‑only‑QA training lets practitioners steer the trade‑off between domain expertise and general capability without needing gold‑standard reasoning data, simplifying the pipeline for building high‑performing, domain‑adapted LLMs.
8/10

