REVIEW 3 major objections 5 minor 62 references
Predicting Emergent Capabilities by Finetuning
T0 review · 3 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read Fitting an emergence law to finetuned small models predicts few-shot emergence within 0.1 nats and up to 4.3x the FLOPS in advance.
desk verdict Genuinely new emergence-prediction result, well-executed within a single OpenLLaMA V1 run; the cross-run transfer that would make it a true GPT-N+1 predictor is the one thing not yet demonstrated. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the emergence law, a parametric function $E_\theta(D)=k\log(D)^\alpha + C$ that gives the ReLU elbow (the point of emergence, measured in pretraining loss) as a function of finetuning data amount $D$. It is embedded in a ReLU performance model $\mathrm{Perf}=A\max(E_\theta(D)-L(M),0)+B+\Delta\mathbf{1}_{\mathrm{finetuned}}$ and fit to raw accuracy of checkpoints at pretraining loss $L(M)$; the low-data limit $D_0$ near the few-shot count converts finetuning measurements into a few-shot prediction. Pretraining loss acts as the capability index, so intermediate checkpoints from one run stand in for independently trained models of different scales, and MCMC sampling turns the fit into a calibrated posterior over the emergence point.
What would settle it
Take a model family with a substantially different architecture or data mix, fit an emergence law using only its small pre-emergence checkpoints, and compare the predicted pretraining-loss elbow with the observed few-shot emergence of its larger checkpoints; if the prediction misses by more than 0.1 nats on several tasks, the transfer assumption fails.
Extended reading notes
Core claim
Finetuning a pre-emergence model on a task does not just improve that model: it reveals where the task's few-shot emergence elbow would sit in a larger model. Concretely, the paper shows that when intermediate checkpoints from a single 3B pretraining run are finetuned, the accuracy-versus-pretraining-loss curve keeps its ReLU shape but the elbow moves to higher loss (weaker models), and more finetuning data moves it further. The paper encodes this as an emergence law $E_\theta(D) = k \log(D)^\alpha + C$, fits $A, B, \theta$ jointly to raw finetuning accuracies through $\mathrm{Perf} = A\max(E_\theta(D)-L(M),0)+B+\Delta\mathbf{1}_{\mathrm{finetuned}}$, then evaluates at the low-data limit $D_0$ equal to the number of few-shot examples. On MMLU, GSM8K, CommonsenseQA, and CoLA the maximum-likelihood prediction lands within 0.1 nats of the true ReLU elbow, and holdout analysis shows MMLU and GSM8K can be predicted 4.3x and 3.9x the FLOPS before the first emerged checkpoint. A case study on the APPS coding benchmark with LLaMA 2 predicts emergence near 325B parameters, offered as a proof-of-concept for frontier-relevant capabilities.
Load-bearing premise
The method assumes that pretraining loss is a universal capability index: checkpoints from one pretraining run stand in for independently trained models of different sizes, and the finetuning shift observed on that run transfers to other architectures, data distributions, and dataset difficulties.
Editorial extensions
If this is right
- Model developers can use emergence laws to compare pretraining data quality without training large models: on MMLU the method predicts that OpenLLaMA V2 emerges before V1, matching the observed order.
- Safety and policy teams could estimate when a capability will emerge from small checkpoints alone, giving lead time before the large model that exhibits the capability is trained.
- Predictions are insensitive to the exact low-data extrapolation limit within a reasonable range, so the method does not require a finely chosen $D_0$.
- Accurate predictions are sometimes possible with only a handful of checkpoints and the smallest finetuning subsets, so data collection cost can be far below training a large model.
- The same finetuning-induced shift appears on the harder APPS coding task, indicating the approach can extend beyond simple benchmarks toward capabilities closer to the frontier.
Reading between the lines
- The paper leaves implicit that a minimal-rank adapter (LoRA rank 1 already shifts emergence) could serve as an even cheaper probe than full finetuning; testing whether adapter rank and data amount trade off in the same emergence law would make the method more economical.
- If pretraining loss is a universal capability index, the emergence law fit on one model family should transfer to another family trained on the same data distribution; a direct cross-family transfer experiment would settle this and is the most natural next step.
- The APPS prediction is testable: if a model trained on LLaMA 2-style data is scaled past roughly 250-500B parameters and evaluated on APPS, the first non-trivial pass@1 accuracy should appear in that window; a strong miss would refute the extrapolation.
- Emergence laws could be inverted into a design tool: instead of only predicting when a task will emerge, a developer could select a finetuning data budget that pulls a desired capability down to a target scale, turning prediction into controlled elicitation.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper poses the problem of emergence prediction: given access to pre-emergence LLM checkpoints (models at or below random-chance few-shot accuracy on a task), can one predict the point in scaling at which few-shot performance will emerge? The authors observe that task-specific finetuning shifts the emergence elbow toward weaker models, and that the magnitude of the shift grows with the amount of finetuning data. They formalize this with an "emergence law" E_θ(D) = k·log(D)^α + C, fit jointly with a ReLU model of downstream accuracy as a function of pretraining loss, and then extrapolate to a low-data limit D_0 to predict the few-shot emergence point. Validation on MMLU, GSM8K, CommonsenseQA, and CoLA using OpenLLaMA V1 intermediate checkpoints shows MLE predictions within 0.1 nats of a ReLU-fit ground truth on all four tasks, with the ability to predict up to roughly 4x the pretraining FLOPS in advance on MMLU and GSM8K when later checkpoints are held out. The paper also presents two case studies: using the method to compare pretraining data quality between OpenLLaMA V1 and V2, and a proof-of-concept prediction of APPS emergence in LLaMA 2 at approximately 325B parameters.
Significance. If the method generalizes beyond the specific run family studied, it would be a valuable and inexpensive tool for forecasting emergent capabilities, with direct implications for safety preparedness, model development, and data-quality decisions. The paper's strengths include a clearly posed problem, a simple and reproducible method, and an honest discussion of limitations. The "No Few-shot" ablation in Section 6.3 rules out the most direct form of circularity, since accurate predictions are obtained even when the few-shot target data are excluded from fitting. The central empirical phenomenon—finetuning shifts the emergence elbow in a data-dependent way—is convincingly demonstrated across four benchmarks and three model sizes, and the paper makes its code and checkpoints available. The main weakness is that all primary validation is within a single pretraining run family (OpenLLaMA V1), which limits the strength of the claim that the method predicts emergence in future, independently trained models.
major comments (3)
- [Section 5.3 / Section 8] The central claim as framed in the abstract and introduction is that the method can predict whether future models (GPT-N+1) will emerge. However, the validation in Section 6 is entirely within a single OpenLLaMA V1 run: the "future models" are later checkpoints of the same optimizer trajectory, and the 4x-FLOPS-in-advance numbers in Section 6.4 are computed by holding out later checkpoints from that same run. Section 5.3 asserts that intermediate checkpoints from one run are "just as effective as using models from separate pretraining runs of varying scale," but the supporting evidence (Figure 3 left) only shows consistency across 3B/7B/13B checkpoints within the same run family at matched pretraining losses. Section 8 explicitly concedes that it is not understood whether models with different architectures or training schemes show the same downstream capabilities at a given pretraining loss. The V2 experiment in Section 7.1 is a second data mixture of the same architecture, and the APPS experiment has no ground truth. This is a load-bearing limitation: if the loss-capability mapping is run-specific, the 0.1-nat accuracy is a within-run extrapolation rather than a prediction about independently trained future models. The authors should either reframe the central claim as within-run emergence prediction (which is well supported) or provide evidence across independent pretraining runs, for example by fitting on one open model family and validating on another.
- [Section 6.2 / Equation 1] The ground-truth emergence point is itself estimated by fitting a ReLU to the few-shot checkpoints, and the success criterion is the distance between the predicted elbow and this fitted elbow. This is a reasonable operationalization, but the paper does not report uncertainty in the ground-truth fit. A noisy ground-truth fit can make the 0.1-nat threshold either too lenient or too strict, and the MCMC prediction intervals in Table 3 are often wider than the MLE error (e.g., GSM8K full-data interval [0.004, 0.170] nats). Please add a sensitivity analysis of the ground-truth ReLU fit—for example, bootstrap resampling of the few-shot checkpoints or an alternative definition of the emergence point—and report the resulting confidence interval alongside the prediction error. This would clarify whether the reported successes are robust to the choice of ground-truth model.
- [Section 6.4 / Figure 7] The headline numbers "4.3x and 3.9x FLOPS in advance" are computed by counting the earliest successful held-out checkpoint, but the paper itself notes (footnote 4) that GSM8K has a failed prediction between two successes. With only a handful of held-out checkpoints, the earliest-success criterion is sensitive to noise; the failed prediction is just outside the 0.1-nat threshold, but it is still a failure under the stated criterion. The full sequence of held-out predictions (including failures) appears only in Appendix A.6, and Figure 7 compresses them to single points. Please present the full sequence in the main text or figure, and if the "4x" claim is retained, state the criterion exactly as "earliest successful prediction" with the caveat about intermediate failures. The current presentation risks overstating the reliability of the advance-prediction capability.
minor comments (5)
- [Section 4.2] In the sentence "as we increase the amount of finetuning data, the point of point of emergence is shifted further," the phrase "point of point of" should be corrected to "point of emergence."
- [Section 7.1] The text contains a typo: "OpeLLaMA" should be "OpenLLaMA," and "corpa" should be "corpora" (or "corpora" in the singular, "corpus").
- [Section 5.1 / Table 1] The symbol table would be more complete if it included the optional parameter Δ from Section 5.4, which is subsequently used in the model equation but is absent from Table 1.
- [Figure 6 caption] The caption states that error bars represent the 5th and 95th percentile errors from MCMC posterior sampling; it would be clearer to note explicitly that these are percentiles of prediction error, not a confidence interval for the emergence point itself, although the main text does explain this.
- [Appendix A.7 / Section 6.1] The MCMC temperature sweep (selecting the greatest temperature for which the posterior mode is centered on the MLE) is a somewhat ad hoc calibration step that is only described in the appendix. A brief summary of this procedure in Section 6.1 would help readers assess the claimed uncertainty calibration.
Circularity Check
No significant circularity: the few-shot emergence prediction is an extrapolation of a separately fitted emergence law, validated on held-out checkpoints, with the few-shot target excluded in ablation.
full rationale
The paper's central derivation is not circular by construction. The emergence law Eθ(D) = k·log(D)^α + C is fitted to finetuned performance across data amounts D (Section 5.1-5.2, Eq. 2), using only pre-emergence 3B checkpoints for the main validation (Section 6.1). The target quantity is the few-shot emergence point E, estimated separately by fitting a ReLU to the held-out 7B/13B few-shot results (Section 6.1, 'Evaluation'). Nothing in the fitting procedure uses the target value E: the extrapolation Eθ(D0) at D0 equal to the few-shot prompt size is an out-of-sample limit, not an interpolation of the target. The 'No Few-shot' ablation (Figure 6, left) confirms that removing the few-shot data and the Δ parameter still yields accurate predictions, so the result does not reduce to a fitted value of the target. The Section 5.3 assumption that intermediate checkpoints from one pretraining run can stand in for separately trained models is an empirical generalization supported by Figure 3 and external prior work; Section 8 explicitly acknowledges that this transfer may fail for different architectures or training schemes. That is a generalizability and correctness risk, not circularity. The only self-citation (Gudibande et al., 2023) appears in the limitations discussion and is not load-bearing for any prediction. The paper is therefore self-contained against held-out external checkpoints, and no step equates a prediction to its input by definition.
Assumptions & free parameters
free parameters (5)
- Emergence law parameters k, alpha, C =
not reported
- ReLU slope A and floor B =
not reported
- Few-shot shift delta =
not reported
- LLaMA 2 scaling law A, alpha, E =
L(N) = 1.594 * N^{-0.089} + 0.408 (Figure 15)
- D0 (low data extrapolation limit) =
number of few-shot examples N (5-7)
assumptions (5)
- domain assumption Pretraining loss is a sufficient statistic for downstream capability across model sizes and checkpoints
- domain assumption Emergence is modeled by a ReLU in pretraining loss
- ad hoc to paper The emergence point shifts as a power law in log(D)
- domain assumption Intermediate checkpoints from one pretraining run are a valid proxy for independent models of different scales
- domain assumption MCMC with uniform prior and tuned temperature gives calibrated emergence intervals
Cite this review
Pith. "Pith review of Predicting Emergent Capabilities by Finetuning." pith.science (2026). https://pith.science/paper/FSTZXMWN
@misc{pith2026241116035,
author = {Pith},
title = {Pith review of: Predicting Emergent Capabilities by Finetuning},
year = {2026},
howpublished = {\url{https://pith.science/paper/FSTZXMWN}},
note = {Machine review of arXiv:2411.16035}
}
read the original abstract
A fundamental open challenge in modern LLM scaling is the lack of understanding around emergent capabilities. In particular, language model pretraining loss is known to be highly predictable as a function of compute. However, downstream capabilities are far less predictable -- sometimes even exhibiting emergent jumps -- which makes it challenging to anticipate the capabilities of future models. In this work, we first pose the task of emergence prediction: given access to current LLMs that have random few-shot accuracy on a task, can we predict whether future models (GPT-N+1) will have non-trivial accuracy on that task? We then discover a simple insight for this problem: finetuning LLMs on a given task can shift the point in scaling at which emergence occurs towards less capable models. To operationalize this insight, we can finetune LLMs with varying amounts of data and fit a parametric function that predicts when emergence will occur (i.e., "emergence laws"). We validate this approach using four standard NLP benchmarks where large-scale open-source LLMs already demonstrate emergence (MMLU, GSM8K, CommonsenseQA, and CoLA). Using only small-scale LLMs, we find that, in some cases, we can accurately predict whether models trained with up to 4x more compute have emerged. Finally, we present a case study of two realistic uses for emergence prediction.
Figures
Figures from the paper (16 more)
Reference graph
Works this paper leans on
-
[1]
Rishabh Agarwal, Avi Singh, Lei M. Zhang, Bernd Bohnet, Luis Rosias, Stephanie Chan, Biao Zhang, Ankesh Anand, Zaheer Abbas, Azade Nova, John D. Co-Reyes, Eric Chu, Feryal Behbahani, Aleksandra Faust, and Hugo Larochelle. Many-shot in-context learning, 2024. URL https://arxiv.org/abs/2404.11018
arXiv 2024
-
[2]
Scaling laws for generative mixed-modal language models, 2023
Armen Aghajanyan, Lili Yu, Alexis Conneau, Wei-Ning Hsu, Karen Hambardzumyan, Susan Zhang, Stephen Roller, Naman Goyal, Omer Levy, and Luke Zettlemoyer. Scaling laws for generative mixed-modal language models, 2023
work page 2023
-
[3]
Rohan Anil, Sebastian Borgeaud, Yonghui Wu, Jean-Baptiste Alayrac, Jiahui Yu, Radu Soricut, Johan Schalkwyk, Andrew M. Dai, Anja Hauth, Katie Millican, David Silver, Slav Petrov, Melvin Johnson, Ioannis Antonoglou, Julian Schrittwieser, et al. Gemini: A family of highly capable multimodal models, 2023
work page 2023
-
[4]
Usman Anwar, Abulhair Saparov, Javier Rando, Daniel Paleka, Miles Turpin, Peter Hase, Ekdeep Singh Lubana, Erik Jenner, Stephen Casper, Oliver Sourbut, Benjamin L. Edelman, Zhaowei Zhang, Mario Günther, Anton Korinek, Jose Hernandez-Orallo, Lewis Hammond, Eric Bigelow, Alexander Pan, Lauro Langosco, Tomasz Korbak, Heidi Zhang, Ruiqi Zhong, Seán Ó hÉigeart...
arXiv 2024
-
[5]
Zoology: Measuring and improving recall in efficient language models
Simran Arora, Sabri Eyuboglu, Aman Timalsina, Isys Johnson, Michael Poli, James Zou, Atri Rudra, and Christopher R \'e . Zoology: Measuring and improving recall in efficient language models. arXiv preprint arXiv:2312.04927, 2023
arXiv 2023
-
[6]
Program synthesis with large language models, 2021
Jacob Austin, Augustus Odena, Maxwell Nye, Maarten Bosma, Henryk Michalewski, David Dohan, Ellen Jiang, Carrie Cai, Michael Terry, Quoc Le, and Charles Sutton. Program synthesis with large language models, 2021. URL https://arxiv.org/abs/2108.07732
arXiv 2021
-
[7]
Emergent abilities and grokking: Fundamental, mirage, or both?, 2023
Boaz Barak. Emergent abilities and grokking: Fundamental, mirage, or both?, 2023. URL https://windowsontheory.org/2023/12/22/emergent-abilities-and-grokking-fundamental-mirage-or-both/. Accessed: 08-07-2024
work page 2023
-
[8]
Managing ai risks in an era of rapid progress
Yoshua Bengio, Geoffrey Hinton, Andrew Yao, Dawn Song, Pieter Abbeel, Yuval Noah Harari, Ya-Qin Zhang, Lan Xue, Shai Shalev-Shwartz, Gillian Hadfield, et al. Managing ai risks in an era of rapid progress. arXiv preprint arXiv:2310.17688, 2023
Show all 62 references
-
[9]
Larsen, Sean Owen, and Jonathan Frankle
Cody Blakeney, Mansheej Paul, Brett W. Larsen, Sean Owen, and Jonathan Frankle. Does your data spark joy? performance gains from domain upsampling at the end of training, 2024. URL https://arxiv.org/abs/2406.03476
2024 arXiv
-
[10]
JAX : composable transformations of P ython+ N um P y programs, 2018
James Bradbury, Roy Frostig, Peter Hawkins, Matthew James Johnson, Chris Leary, Dougal Maclaurin, George Necula, Adam Paszke, Jake Vander P las, Skye Wanderman- M ilne, and Qiao Zhang. JAX : composable transformations of P ython+ N um P y programs, 2018. URL http://github.com/...
2018
-
[11]
Broken neural scaling laws, 2023
Ethan Caballero, Kshitij Gupta, Irina Rish, and David Krueger. Broken neural scaling laws, 2023
2023
-
[12]
Mark Chen, Jerry Tworek, Heewoo Jun, Qiming Yuan, Henrique Ponde de Oliveira Pinto, Jared Kaplan, Harri Edwards, Yuri Burda, Nicholas Joseph, Greg Brockman, Alex Ray, Raul Puri, Gretchen Krueger, Michael Petrov, Heidy Khlaaf, Girish Sastry, Pamela Mishkin, Brooke Chan, Scott G...
2021 arXiv
-
[13]
Training verifiers to solve math word problems
Karl Cobbe, Vineet Kosaraju, Mohammad Bavarian, Mark Chen, Heewoo Jun, Lukasz Kaiser, Matthias Plappert, Jerry Tworek, Jacob Hilton, Reiichiro Nakano, et al. Training verifiers to solve math word problems. arXiv preprint arXiv:2110.14168, 2021
-
[14]
Redpajama-data: An open source recipe to reproduce llama training dataset, 2023
Together Computer. Redpajama-data: An open source recipe to reproduce llama training dataset, 2023. URL https://github.com/togethercomputer/RedPajama-Data
2023
-
[15]
Understanding emergent abilities of language models from the loss perspective, 2024
Zhengxiao Du, Aohan Zeng, Yuxiao Dong, and Jie Tang. Understanding emergent abilities of language models from the loss perspective, 2024. URL https://arxiv.org/abs/2403.15796
2024 arXiv
-
[16]
Dimakis, Gabriel Ilharco, Shuran Song, Thomas Kollar, Yair Carmon, Achal Dave, Reinhard Heckel, Niklas Muennighoff, and Ludwig Schmidt
Samir Yitzhak Gadre, Georgios Smyrnis, Vaishaal Shankar, Suchin Gururangan, Mitchell Wortsman, Rulin Shao, Jean Mercat, Alex Fang, Jeffrey Li, Sedrick Keh, Rui Xin, Marianna Nezhurina, Igor Vasiljevic, Jenia Jitsev, Alexandros G. Dimakis, Gabriel Ilharco, Shuran Song, Thomas K...
2024
-
[17]
Openllama: An open reproduction of llama, May 2023
Xinyang Geng and Hao Liu. Openllama: An open reproduction of llama, May 2023. URL https://github.com/openlm-research/open_llama
2023
-
[18]
Scalax: scaling utilities for jax, 2024
Young Geng. Scalax: scaling utilities for jax, 2024. URL https://github.com/young-geng/scalax
2024
-
[19]
Mamba: Linear-time sequence modeling with selective state spaces
Albert Gu and Tri Dao. Mamba: Linear-time sequence modeling with selective state spaces. arXiv preprint arXiv:2312.00752, 2023
2023 arXiv
-
[20]
The false promise of imitating proprietary llms
Arnav Gudibande, Eric Wallace, Charlie Snell, Xinyang Geng, Hao Liu, Pieter Abbeel, Sergey Levine, and Dawn Song. The false promise of imitating proprietary llms. arXiv preprint arXiv:2305.15717, 2023
2023 arXiv
-
[21]
Measuring massive multitask language understanding, 2021
Dan Hendrycks, Collin Burns, Steven Basart, Andy Zou, Mantas Mazeika, Dawn Song, and Jacob Steinhardt. Measuring massive multitask language understanding, 2021
2021
-
[22]
An overview of catastrophic ai risks, 2023
Dan Hendrycks, Mantas Mazeika, and Thomas Woodside. An overview of catastrophic ai risks, 2023. URL https://arxiv.org/abs/2306.12001
2023 arXiv
-
[23]
Scaling laws for autoregressive generative modeling
Tom Henighan, Jared Kaplan, Mor Katz, Mark Chen, Christopher Hesse, Jacob Jackson, Heewoo Jun, Tom B Brown, Prafulla Dhariwal, Scott Gray, et al. Scaling laws for autoregressive generative modeling. arXiv preprint arXiv:2010.14701, 2020
2010 arXiv
-
[24]
Scaling laws for transfer
Danny Hernandez, Jared Kaplan, Tom Henighan, and Sam McCandlish. Scaling laws for transfer. arXiv preprint arXiv:2102.01293, 2021
2021 arXiv
-
[25]
The no-u-turn sampler: adaptively setting path lengths in hamiltonian monte carlo
Matthew D Hoffman, Andrew Gelman, et al. The no-u-turn sampler: adaptively setting path lengths in hamiltonian monte carlo. J. Mach. Learn. Res., 15 0 (1): 0 1593--1623, 2014
2014
-
[26]
Rae, Oriol Vinyals, and Laurent Sifre
Jordan Hoffmann, Sebastian Borgeaud, Arthur Mensch, Elena Buchatskaya, Trevor Cai, Eliza Rutherford, Diego de Las Casas, Lisa Anne Hendricks, Johannes Welbl, Aidan Clark, Tom Hennigan, Eric Noland, Katie Millican, George van den Driessche, Bogdan Damoc, Aurelia Guy, Simon Osin...
2022
-
[27]
Predicting emergent abilities with infinite resolution evaluation, 2024
Shengding Hu, Xin Liu, Xu Han, Xinrong Zhang, Chaoqun He, Weilin Zhao, Yankai Lin, Ning Ding, Zebin Ou, Guoyang Zeng, Zhiyuan Liu, and Maosong Sun. Predicting emergent abilities with infinite resolution evaluation, 2024. URL https://arxiv.org/abs/2310.03262
2024 arXiv
-
[28]
Compression represents intelligence linearly, 2024
Yuzhen Huang, Jinghan Zhang, Zifei Shan, and Junxian He. Compression represents intelligence linearly, 2024. URL https://arxiv.org/abs/2404.09937
2024 arXiv
-
[29]
Scaling laws for downstream task performance of large language models
Berivan Isik, Natalia Ponomareva, Hussein Hazimeh, Dimitris Paparas, Sergei Vassilvitskii, and Sanmi Koyejo. Scaling laws for downstream task performance of large language models. arXiv preprint arXiv:2402.04177, 2024
2024
-
[30]
Scaling laws under the microscope: Predicting transformer performance from small scale experiments
Maor Ivgi, Yair Carmon, and Jonathan Berant. Scaling laws under the microscope: Predicting transformer performance from small scale experiments. In Yoav Goldberg, Zornitsa Kozareva, and Yue Zhang (eds.), Findings of the Association for Computational Linguistics: EMNLP 2022, pp...
2022 doi
-
[31]
Brown, Benjamin Chess, Rewon Child, Scott Gray, Alec Radford, Jeffrey Wu, and Dario Amodei
Jared Kaplan, Sam McCandlish, Tom Henighan, Tom B. Brown, Benjamin Chess, Rewon Child, Scott Gray, Alec Radford, Jeffrey Wu, and Dario Amodei. Scaling laws for neural language models, 2020
2020
-
[32]
Scaling laws for fine-grained mixture of experts, 2024
Jakub Krajewski, Jan Ludziejewski, Kamil Adamczewski, Maciej Pióro, Michał Krutul, Szymon Antoniak, Kamil Ciebiera, Krystian Król, Tomasz Odrzygóźdź, Piotr Sankowski, Marek Cygan, and Sebastian Jaszczur. Scaling laws for fine-grained mixture of experts, 2024
2024
-
[33]
Starcoder: may the source be with you! 2023
Raymond Li, Loubna Ben Allal, Yangtian Zi, Niklas Muennighoff, Denis Kocetkov, Chenghao Mou, Marc Marone, Christopher Akiki, Jia Li, Jenny Chim, Qian Liu, Evgenii Zheltonozhskii, Terry Yue Zhuo, Thomas Wang, Olivier Dehaene, Mishig Davaadorj, Joel Lamy-Poirier, João Monteiro, ...
2023
-
[34]
Prefix-tuning: Optimizing continuous prompts for generation
Xiang Lisa Li and Percy Liang. Prefix-tuning: Optimizing continuous prompts for generation. arXiv preprint arXiv:2101.00190, 2021
2021 arXiv
-
[35]
Does circuit analysis interpretability scale? evidence from multiple choice capabilities in chinchilla, 2023
Tom Lieberum, Matthew Rahtz, János Kramár, Neel Nanda, Geoffrey Irving, Rohin Shah, and Vladimir Mikulik. Does circuit analysis interpretability scale? evidence from multiple choice capabilities in chinchilla, 2023. URL https://arxiv.org/abs/2307.09458
2023 arXiv
-
[36]
Rush, Boaz Barak, Teven Le Scao, Aleksandra Piktus, Nouamane Tazi, Sampo Pyysalo, Thomas Wolf, and Colin Raffel
Niklas Muennighoff, Alexander M. Rush, Boaz Barak, Teven Le Scao, Aleksandra Piktus, Nouamane Tazi, Sampo Pyysalo, Thomas Wolf, and Colin Raffel. Scaling data-constrained language models, 2023
2023
-
[37]
Scaling data-constrained language models
Niklas Muennighoff, Alexander Rush, Boaz Barak, Teven Le Scao, Nouamane Tazi, Aleksandra Piktus, Sampo Pyysalo, Thomas Wolf, and Colin A Raffel. Scaling data-constrained language models. Advances in Neural Information Processing Systems, 36, 2024
2024
-
[38]
In-context learning and induction heads
Catherine Olsson, Nelson Elhage, Neel Nanda, Nicholas Joseph, Nova DasSarma, Tom Henighan, Ben Mann, Amanda Askell, Yuntao Bai, Anna Chen, Tom Conerly, Dawn Drain, Deep Ganguli, Zac Hatfield-Dodds, Danny Hernandez, Scott Johnston, Andy Jones, Jackson Kernion, Liane Lovitt, Kam...
2022
-
[39]
GPT-4 technical report, 2024
OpenAI, Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, Red Avila, Igor Babuschkin, Suchir Balaji, Valerie Balcom, Paul Baltescu, Haiming Bao, Mohammad Bavarian, Jeff ...
2024
-
[40]
How predictable is language model benchmark performance?, 2024
David Owen. How predictable is language model benchmark performance?, 2024. URL https://arxiv.org/abs/2401.04757
2024 arXiv
-
[41]
Mark zuckerberg - llama 3, open sourcing \ 10b models, & caesar augustus
Dwarkesh Patel. Mark zuckerberg - llama 3, open sourcing \ 10b models, & caesar augustus. Podcast, Apr 2024. URL https://www.dwarkeshpatel.com/p/mark-zuckerberg. Accessed: 9/9/2024
2024
-
[42]
The R efined W eb dataset for F alcon LLM : outperforming curated corpora with web data, and web data only
Guilherme Penedo, Quentin Malartic, Daniel Hesslow, Ruxandra Cojocaru, Alessandro Cappelli, Hamza Alobeidli, Baptiste Pannier, Ebtesam Almazrouei, and Julien Launay. The R efined W eb dataset for F alcon LLM : outperforming curated corpora with web data, and web data only. arX...
2023 arXiv
-
[43]
Composable effects for flexible and accelerated probabilistic programming in numpyro
Du Phan, Neeraj Pradhan, and Martin Jankowiak. Composable effects for flexible and accelerated probabilistic programming in numpyro. arXiv preprint arXiv:1912.11554, 2019
1912 arXiv
-
[44]
Code llama: Open foundation models for code, 2024
Baptiste Rozière, Jonas Gehring, Fabian Gloeckle, Sten Sootla, Itai Gat, Xiaoqing Ellen Tan, Yossi Adi, Jingyu Liu, Romain Sauvestre, Tal Remez, Jérémy Rapin, Artyom Kozhevnikov, Ivan Evtimov, Joanna Bitton, Manish Bhatt, Cristian Canton Ferrer, Aaron Grattafiori, Wenhan Xiong...
2024 arXiv
-
[45]
Maddison, and Tatsunori Hashimoto
Yangjun Ruan, Chris J. Maddison, and Tatsunori Hashimoto. Observational scaling laws and the predictability of language model performance, 2024. URL https://arxiv.org/abs/2405.10938
2024 arXiv
-
[46]
Are emergent abilities of large language models a mirage?, 2023
Rylan Schaeffer, Brando Miranda, and Sanmi Koyejo. Are emergent abilities of large language models a mirage?, 2023
2023
-
[47]
Active learning literature survey
Burr Settles. Active learning literature survey. Computer Sciences Technical Report 1648, University of Wisconsin-Madison Department of Computer Sciences, 2009
2009
-
[48]
Model evaluation for extreme risks
Toby Shevlane, Sebastian Farquhar, Ben Garfinkel, Mary Phuong, Jess Whittlestone, Jade Leung, Daniel Kokotajlo, Nahema Marchal, Markus Anderljung, Noam Kolt, et al. Model evaluation for extreme risks. arXiv preprint arXiv:2305.15324, 2023
2023 arXiv
-
[49]
Commonsenseqa: A question answering challenge targeting commonsense knowledge, 2019
Alon Talmor, Jonathan Herzig, Nicholas Lourie, and Jonathan Berant. Commonsenseqa: A question answering challenge targeting commonsense knowledge, 2019
2019
-
[50]
Scaling laws vs model architectures: How does inductive bias influence scaling? arXiv preprint arXiv:2207.10551, 2022
Yi Tay, Mostafa Dehghani, Samira Abnar, Hyung Won Chung, William Fedus, Jinfeng Rao, Sharan Narang, Vinh Q Tran, Dani Yogatama, and Donald Metzler. Scaling laws vs model architectures: How does inductive bias influence scaling? arXiv preprint arXiv:2207.10551, 2022
2022 arXiv
-
[51]
Improving pretraining data using perplexity correlations, 2024
Tristan Thrush, Christopher Potts, and Tatsunori Hashimoto. Improving pretraining data using perplexity correlations, 2024. URL https://arxiv.org/abs/2409.05816
2024 arXiv
-
[52]
Llama: Open and efficient foundation language models
Hugo Touvron, Thibaut Lavril, Gautier Izacard, Xavier Martinet, Marie-Anne Lachaux, Timoth \'e e Lacroix, Baptiste Rozi \`e re, Naman Goyal, Eric Hambro, Faisal Azhar, et al. Llama: Open and efficient foundation language models. arXiv preprint arXiv:2302.13971, 2023 a
2023 arXiv
-
[53]
Llama 2: Open foundation and fine-tuned chat models, 2023 b
Hugo Touvron, Louis Martin, Kevin Stone, Peter Albert, Amjad Almahairi, Yasmine Babaei, Nikolay Bashlykov, Soumya Batra, Prajjwal Bhargava, Shruti Bhosale, Dan Bikel, Lukas Blecher, Cristian Canton Ferrer, Moya Chen, Guillem Cucurull, David Esiobu, Jude Fernandes, Jeremy Fu, W...
2023 arXiv
-
[54]
GLUE : A multi-task benchmark and analysis platform for natural language understanding
Alex Wang, Amanpreet Singh, Julian Michael, Felix Hill, Omer Levy, and Samuel Bowman. GLUE : A multi-task benchmark and analysis platform for natural language understanding. In Proceedings of the 2018 EMNLP Workshop B lackbox NLP : Analyzing and Interpreting Neural Networks fo...
2018 doi
-
[55]
Chi, Tatsunori Hashimoto, Oriol Vinyals, Percy Liang, Jeff Dean, and William Fedus
Jason Wei, Yi Tay, Rishi Bommasani, Colin Raffel, Barret Zoph, Sebastian Borgeaud, Dani Yogatama, Maarten Bosma, Denny Zhou, Donald Metzler, Ed H. Chi, Tatsunori Hashimoto, Oriol Vinyals, Percy Liang, Jeff Dean, and William Fedus. Emergent abilities of large language models, 2022 a
2022
-
[56]
Chain-of-thought prompting elicits reasoning in large language models
Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Fei Xia, Ed Chi, Quoc V Le, Denny Zhou, et al. Chain-of-thought prompting elicits reasoning in large language models. Advances in neural information processing systems, 35: 0 24824--24837, 2022 b
2022
-
[57]
Training trajectories of language models across scales, 2023
Mengzhou Xia, Mikel Artetxe, Chunting Zhou, Xi Victoria Lin, Ramakanth Pasunuru, Danqi Chen, Luke Zettlemoyer, and Ves Stoyanov. Training trajectories of language models across scales, 2023. URL https://arxiv.org/abs/2212.09803
2023 arXiv
-
[58]
Star: Bootstrapping reasoning with reasoning
Eric Zelikman, Yuhuai Wu, Jesse Mu, and Noah Goodman. Star: Bootstrapping reasoning with reasoning. Advances in Neural Information Processing Systems, 35: 0 15476--15488, 2022
2022
-
[59]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...
-
[60]
@esa (Ref
\@ifxundefined[1] #1\@undefined \@firstoftwo \@secondoftwo \@ifnum[1] #1 \@firstoftwo \@secondoftwo \@ifx[1] #1 \@firstoftwo \@secondoftwo [2] @ #1 \@temptokena #2 #1 @ \@temptokena \@ifclassloaded agu2001 natbib The agu2001 class already includes natbib coding, so you should ...
-
[61]
\@lbibitem[] @bibitem@first@sw\@secondoftwo \@lbibitem[#1]#2 \@extra@b@citeb \@ifundefined br@#2\@extra@b@citeb \@namedef br@#2 \@nameuse br@#2\@extra@b@citeb \@ifundefined b@#2\@extra@b@citeb @num @parse #2 @tmp #1 NAT@b@open@#2 NAT@b@shut@#2 \@ifnum @merge>\@ne @bibitem@firs...
-
[62]
@open @close @open @close and [1] URL: #1 \@ifundefined chapter * \@mkboth \@ifxundefined @sectionbib * \@mkboth * \@mkboth\@gobbletwo \@ifclassloaded amsart * \@ifclassloaded amsbook * \@ifxundefined @heading @heading NAT@ctr thebibliography [1] @ \@biblabel @NAT@ctr \@bibset...
2024
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.