Response to Reviewer yB47
We thank the reviewer for their insightful comments and positive feedback. Below, we address the individual weaknesses (W) and questions (Q).
**W1. *“As noted in the paper, the size of the model trained by the authors is limited \[...\]”***
We agree that models up to 410M parameters are small compared to many recent ones. This choice reflects computational constraints, prioritising seed exploration and checkpoint granularity over model size. Despite this limitation, we believe that our suite is still a valuable resource for the research community (as we address in the introduction), as the range of sizes, seeds, and checkpoints allows researchers to study a variety of questions – just as the original Pythia suite continues to do. Those questions include questions about model stability w.r.t. initialisations and data order and, notably, about how similar the behaviour and internal states of smaller, more manageable models are to those of larger models (a key question in, e.g., Mechanistic Interpretability).
**W2. *“It is also still unclear if the phenomena \[...\]” \+* **Q3.** *“\[...\] observed state transisions in the HMM analysis are generic tendency or not \[...\]***
You are correct: PolyPythias capture (by chance) training instabilities (i.e., “loss spikes”) for two of the 50 runs considered. In fact, we proactively tried to minimise unstable runs to obtain as many well-trained models as possible. Importantly, in creating the multi-seed collection, we want to allow researchers to study a broader definition of stability (beyond “loss spikes”). For example, how stable are the learned representations across model size and seed? Or, how consistent are the mechanisms/circuits that emerge during training? How reliable are existing benchmarks w.r.t. the data order/model seed? Answers to these questions are orthogonal to training instabilities as signified by “loss spikes”. Finally, we note that understanding the cause of “loss spikes” would require experiments specifically designed for this purpose (e.g., \[1,2\]), which are outside the scope of this paper. We will make this clearer in the next version.
\[1\] Latent State Models of Training Dynamics (Hu et al., TMLR 2024\)
\[2\] Stabilizing transformer training by preventing attention entropy collapse (Zhai et al., PMLR, 2023\)
**Q1. *“\[...\] it would be useful to plot all data points.”***
To limit computational costs, for each size and seed, we evaluate performance on a subset of the available checkpoints–(log-spaced) steps 0,1,2,...,512, 1k, and from step 3k onwards we choose every 10k-th step up to 143k (Sec 3.1). For the 14M model, we ran initial probing experiments for all checkpoints. While not representative of all setups, the resulting trajectories were highly consistent with what we observed for the final subsampled checkpoints. We hope this clarifies the questions.
**Q2. *“\[...\] save and analyse checkpoints at more frequent intervals \[...\]“***
We do agree that more checkpoints would be useful. However, given the size of this release (i.e., 7000 checkpoints) we kept the same checkpointing frequency as the original Pythia suite. This rate is consistent or higher than prior efforts for publishing intermediate checkpoints with comprehensive coverage (e.g., MultiBERTs \[1\], BLOOM \[2\], Mistral \[3\]).
\[1\] The MultiBERTs: BERT Reproductions for Robustness Analysis (Sellam et al., ICLR 2022\)
\[2\] BLOOM: A 176B-Parameter Open-Access Multilingual Language Model (Scao et al., BigScience Workshop 2022\)
\[3\] [https://github.com/stanford-crfm/mistral](https://github.com/stanford-crfm/mistral) (Mistral, 2022\)
**Q4. *“\[...\] I'm curious if authors observed similar trends to that I noted here or only the two the paper mentioned.”***
This is indeed an interesting question. In our analysis (Fig 4), we observe that runs that diverge try to recover by returning to a previous training state. Due to space constraints, we have not investigated this further in the paper. However, addressing this type of question is exactly the goal of PolyPythias. We will extend the discussion of this point in the camera-ready version appendix.