Summary
The paper presents a new benchmark for continual learning of aligned LLMs. To this end, the author has mixed existing challenging benchmarks in a sequential manner, where these benchmarks are not used for recently published aligned LLMs, e.g., Lamma2-chat. The authors also present a new method called reasoning-augmented continual learning which augments the reason generated from GPT4.
Strengths
1. The authors have considered somewhat large language models for the evaluation. It would be very grateful if the authors could compare it on a bigger scale, e.g., llama2 70b-chat, falcon-40b instruct.
Weaknesses
1. While I do agree that some papers, e.g., instruction tuning, have used the past continual learning benchmarks, TRACE also shares the same issue. After publishing this benchmark, there are possibilities that some may use this dataset for pre-training. So, I think continual learning (CL) benchmarks all shares a similar problem, so this is hard to claim as a problem of prior CL benchmark (since this paper also have the same issue).
2. For me, it is hard to understand i) why this benchmark has novelty for CL and 2) why this has novelty for alignment LLMs
- i) TRACE is a mix of existing challenging benchmarks and put them in a sequential manner. It is hard to see novelties or specialization for continual learning (except they have put it in a sequential manner).
- ii) The only thing this benchmark is specialized to alignment LLMs is that they propose a metric that is related to alignment LLMs. But these metrics are also a naive extension of prior continual learning metrics (the overall performance and backward transfer suggested by [1]).
3. One important discussion in continual learning is about forward transfer [1,2,3]. Considering forward transfer metric is also needed.
4. As a benchmark paper, I think it is very important to compare the prior CL methods, where this paper only shows a few baselines. For instance, considering the following methods will be helpful (see some baselines in [4]) or consider [5,6,7].
5. The overall writing should be improved. For instance, **the main text cites the results in the Appendix too much** (Figure 5, Table 6). If the table and figures are important, the authors should put them in the main text. Especially, the results of reasoning-augmented continual learning are important but missing in the main text.
6. Using GPT-4 is not a good choice for continual learning (even for reasoning), since we don't know which dataset they have used to train the model.
Overall, it is somewhat hard to find a novelty as a continual learning benchmark (and typically specialized for aligned LLMs), and it is hard to find novel metrics. Furthermore, the paper needs more consideration regarding forward transfer, more comparison of multiple frameworks, and improving the overall writing.
Please find the reference below\
[1] Lopez-Paz and Ranzato, Gradient episodic memory for continual learning, NeurIPS 2017\
[2] Wolczyk et al., Continual World: A Robotic Benchmark For Continual Reinforcement Learning, NeurIPS 2021\
[3] Chen et al., Is Forgetting Less a Good Inductive Bias for Forward Transfer? ICLR 2023\
[4] Jang et al., Towards Continual Knowledge Learning of Language Models, ICLR 2022\
[5] D'Autume et al., Episodic memory in lifelong language learning, NeurIPS 2019\
[6] Huang et al., Continual learning for text classification with information disentanglement based regularization, NACCL 2021\
[7] Razdaibiedina et al., Progressive prompts: Continual learning for language models, ICLR 2023