Thank you for your positive assessment and helpful comments. We have updated the paper based on your feedback.
Below are several related comments, along with our answers.
> Ridge-Regression seems to be the most widely-used measure in the field although most of the comparisons focus on CKA vs Angular Procrustes. Would be nice to see more commentary on this especially in Figure 7 where it seems independent from angular Procrustes.
In the case of unregularized, uncross-validated linear regression compared to Angular Procrustes (**Figure 7**), our results are consistent with the invariance properties of these metrics. Angular Procrustes is invariant under orthogonal transformations, which is more strict than linear regression, which is invariant under invertible linear transformations. So it is expected that a high Angular Procrustes score implies a high linear regression score but not the other way around. Concerning regularized and cross-validated linear regression, the interpretation of our findings is less straightforward. In general, our method is designed to be widely applicable, i.e. to any differentiable metrics, but doesn’t replace careful theoretical work that studies differences between specific metrics. However, even in cases where there is an apparently straightforward mathematical relationship between canonical versions of two similarity measures, in practice, we find that implementation level details matter and change the allowable ranges of both similarity scores.
For example, our additional results with different variants of representational similarity analysis (RSA), as shown in **appendix C.3**, illustrate that a small difference in the implementation details can make two metrics independent from each other.
> From the start of the paper it seems like it will answer the question: "What metrics should guide the development of more realistic models of the brain?" I would like the authors to comment more directly on what should be done.
We see the opening question from the abstract (referenced in your question) as one of the motivations for the field. However, at this point in time we do not wholeheartedly recommend any of the current similarity measures without some reservations. That being said, not all similarity measures have the same drawbacks and we see angular Procrustes as a reasonable default. But see caveats in, for example, Ostrow et al. NeurIPS 2023 and Khosla & Williams UniReps 2023.
We advise to not just report similarity scores as our findings show that scores by themselves are hard to interpret and their meaning can greatly vary depending on the details of the dataset and the similarity measure. We argue that similarity scores require further interpretation before making any claim based on them. Here we show two concrete ways of doing so, that incorporate the context of the dataset and similarity measure, by optimizing synthetic datasets to determine:
1. How strongly task variables are encoded in order to reach the score (**Figure 3**).
2. How many PCs need to be captured in order to reach the score (**Figures 4 and 5**).
We have removed the initial opening question from the abstract and updated the paper to hopefully alleviate the confusion about what we are trying to answer. Here are the specific questions that motivated this paper:
* What constitutes a “good” score? See **Figure 3**.
* What drives a high similarity score? See **Figures 4, 5** and the analytic results in **section 4.3** as well as **Figure 6**.
* Does a high similarity score for one measure imply a high score for the others? See **Figure 7**.
> The datasets are all electrophysiology datasets whereas comparisons are often also done with fMRI datasets, will these results still hold for these datasets? Especially with the difference in sampling between the methods.
Since we find that our results on interpreting similarity scores can greatly vary depending on the dataset, we expect that they will be dataset-specific for fMRI data too. That's why we recommend practitioners to apply our analyses on their own datasets, and we provide open source code to facilitate it.
We are interested in seeing our method applied to fMRI, and also calcium imaging datasets as well, in follow-up work. We expect these analyses will also serve to highlight some potentially problematic cross-validation practices in model-data comparisons with fMRI data, for example, whether train-test splits are obtained by randomly shuffling the data or if contiguous blocks are used for testing. In this paper we wanted to show that there exists variability in good scores even across datasets collected using the same method, namely the five electrophysiology datasets that we analyzed.