AI Terminology
/Intermediate
Supervised Fine Tuning (SFT)
Definition
The first phase of turning a base LLM into a chatbot, involving training the model on high-quality, human-written examples of correct question/answer pairs.
Explain Like I'm New
Showing the AI exactly what a good conversation looks like by having it read thousands of scripts written by expert humans.
Real World Example
Before RLHF happens, OpenAI writers manually draft thousands of perfect prompts and perfect answers. The model reads these to learn the basic format of a helpful response.
Common Use Cases
- •Creating instruct-models
Interview Questions
basic
- Which usually comes first when building a chatbot: SFT or RLHF?
intermediate
- Why is high-quality human data the absolute bottleneck for SFT?