On-Policy Distillation
thinkingmachines.ai·1w·
Flag this post

LLMs are capable of expert performance in focused domains, a result of several capabilities stacked together: perception of input, knowledge retrieval, plan selection, and reliable execution. This requires a stack of training approaches, which we can divide into three broad stages:

  • Pre-training teaches general capacities such as language use, broad reasoning, and world knowledge.
  • Mid-training imparts domain knowledge, such as code, medical databases, or internal company documents.
  • Post-training elicits targeted behavior, such as instruction following, reasoning through math problems, or chat.

Smaller models with stronger training often outperform larger, generalist models in their trained domains of expertise. There are many benefits to using smaller models: they c…

Similar Posts

Loading similar posts...