LGCLMLFeb 2, 2024

What Will My Model Forget? Forecasting Forgotten Examples in Language Model Refinement

arXiv:2402.01865v38 citationsh-index: 13ICML
AI Analysis

This addresses the issue of model degradation during updates for practitioners deploying language models, though it is incremental as it builds on existing replay techniques.

The paper tackles the problem of catastrophic forgetting in language models when updated with corrected errors, by forecasting which upstream examples will be forgotten. It shows that replaying forecasted forgotten examples reduces forgetting, with improved performance using a black-box classifier over interpretable methods.

Language models deployed in the wild make errors. However, simply updating the model with the corrected error instances causes catastrophic forgetting -- the updated model makes errors on instances learned during the instruction tuning or upstream training phase. Randomly replaying upstream data yields unsatisfactory performance and often comes with high variance and poor controllability. To this end, we try to forecast upstream examples that will be forgotten due to a model update for improved controllability of the replay process and interpretability. We train forecasting models given a collection of online learned examples and corresponding forgotten upstream pre-training examples. We propose a partially interpretable forecasting model based on the observation that changes in pre-softmax logit scores of pretraining examples resemble that of online learned examples, which performs decently on BART but fails on T5 models. We further show a black-box classifier based on inner products of example representations achieves better forecasting performance over a series of setups. Finally, we show that we reduce forgetting of upstream pretraining examples by replaying examples that are forecasted to be forgotten, demonstrating the practical utility of forecasting example forgetting.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes