COLING 2020main8 citations

Bayes-enhanced Lifelong Attention Networks for Sentiment Classification

Hao Wang, Shuai Wang, Sahisnu Mazumder, Bing Liu, Yan Yang, Tianrui Li

Abstract

The classic deep learning paradigm learns a model from the training data of a single task and the learned model is also tested on the same task. This paper studies the problem of learning a sequence of tasks (sentiment classification tasks in our case). After each sentiment classification task is learned, its knowledge is retained to help future task learning. Following this setting, we explore attention neural networks and propose a Bayes-enhanced Lifelong Attention Network (BLAN). The key idea is to exploit the generative parameters of naive Bayes to learn attention knowledge. The learned knowledge from each task is stored in a knowledge base and later used to build lifelong attentions. The constructed lifelong attentions are then used to enhance the attention of the network to help new task learning. Experimental results on product reviews from Amazon.com show the effectiveness of the proposed model.

BibTeX
@inproceedings{wang-etal-2020-bayes,
    title = "{B}ayes-enhanced Lifelong Attention Networks for Sentiment Classification",
    author = "Wang, Hao  and
      Wang, Shuai  and
      Mazumder, Sahisnu  and
      Liu, Bing  and
      Yang, Yan  and
      Li, Tianrui",
    editor = "Scott, Donia  and
      Bel, Nuria  and
      Zong, Chengqing",
    booktitle = "Proceedings of the 28th International Conference on Computational Linguistics",
    month = dec,
    year = "2020",
    address = "Barcelona, Spain (Online)",
    publisher = "International Committee on Computational Linguistics",
    url = "https://aclanthology.org/2020.coling-main.50/",
    doi = "10.18653/v1/2020.coling-main.50",
    pages = "580--591"
}