Response
Thanks for the careful review and for the helpful comments. We respond to quoted comments below:
* **Weakness 1** Following the evaluation setup of popular NAS benchmarks for NLP, we explore model sizes (less than 200M parameters) and model families (BERT, MT) due to high computational requirements for supernet training. Our evaluation setups already validate the generalizability of our proposed methods for language model pretraining (BERT) and task-specific training (MT). Extending the evaluation setup to bigger model sizes (e.g., billion parameters) and other model families (T5, GPT) is orthogonal to our main research questions, but will be interesting future directions for our work.
* **Weakness 2** Thanks for the suggestions.
1. For BERT evaluation, we compare against NAS-BERT and AutoDistil in terms of model size and performance only (see Table 3) due to two reasons: (i) the search algorithm is explicitly optimized to improve the model_size-performance tradeoff only and (ii) NAS-BERT and AutoDistil do not report FLOPs in their paper or provide code to compute the cost. For MT evaluation, we compare against HAT on only latency and performance, as the search algorithm is explicitly optimized to improve the latency-performance tradeoff only.
2. In our work, we only include the following GLUE tasks: CoLA, MRPC, SST2, QNLI, QQP, RTE, and MNLI to be consistent with the evaluation setup of NAS-BERT and AutoDistil (as mentioned in Section 4.1). NAS-BERT and AutoDistil do not share their models, for us to obtain their STS-B performance for comparison with our methods.
* **Weakness 3**
1. In terms of efficiency, the main advantage of our method is to significantly reduce the resources (e.g., time, steps) for retraining the final architectures for convergence once the search is complete. For BERT evaluation, there is no retraining required for our framework, as shown in Table 2 and 3. For MT evaluation, there is minimal retraining required for our framework, as shown in Table 6. This advantage offsets the increase in the resources (time, memory) for supernet (one-time cost) and search, leading to big savings in the overall time. Due to space constraints, we discuss the breakdown of the overall time savings in the appendix (see Section A.4.10).
2. The performance improvements obtained by our methods over baselines in both BERT evaluation and MT evaluation are big (not marginal): e.g., 1.6, 0.2, 10.6, 1.0, 0.2 avg. GLUE points improvements for BERT models of 5M, 10M, 26.8M, 30M, 50M parameters respectively (see Table 3), at least 1 BLEU point improvements (except for WMT’14 En-Fr, 100ms) across different latency constraints and WMT datasets for MT. These strong results are also attested by other reviewers: Reviewer g33E (“strong on language modeling and MT”), Reviewer yeUq (“non-marginal improvement in the final model accuracy”), and Reviewer GCC7 (“BERT and MT models demonstrating significant metric improvements”).
* **"How does the proposed method scale when applied to larger network architectures that are more commonly used in current large language model (LLM) tasks?"** See Weakness 1 response (above).
* **"What impact do Floating Point Operations Per Second (FLOPs) have on the evaluation of the proposed method, and how does this metric correlate with the performance gains reported?"** See Weakness 2 (1) response (above).
* **"Can the inclusion of the STS-B task from the GLUE benchmark offer additional insights into the generalization capability of the proposed method across various NLP tasks, particularly in regression problems?"** See Weakness 2 (2) response (above).
* **"To what extent can the proposed method's efficiency be improved to close the gap identified in the supplementary materials, and how does this impact the overall utility of the method?"** The proposed method brings in big performance improvements, big overall time savings (including big retraining time savings), at the cost of high supernet GPU memory (see Table 14), supernet training time, and search time (see Table 16). These costs are not very high (e.g., at most 7.3% increase in supernet training time as shown in Table 15), which should not prevent future research in adopting our method especially for big performance improvements and big overall time savings.
We hope we have answered your questions to your satisfaction. Please let us know if there are any further questions that we can address during the interactive rebuttal period.