Inference-Time Compute Scaling Laws (underpinning OpenAI o1 and DeepSeek-R1) formalizes the second paradigm of scaling: trading test-time compute FLOPs for sustained logarithmic/power-law accuracy gains on complex reasoning benchmarks; unlike standard single-pass greedy decoding, Inference-Time Scaling expands compute along 3 primary dimensions: 1) Best-of-
N Sampling with Outcome/Process Reward Verifiers (sampling
N parallel rollouts and selecting the highest-scoring trajectory); 2) Sequential Tree Search & MCTS (expanding reasoning search trees over thought tokens with dynamic value pruning); 3) Autoregressive Long CoT Self-Correction (allowing the policy to generate recursive backtracking tokens to self-correct reasoning flaws before committing to final answers).