Train-Attention: Meta-Learning Where to Focus in Continual Knowledge Learning
About
Previous studies on continual knowledge learning (CKL) in large language models (LLMs) have predominantly focused on approaches such as regularization, architectural modifications, and rehearsal techniques to mitigate catastrophic forgetting. However, these methods naively inherit the inefficiencies of standard training procedures, indiscriminately applying uniform weight across all tokens, which can lead to unnecessary parameter updates and increased forgetting. To address these shortcomings, we propose a novel CKL approach termed Train-Attention-Augmented Language Model (TAALM), which enhances learning efficiency by dynamically predicting and applying weights to tokens based on their usefulness. This method employs a meta-learning framework that optimizes token importance predictions, facilitating targeted knowledge updates and minimizing forgetting. Also, we observe that existing benchmarks do not clearly exhibit the trade-off between learning and retaining, therefore we propose a new benchmark, \textsc{LAMA-ckl}, to address this issue. Through experiments conducted on both newly introduced and established CKL benchmarks, TAALM proves the state-of-the-art performance upon the baselines, and also shows synergistic compatibility when integrated with previous CKL approaches.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Temporal Knowledge Probing | TemporalWiki TWiki-Probes-0910 | Score (Unchanged)4.019 | 11 | |
| Temporal Knowledge Probing | TemporalWiki TWiki-Probes-1011 | Accuracy (Unchanged)4.03 | 11 | |
| Temporal Knowledge Probing | TemporalWiki TWiki-Probes-1112 | Accuracy (Unchanged)4.036 | 11 | |
| Continual Knowledge Learning | LAMA-CKL Llama2-7B based (test) | Top Accuracy42.9 | 6 | |
| Continual Knowledge Learning | LAMA-CKL (test) | Top Acc32.6 | 6 | |
| Continual Knowledge Learning | LAMA CKL | Top-1 Accuracy45 | 6 | |
| Knowledge Probing | LAMA-CKL (test) | Top Accuracy42.9 | 6 | |
| Knowledge Probing | LAMA-CKL small generation model (Tinyllama 1B) | Top-K Acc32.6 | 3 |