From Completion to Dialogue
Why Are Prompts Enough? The Answer Lies in the Context Window
After PreTraining: no need to retrain — just feed the task description in. But why does that work?
Reasoning Chain: Think It Through Step by Step
Old
New task= Retrain
↓
New
After PreTrainingPrompts are enough!
↓
?
Why?Token predicts Token
↓
Key
Prompt = high-quality prefixGood prefix → Good output
↓
Win
Larger windowMore instructions fit
Try It: How Window Size Affects Output
Full Prompt Token view (yellow=System / blue=User / green=Example)
❌ Window too small: system instructions truncated
USER
Please translate: "大模型的上下文窗口是关键。" (Chinese: "The context window of large language models is key.")
AI Output
✅ Window sufficient: all instructions read completely
SYSTEM (complete)
You are a professional translator. Translate Chinese into formal English, preserving tone and technical terms.
USER
Please translate: "大模型的上下文窗口是关键。"
AI Output