A Comparative Study on Reasoning Patterns of OpenAI's o1 Model
FreeBenchmarking and analyzing OpenAI o1 reasoning patterns against existing inference strategies
About A Comparative Study on Reasoning Patterns of OpenAI's o1 Model
This paper, published on arXiv, presents a comparative study of OpenAI's o1 model against existing test-time compute methods (such as Best-of-N, Step-wise Best-of-N, Agent Workflow, and Self-Refine) using GPT-4o as a backbone across math, coding, and commonsense reasoning benchmarks. The study finds that o1 achieves superior performance on most datasets, identifies limitations in reward models and search space for response diversity methods, and highlights the advantage of domain-specific system prompts in Agent Workflow over Step-wise BoN. It also summarizes six reasoning patterns observed in o1 and provides detailed analysis on several reasoning benchmarks.
Key Features
Pros & Cons
- OpenAI o1 achieved best performance on most datasets
- Provides a structured summary of six distinct reasoning patterns
- Offers detailed analysis across multiple reasoning domains
- Highlights key limitations of existing test-time compute methods
- Reward model capability and search space restrict upper boundary of BoN-type methods
- Agent Workflow requires domain-specific system prompts for optimal planning
- Paper does not publicly release code or model weights (only analysis)
- Comparative study limited to GPT-4o backbone; results may not generalize