How does a base model learn to answer us?
6 August 2026 | 3 min read | Updated 13 August 2026
A base model can continue text. To make an assistant, people show it what a useful question and answer look like.
Learning from examples
Question
Give me three facts about Japan.
Good answer
1. Tokyo is the capital…
learns “question → useful answer”
Instruction model
Knowing words is not the same as helping
After pre-training, a model knows many patterns. But ask, "Give me three facts about Japan," and a base model may continue your question instead of answering it. Nobody has clearly shown it the job of being an assistant.
It is like hiring someone who has read a huge library but has never seen your workplace. They know a lot. They still need examples of what good work looks like here.
Base model and assistant
Same knowledge, different job
Base model
continues the pattern
Assistant
tries to complete the task
Show, rather than explain
People prepare examples with two parts: a request and a good response. Request: "Give me three facts about Japan." Response: a short list of three accurate facts. The model studies many pairs like this.
This stage is often called supervised fine-tuning. The name is technical, but the idea is familiar. Show a new teammate examples of finished work, then let those examples teach the expected behaviour.
Instruction example
Request plus response becomes a lesson
Request
Give me three facts
Good response
three clear facts
Many examples
learn the behaviour
The examples shape the voice too
Give a new assistant a folder full of formal business letters and every message may begin with "Dear Sir or Madam." Give the same assistant short, friendly examples and the tone changes.
Training examples can teach formats, roles and specialist tasks. They also leave fingerprints on how the model sounds. More examples are not always the answer. Sometimes the model needs different examples.
Examples shape style
The folder changes the voice
Formal folder
long, careful replies
Friendly folder
short, natural replies
What changed?
Pre-training gave the model broad patterns. Demonstrations taught it how people expect those patterns to be used.
There can still be several reasonable answers to one request. The next step teaches the model which answers people tend to prefer.
About the author
I’m Rama, an AI engineer and product builder. I turn complicated AI ideas into explanations and systems that people can understand, trust and use.
More about meRead next
How does feedback shape an LLM?
The model practises, people or tests compare its answers, and the training process nudges it towards better behaviour.
Continue reading →