Continual Learning with Knowledge Transfer for Sentiment Classification
About
This paper studies continual learning (CL) for sentiment classification (SC). In this setting, the CL system learns a sequence of SC tasks incrementally in a neural network, where each task builds a classifier to classify the sentiment of reviews of a particular product category or domain. Two natural questions are: Can the system transfer the knowledge learned in the past from the previous tasks to the new task to help it learn a better model for the new task? And, can old models for previous tasks be improved in the process as well? This paper proposes a novel technique called KAN to achieve these objectives. KAN can markedly improve the SC accuracy of both the new task and the old tasks via forward and backward knowledge transfer. The effectiveness of KAN is demonstrated through extensive experiments.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Text Classification | 20News | Accuracy73.07 | 101 | |
| Aspect Sentiment Classification | ASC | Accuracy85.49 | 40 | |
| Document Sentiment Classification | DSC small | Accuracy77.27 | 40 | |
| Document Sentiment Classification | DSC full | Accuracy82.32 | 40 | |
| Forgetting Rate | 20News FR | Accuracy20.98 | 34 | |
| Aspect-based Sentiment Classification | 19 ASC tasks averaged (test) | Accuracy85.49 | 20 | |
| Sentiment Classification | Amazon reviews All Tasks Average over 24 | Accuracy85.24 | 8 | |
| Sentiment Classification | Amazon reviews Last Tasks (Final task of sequence) | Accuracy87.99 | 8 |