Hyperparameter-free Continuous Learning for Domain Classification in Natural Language Understanding
This addresses the inefficiency of retraining models for new domains in NLU, offering a practical solution for real-world applications, though it appears incremental as it builds on existing continual learning methods.
The paper tackles the problem of continual learning for domain classification in NLU, where retraining with all old data is inefficient, and proposes a hyperparameter-free model that uses Fisher information and dynamical weight consolidation to achieve stable high performance, outperforming the best state-of-the-art method by up to 20% in average accuracy.
Domain classification is the fundamental task in natural language understanding (NLU), which often requires fast accommodation to new emerging domains. This constraint makes it impossible to retrain all previous domains, even if they are accessible to the new model. Most existing continual learning approaches suffer from low accuracy and performance fluctuation, especially when the distributions of old and new data are significantly different. In fact, the key real-world problem is not the absence of old data, but the inefficiency to retrain the model with the whole old dataset. Is it potential to utilize some old data to yield high accuracy and maintain stable performance, while at the same time, without introducing extra hyperparameters? In this paper, we proposed a hyperparameter-free continual learning model for text data that can stably produce high performance under various environments. Specifically, we utilize Fisher information to select exemplars that can "record" key information of the original model. Also, a novel scheme called dynamical weight consolidation is proposed to enable hyperparameter-free learning during the retrain process. Extensive experiments demonstrate that baselines suffer from fluctuated performance and therefore useless in practice. On the contrary, our proposed model CCFI significantly and consistently outperforms the best state-of-the-art method by up to 20% in average accuracy, and each component of CCFI contributes effectively to overall performance.