Convolutional multi-head self-attention on memory for aspect sentiment classification

Yaojie Zhang,Bing Xu,Tiejun Zhao
DOI: https://doi.org/10.1109/jas.2020.1003243
2020-07-01
IEEE/CAA Journal of Automatica Sinica
Abstract:This paper presents a method for aspect based sentiment classification tasks, named convolutional multi-head self-attention memory network ( CMA-MemNet ) . This is an improved model based on memory networks, and makes it possible to extract more rich and complex semantic information from sequences and aspects. In order to fix the memory network' s inability to capture context-related information on a word-level, we propose utilizing convolution to capture n-gram grammatical information. We use multi-head self-attention to make up for the problem where the memory network ignores the semantic information of the sequence itself. Meanwhile, unlike most recurrent neural network ( RNN ) long short term memory ( LSTM ) , gated recurrent unit ( GRU ) models, we retain the parallelism of the network. We experiment on the open datasets SemEval-2014 Task 4 and SemEval-2016 Task 6. Compared with some popular baseline methods, our model performs excellently.
automation & control systems
What problem does this paper attempt to address?