Lazy loaded image9.3 o1 Techinical Paper

This section focuses on research conducted primarily after the release of OpenAI-o1 and before DeepSeek-R1, during which the community actively speculated about, replicated, and laid foundational work related to the o1 technical roadmap.
  • For logical reasoning tasks of low to moderate difficulty: Increasing computational effort at inference time (like tree search) can yield significant performance gains, often more effectively than improving reasoning abilities during pretraining.
  • For more complex reasoning tasks: However, relying solely on inference-time computation tends to offer limited improvement and may even have bad effects. In such cases, it is more effective to strengthen the model’s reasoning capability during the pretraining phase.
    • notion image
Learning Strategy
Advantages
Disadvantages
Examples
Behaviour Clone Expert
1. More human-like, expert-like, and can reflect personal preferences 2. Can train through single-agent demonstrations 3. Performs well when data is abundant
1. Real capability limited by biased data distribution 2. Cannot explore behaviors or ability outside human actions 3. Cannot utilize incorrect data
Game-playing AIs, LLM SFT
RLHF
1. Can align with human preferences and values 2. Can leverage incorrect data 3. High data efficiency
1. Difficult to model preferences accurately and prone to reward hacking 2. High training cost
ChatGPT
Self-play
1. Maximum competitiveness, sometimes surpassing top human experts 2. Enables optimal strategy via zero-sum competition
1. May fail to align with human behavior and actions appear non-human 2. Extremely high cost for training and inference
AlphaGo, OpenAI o1
Why does RL scaling?
The scaling benefits of pretraining have already been fully exploited, and the major remaining gains must now come from post-training.
o1 has shown that in certain domains, post-training still yields benefits, but achieving those gains through token-level supervision in SFT alone is no longer sufficient. Even scaling during training isn't enough anymore, the scaling during reasoning (inference) is also necessary.
That’s why researchers are now turning to scaling in the RL phase as a key direction.
 
Prev
9.2 MedLLM
Next
9.4 Prompting
Loading...
Catalog
Article List
LLM Learning Roadmap
✨ Awesome-Anything
🖼️ Digital Image Processing
🍃 LLM Components
🌱 LLM Pre-training
☘️ LLM Post-Training
🍀 LLM Popular Models
🪴 LLM Applications
🌿 LLM Optimization
🌾 LLM Compression
🌵 LLM Hands-on Practice
🌴 LLM Must-read Papers
🌳 LLM Q&A
🐝 VLM Image Encoders
📝 MISC.