Thank you for your valuable comments and suggestions.
We particularly appreciate all the strengths you mentioned about our work.
Here are our replies to the weaknesses you raised.
**Presentation**
- P1. We acknowledge the reviewer's suggestion to incorporate an *additional critical difference diagram* for a comprehensive comparison of all experiments, presenting an overall perspective on performance. This point has been addressed in the Appendix A.2.1. The average accuracy rank across all algorithms and model selection methods delineates three clusters: \
i) the first cluster comprises most of the algorithms trained using the target-only method, \
ii) a second cluster includes OTDA and VRADA, identified as the less performing algorithms across the three hyperparameter selection methods, and \
iii) a third cluster encompasses the remaining algorithms, fairly/visually distributed between the source-only and IWCV methods. Due to space constraints, we kept this further analysis in the Appendix only.
- P2. We have included a comprehensive table, where each column corresponding to a specific method (Source Risk, IWCV, Target Risk), in the Appendix A.1.2. The table aims to provide *a summary by averaging accuracy scores across datasets for each classifier*, accompanied by reporting of standard deviations.
- P3. We have added *variations of Figure 4* with different datasets and UDA algorithms in Appendix A.2.5, as well as an analysis of these graphs. They confirm a certain correlation of the source risk and IWCV with the target risk, but show a plateau for the source risk, and some different optimum for IWCV, thus explaining the gap in performance compare to target risk.
-P4. We agree with the reviewer's comment regarding the effectiveness of the plots in Figure 8 for conveying results.
Due to space limitations, these additional plots have been placed in the appendix alongside all the extra graphs.
**Significance**
- S1. We completely agree with this point and we would like to answer with the following elements. First, the results are part of the git repository in a CSV format, and will be available when we open-source it for checking reproducibility and going further in the analysis. Furthermore, the implementation of our benchmark relies on existing tools to strengthen its *reliability, scalability and modularity* and that we believe will help other research to easily add datasets and/or algorithms. These tools include Hydra for the configuration of the pipelines and parameters, HuggingFace for the datasets and evaluation of the models, PyTorch with HuggingFace, scikit-learn and POT for training the algorithms. As a proof of its modularity, we can mention that it only took us a few hours to add an additional algorithm (SASA) to the benchmark and run the experiment with it during the current rebuttal phase.
**Questions**
- Q1. We appreciate your highlighting of this analytical aspect. To address this, we have included a new section in the Appendix A.1.3 specifically dedicated to emphasizing the *dataset imbalances*. In this section, we introduced a scoring metric, denoted as I, which quantifies the degree of imbalance, where a score of 0 indicates a highly balanced dataset, and a score of 1 signifies high imbalance. The results are presented in a table format, summarizing the number of classes, samples, and I scores for both the source (train, test) and target (train, test) datasets. It is important to note that only three datasets exhibit significant imbalance, posing additional challenges to the classification task. Note that two out of these three datasets are part of the original established set of datasets for UDA TSC.