SOTAVerified

Continual Learning with Knowledge Transfer for Sentiment Classification

2021-12-18Code Available1· sign in to hype

Zixuan Ke, Bing Liu, Hao Wang, Lei Shu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ASC (19 tasks)KANF1 - macro0.77Unverified
DSC (10 tasks)KANF1 - macro0.81Unverified

Reproductions