English

Didactic to Constructive: Turning Expert Solutions into Learnable Reasoning

Machine Learning 2026-02-03 v1 Artificial Intelligence

Abstract

Improving the reasoning capabilities of large language models (LLMs) typically relies either on the model's ability to sample a correct solution to be reinforced or on the existence of a stronger model able to solve the problem. However, many difficult problems remain intractable for even current frontier models, preventing the extraction of valid training signals. A promising alternative is to leverage high-quality expert human solutions, yet naive imitation of this data fails because it is fundamentally out of distribution: expert solutions are typically didactic, containing implicit reasoning gaps intended for human readers rather than computational models. Furthermore, high-quality expert solutions are expensive, necessitating generalizable sample-efficient training methods. We propose Distribution Aligned Imitation Learning (DAIL), a two-step method that bridges the distributional gap by first transforming expert solutions into detailed, in-distribution reasoning traces and then applying a contrastive objective to focus learning on expert insights and methodologies. We find that DAIL can leverage fewer than 1000 high-quality expert solutions to achieve 10-25% pass@k gains on Qwen2.5-Instruct and Qwen3 models, improve reasoning efficiency by 2x to 4x, and enable out-of-domain generalization.

Keywords

Cite

@article{arxiv.2602.02405,
  title  = {Didactic to Constructive: Turning Expert Solutions into Learnable Reasoning},
  author = {Ethan Mendes and Jungsoo Park and Alan Ritter},
  journal= {arXiv preprint arXiv:2602.02405},
  year   = {2026}
}
R2 v1 2026-07-01T09:32:25.485Z