Summary
The authors evaluate the effect of LM scale (in terms of N parameters) and fMRI dataset size on the performance of downstream encoding models, trained to predict the activity of individual voxels across the brain as a function of the input those participants received during a scanning session. They explore both the OPT and LLaMa models as pure text based LMs and the HuBERT, WavLM, and Whisper models as acoustic models, across a number of sizes. The authors find that fMRI encoding performance can be improved linearly via logarithmic increases in model scale, up to ~30B for text-based models, and the asymptote has not yet been reached for acoustic models. Increases in the amount of fMRI data included per subject also yield dramatic improvements. They also attempt to characterize what additional encoding performance is yielded by the use of acoustic models over text-based ones and find improvements only in auditory areas but not in higher-level associative areas. Such results propose for increased focus on “deep” neuroscience data collection and scaling up the computational resources utilized for encoding analyses.
Strengths
The work explores a novel and relevant axis for brain encoding analyses and is appropriately contextualized via discussion of related work. The submission is technically sound and most claims are well supported. The submission is clearly written and well organized. The results are relevant and important and will hopefully encourage a “scaling up” of neural encoding analyses.
Weaknesses
The sole evaluation of LM scale as a function of N parameters is reductive and should be addressed. There is a lack or under-specification of uncertainty quantification. See below for more detailed comments.
Questions
General:
Aside from LM model size (N parameters) a crucial component in predicting LM performance is the size of the pretraining dataset (e.g., OPT’s 180B tokens vs. LLaMa’s 1.4T tokens). Given that the authors observe differences between the architecturally similar LLaMa and OPT model families, but these models differ substantially in pretraining dataset size, this is worth mentioning.
Relatedly, for the combined analysis of the LLaMa and OPT models, a more unified axis along which to evaluate the encoding performance of these models might be their mean perplexity across the evaluated podcast stories dataset. I strongly encourage the authors to consider this visualization as a parallel to 1a. It is both likely to be informative, and also proposes a more functional view of the problem space. One would be unlikely to encourage the use of a larger but undertrained 30B model over a smaller 6B model trained on more data with lower perplexity for an fMRI encoding task, particularly due to the author-mentioned advantages of more compressed representations and suggestion that “a careful balance must be struck between model size and model efficacy in order to maximize encoding performance”.
Error bars:
What do the error bars in figure 1b and 1e represent? (stdev, se, x% ci, etc.?)
No uncertainty quantification is included for any other figures. Given that “Encoding model performance for a given layer was computed as the average voxelwise performance of that layer’s hidden states across of all of cortex for all of our 3 subjects”, there would be a number of ways to include uncertainty quantification at this top level even without rerunning any models.
Minor:
increase resolution of figures 1a,1b,1d,1e,3b,3c.
Rating
7: Accept: Technically solid paper, with high impact on at least one sub-area, or moderate-to-high impact on more than one areas, with good-to-excellent evaluation, resources, reproducibility, and no unaddressed ethical considerations.
Confidence
5: You are absolutely certain about your assessment. You are very familiar with the related work and checked the math/other details carefully.
Limitations
The limitations of the work are appropriately addressed.