Adapting BERT for Continual Learning of a Sequence of Aspect Sentiment Classification Tasks
About
This paper studies continual learning (CL) of a sequence of aspect sentiment classification (ASC) tasks. Although some CL techniques have been proposed for document sentiment classification, we are not aware of any CL work on ASC. A CL system that incrementally learns a sequence of ASC tasks should address the following two issues: (1) transfer knowledge learned from previous tasks to the new task to help it learn a better model, and (2) maintain the performance of the models for previous tasks so that they are not forgotten. This paper proposes a novel capsule network based model called B-CL to address these issues. B-CL markedly improves the ASC performance on both the new task and the old tasks via forward and backward knowledge transfer. The effectiveness of B-CL is demonstrated through extensive experiments.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Text Classification | 20News | Accuracy95.07 | 101 | |
| Aspect Sentiment Classification | ASC | Accuracy88.29 | 40 | |
| Document Sentiment Classification | DSC small | Accuracy82.01 | 40 | |
| Document Sentiment Classification | DSC full | Accuracy79.76 | 40 | |
| Forgetting Rate | 20News FR | Accuracy0.58 | 34 | |
| Aspect-based Sentiment Classification | 19 ASC tasks averaged (test) | Accuracy88.29 | 20 | |
| End-task Classification | Continual DAP Domain Suite Restaurant, ACL, AI, Phone, Camera, PubMed | Restaurant Macro F10.7929 | 17 | |
| Text Classification | Restaurant, AI, ACL, AGNews Continual Learning Sequence (test) | Restaurant MF151.7 | 14 |