TaskDrop: A Competitive Baseline for Continual Learning of Sentiment Classification
Jianping Mei, Yilun Zheng, Qianwei Zhou, Rui Yan

TL;DR
This paper introduces TaskDrop, a simple yet effective method for continual sentiment classification that uses random task-wise capacity masks, achieving competitive results across multiple datasets and demonstrating robustness in long-term learning.
Contribution
The paper proposes TaskDrop, a novel random capacity allocation method for continual sentiment learning, which outperforms or matches existing approaches without complex training objectives.
Findings
TaskDrop achieves competitive performance across three datasets.
It maintains robustness in long-term continual learning.
Random task-wise masking effectively reduces forgetting.
Abstract
In this paper, we study the multi-task sentiment classification problem in the continual learning setting, i.e., a model is sequentially trained to classifier the sentiment of reviews of products in a particular category. The use of common sentiment words in reviews of different product categories leads to large cross-task similarity, which differentiates it from continual learning in other domains. This knowledge sharing nature renders forgetting reduction focused approaches less effective for the problem under consideration. Unlike existing approaches, where task-specific masks are learned with specifically presumed training objectives, we propose an approach called Task-aware Dropout (TaskDrop) to generate masks in a random way. While the standard dropout generates and applies random masks for each training instance per epoch for effective regularization, TaskDrop applies random…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSentiment Analysis and Opinion Mining · Domain Adaptation and Few-Shot Learning · Text and Document Classification Technologies
MethodsDropout
