Scaling & Emergence

34 beliefs (34 IN, 0 OUT)

The topic "Scaling & Emergence" centers on one of the most consequential questions in modern LLM research: how should compute, parameters, and data be allocated to maximize capability, and what qualitative changes appear at scale that cannot be predicted from smooth extrapolation? The beliefs here collectively argue that the field's dominant insight since 2022 is that data volume and training compute matter more than raw parameter count, and that the empirically optimal architecture combines Mixture-of-Experts models (which decouple parameter count from inference cost) with enormous training corpora. This is grounded in the Chinchilla result (chinchilla-compute-optimal-training, chinchilla-scaling-balance), which showed that prior models were systematically undertrained, and is corroborated by Llama 1 13B outperforming GPT-3 175B (llama1-13b-outperformed-gpt3-175b), Llama 3 8B continuing to improve at 75x the Chinchilla-optimal data ratio (llama3-8b-trained-15t-tokens-chinchilla-suboptimal), and Claude 3.5 Sonnet beating the larger Claude 3 Opus (smaller-outperforming-larger-corroborates-data-primacy). The Chinchilla scaling law itself (chinchilla-scaling-law-constants) provides the quantitative backbone, but the broader claim is that this is not merely curve-fitting: Hoffmann et al. grounded the scaling relationship in information-theoretic foundations by showing that next-token prediction quality directly measures data compression capability, with Chinchilla compressing ImageNet to 43% versus PNG's 58% (chinchilla-grounds-scaling-in-information-theory, chinchilla-compressed-imagenet-43pct, chinchilla-imagenet-compression-43-percent-beats-png-58).

A unifying thread across several beliefs is the concept of parameter redundancy as the property that simultaneously validates the data-scaling strategy and explains the robustness of the pretrain-finetune paradigm. Compression evidence (95% performance at 60% parameters, cross-layer sharing, weight tying) independently confirms that most parameters are redundant, making data investment the more efficient lever (parameter-redundancy-validates-data-scaling-priority, parameter-redundancy-unifies-scaling-theory-and-paradigm-continuity). This redundancy also provides architectural slack that absorbs suboptimal choices across pipeline stages optimizing in opposite directions (parameter-redundancy-enables-reliability-despite-theory-gaps), and the overall optimal strategy is independently validated from both theoretical (Chinchilla) and empirical (compression) directions (optimal-scaling-validated-from-theory-and-compression). At the product level, Anthropic's trajectory from 200K context windows to multi-hour autonomous SWE-Bench runs operationalizes an alternative scaling axis: externalizing task state into the context window and using iterative agentic loops rather than pushing parameters toward 10^15 (agentic-externalization-productization).

The emergent abilities subcluster introduces a significant complication. Wei et al. argued that capabilities like multi-step reasoning appear discontinuously at scale thresholds (emergent-abilities-discontinuous-scale, emergent-abilities-threshold-not-linear), but Schaeffer et al. showed that this discontinuity is partly a metric artifact—log-probability metrics reveal smooth scaling (emergent-abilities-metric-artifact-debate). Together with the observation that Llama 3 8B systematically violates Chinchilla-optimal allocation while continuing to improve, the evidence suggests that scaling predictions fail at both the capability level (unpredictable emergent thresholds) and the resource-allocation level (systematic Chinchilla violations) (scaling-predictions-fail-at-both-capability-and-resource-levels). Reasoning, in particular, appears to be a separable capability axis optimizable orthogonally to model size, as shown by o1's 83% versus GPT-4o's 13% on math and DeepSeek R1 matching proprietary models via pure RL (reasoning-capability-separable-at-both-training-and-inference). Meanwhile, the capability-vulnerability tension rooted in shared representational mechanisms—where the same memorization that builds knowledge creates a poisoning surface, and prompt sensitivity persists regardless of scale—suggests that some architectural limitations (prompt-vulnerability-is-dual-architectural-limitation, prompt-sensitivity-persists-at-scale, compression-quality-makes-capability-vulnerability-informationally-inseparable-v2) resist improvement through scaling alone. The Xu 2024 complexity-class argument extends this: scaling a polynomial-time model keeps it in the same class, so it will still fail on exponential-time ground-truth functions regardless of scale (xu-2024-scaling-preserves-complexity-class).

Regarding epistemic status, all beliefs in this group are IN (affirmed), with none retracted, indicating the TMS currently holds a coherent and internally consistent view of the scaling landscape. The beliefs function in layered roles: the Chinchilla scaling law, the compression-to-information-theory link, and the Llama empirical results serve as foundational premises from which the data-over-parameters priority, the MoE-plus-massive-data optimal strategy, and the parameter-redundancy unification are derived. The emergent abilities claims and the capability-vulnerability tension are more speculative, with explicit caveats about limited evidence scale and unresolved questions about whether observed patterns are structural or contingent. The methodological meta-belief—that the field's core quantitative regularities are substantially empirical in character even where theoretical grounding is subsequently provided (scaling-evidence-is-itself-empirical-validating-craft-methodology-v2, scaling-laws-power-law-relationships)—frames the entire cluster as knowledge discovered through experiential craft rather than deduced from first principles, a characterization that is itself consistent with the corpus-redundancy observation that pre-training data is highly inter-correlated and overcounts unique information (corpus-redundancy-overcounts-unique-information). Training cost has scaled dramatically across generations, from roughly $50K for GPT-2 to $8M for PaLM (training-cost-scaling-gpt2-palm), and finer-grained operational details like steering clamp ranges (steering-clamp-effective-range) and KTO's binary-feedback formulation (kto-binary-feedback-prospect-theory) sit at the periphery, connecting scaling considerations to alignment and interpretability work.